Re: [yocto] Quick confirmation about multilib

2018-12-26 Thread Kang Kai
On 2018/12/13 上午1:16, Nicholas Tsirakis wrote: Sure, thanks for the reply. The image itself should is 64 bit and I want to add an additional toolchain to my image that can run 32-bit binaries. I am trying to build a 32-bit glibc that will be part of this toolchain. Now, when I go to build,

Re: [yocto] [PATCH 2/2] audit: fix pkgconfigdir

2018-04-01 Thread Kang Kai
On 2018年03月28日 15:10, Anuj Mittal wrote: Hi, On 03/28/2018 02:55 PM, Kai Kang wrote: Because 'libdir' is set with ${base_libdir} in recipe file of audit, package config files(.pc) are installed to ${base_libdir}/pkgconfig that variable pkgconfigdir is set with ${libdir}/pkgconfig in makefile.

Re: [yocto] [meta-selinux][PATCH 0/2] Fix systemd configure error when enable audit

2018-03-28 Thread Kang Kai
On 2018年03月28日 14:55, Kai Kang wrote: Test with configure in local.conf DISTRO_FEATURES_append = " selinux systemd" Kai Kang (2): enable-audit.bbclass: remove implement of packageconfig audit audit: fix pkgconfigdir classes/enable-audit.bbclass | 1 -

Re: [yocto] [meta-selinux][PATCH 1/2] iproute2: remove workaround for selinux

2018-02-21 Thread Kang Kai
On 2018年02月07日 14:49, kai.k...@windriver.com wrote: From: Kai Kang After upgrade to 4.14.1, iproute2 changes it way to create configure output file config.mk which is also renamed from 'Config'. With RSS, the workaround for iproute2 is not needed any more. Ping.

Re: [yocto] [meta-selinux][PATCH] attr: fix ptest failures when selinux enabled

2017-09-11 Thread Kang Kai
On 2017年09月05日 16:54, kai.k...@windriver.com wrote: From: Kai Kang When selinux is enabled, a file has a default attribute "security.selinux" and the output of getfattr shows: # file: here security.selinux="system_u:object_r:lib_t:s0" That always causes more

Re: [yocto] [meta-security] [PATCH] mtree: add recipe

2017-05-19 Thread Kang Kai
On 2017年05月18日 23:24, Christopher Larson wrote: On Thu, May 18, 2017 at 12:22 AM, > wrote: From: Kai Kang > Add recipe mtree port from BSD. Add a patch to handle null

Re: [yocto] [PATCH] qemu: enable aarch64 support in yocto

2014-08-19 Thread Kang Kai
On 2014?08?15? 11:21, Kai Kang wrote: qemu 2.1.0 support aarch64 targets, so add aarch64 to QEMU_TARGETS to enable qemu aarch64 support. Var QEMU_TARGETS in poky.conf overrides the var in qemu recipe, so add in poky.conf too. Signed-off-by: Kai Kang kai.k...@windriver.com ---

[yocto] [PATCH 0/1] update script create-recipe

2012-10-31 Thread Kang Kai
-create-recipe http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/update-create-recipe Kang Kai (1): create-recipe: update re pattern and output scripts/create-recipe | 29 +++-- 1 files changed, 19 insertions(+), 10 deletions(-) -- 1.7.5.4

[yocto] [PATCH 1/1] create-recipe: update re pattern and output

2012-10-31 Thread Kang Kai
5.14. Update the way to find source tar file to eraser the error message. configure files may rewrite the version section, and that is not necessary. Test when version section has been set, omit the version value from configure files. And tweak for output to bb file. Signed-off-by: Kang Kai kai.k

Re: [yocto] [PATCH 0/1] update script create-recipe

2012-10-31 Thread Kang Kai
On 2012?10?31? 17:38, Kang Kai wrote: Update create-recipe to fix some small bugs. The following changes since commit e9e3285e1397cfd2d34f4eb7b5aa59311eea861d: openssl: Use ${CFLAGS} not ${FULL_OPTIMIZATION} (2012-10-30 11:06:38 +) are available in the git repository at: git

Re: [yocto] [PATCH 0/2] update packages' maintainer

2012-07-26 Thread Kang Kai
On 2012年07月27日 03:00, Saul Wold wrote: On 07/25/2012 02:13 AM, Kang Kai wrote: Hi Saul, I take over the packages belongs to Xiaofeng Yan. Update ltp qmmp and liburi-perl, and mingetty check date too. Regards, Kai The following changes since commit 0ffb02eec2beaea27ff0ec9d3d31b0a09e675a4c

[yocto] [PATCH 0/2] update packages' maintainer

2012-07-25 Thread Kang Kai
+0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/update-maintainer http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/update-maintainer Kang Kai (2): maintainers.inc: update some packages' maintainer info upstream_tracking.inc: update

[yocto] [PATCH 1/2] maintainers.inc: update some packages' maintainer info

2012-07-25 Thread Kang Kai
Take over some packages belongs to Xiaofeng.Yang. Signed-off-by: Kang Kai kai.k...@windriver.com --- meta-yocto/conf/distro/include/maintainers.inc | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/meta-yocto/conf/distro/include/maintainers.inc b/meta

Re: [yocto] [PATCH] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Kang Kai
merged into the tree already. Yes, NP, I'm OK with all changes. :) Thanks. I'll send version 2 with header updates. Regards, Zumeng Bruce Regards, Zumeng 于 2012年04月25日 21:47, Bruce Ashfield 写道: On 12-04-25 06:06 AM, Kang Kai wrote: Commit 1c3ae5441 fixes MIPS CPU cache alias problem

[yocto] [PATCH v2] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Kang Kai
flag checking will perform. 2 There may be other VMAs in the list after this VMA which belongs to tmpfs file, and we should sync them after the tmpfs one. So remove the break loop clauses. Signed-off-by: Kang Kai kai.k...@windriver.com --- mm/msync.c | 30 +- 1

[yocto] [Patch v2] mm/msync: tweak tmpfs patch for syscall msync

2012-04-25 Thread Kang Kai
Hi Bruce, This Version 2 just update the commit header. Regards, Kai ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Design Document of Yocto 1656 Recipe creation/import script

2012-01-08 Thread Kang Kai
On 2012年01月06日 22:18, Andreas Müller wrote: On Friday, January 06, 2012 10:51:57 AM Kang Kai wrote: Hi All, This is the design document of Yocto 1656 Recipe creation/import script. Please help to review it. Any suggestion is appreciate. Regards, Kai Hi Andreas, * s/documnet/document * s

Re: [yocto] Design Document of Yocto 1656 Recipe creation/import script

2012-01-08 Thread Kang Kai
Best Regards, Pedro Algarvio. On 06/01/12 09:51, Kang Kai wrote: Hi All, This is the design document of Yocto 1656 Recipe creation/import script. Please help to review it. Any suggestion is appreciate. Regards, Kai ___ yocto mailing list yocto

Re: [yocto] Design Document of Yocto 1656 Recipe creation/import script

2012-01-08 Thread Kang Kai
On 2012年01月09日 11:30, Kang Kai wrote: On 2012年01月06日 22:35, Pedro Algarvio wrote: Hi Pedro, Is there any work started regarding this? There is perl script from meego do the similar thing. Will this be part of bitbake? I want to put it under directory scripts My mistake, put it under

[yocto] Design Document of Yocto 1656 Recipe creation/import script

2012-01-06 Thread Kang Kai
Hi All, This is the design document of Yocto 1656 Recipe creation/import script. Please help to review it. Any suggestion is appreciate. Regards, Kai Design documnet for Recipe creation/import script * Purpose The feature is from Yocto 1.2 Bug 1656. A script or similar system that would

[yocto] Do we need run LTP/POSIX tests on qemu?

2011-12-30 Thread Kang Kai
Hi All, I am fixing failed test cases of POSIX tests, and I meet some cases just fail on qemu platform just as qemuppc or qemumips. I don't know why we test LTP/POSIX on the qemu platforms at the beginning, and I am wondering does it worth for us to do that because few people will make qemu