[OE-core] [PATCH 0/1] eglibc: enable eglibc configurability

2011-06-02 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If want to disable locale-code charsets or locales, you have to

[OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-02 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If want to disable locale-code charsets or locales, you have to

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-02 Thread Kang Kai
Hi Saul & Koen, On 06/02/2011 02:41 AM, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If want to

[OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-02 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you want to enable. If want to disable locale-code charsets or locales, you have to

[OE-core] [PATCH 0/1] eglibc: enable eglibc configurability V2

2011-06-02 Thread Kang Kai
From: Kang Kai Hi Saul, I update the patch that move "DISTRO_FEATURES_EGLIBC ??=" to eglibc.inc Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = "" and write what options you

Re: [OE-core] [PATCH 1/1] eglibc: migrate configurability from oe

2011-06-03 Thread Kang Kai
Hi Richard, Thanks for your comments. And I have one question: On Fri, 2011-06-03 at 14:47 +0800, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size The switch is in local.conf.sample, uncomment the line DISTRO_FEATURES_EGLIBC = ""

[OE-core] [PATCH 1/2] bitbake: add another local configuration file

2011-06-07 Thread Kang Kai
From: Kang Kai Add a new local configuration file local.conf.sample.extended, and more advanced settings what user can configure could put in this file. Signed-off-by: Kang Kai --- meta-yocto/conf/local.conf.sample.extended |5 + meta/conf/bitbake.conf |1

[OE-core] [PATCH 0/2] eglibc: migrate configurability from oe V3

2011-06-07 Thread Kang Kai
From: Kang Kai Hi Richard, I add a new local.extended.conf to put the DISTRO_FEATURES there, and I am not quit sure that is the right use of it. Update to check DISTRO_FEATURES to get eglibc configuration options. Update to set or not set PACKAGE_NO_GCONV automatically. Any suggestion will

[OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Uncomment the line in conf/local.extended.conf to define DISTRO_FEATURES, so put what

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
On 2011年06月07日 17:48, Koen Kooi wrote: Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
On 2011年06月07日 17:53, Phil Blundell wrote: On Tue, 2011-06-07 at 17:42 +0800, Kang Kai wrote: Hi Phil, Thanks for your comment. -DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" +DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia us

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
On 2011年06月08日 01:50, Khem Raj wrote: On Tue, Jun 7, 2011 at 2:42 AM, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default

[OE-core] [PATCH 0/2] eglibc: migrate configurability from oe V4

2011-06-07 Thread Kang Kai
From: Kang Kai Hi All, Thanks for all your comments. Update to add local.extended.conf.sample instead of local.conf.sample.extended. Using existing DISTRO_FEATURES "ipv6" instead of "libc-ipv6" Migrate configurability from oe, try to shrink minimal image si

[OE-core] [PATCH 1/2] bitbake: add another local configuration file

2011-06-07 Thread Kang Kai
From: Kang Kai Add a new local configuration file local.extended.conf.sample, and more advanced settings what user can configure could put in this file. Signed-off-by: Kang Kai --- meta-yocto/conf/local.extended.conf.sample |5 + meta/conf/bitbake.conf |1

[OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Uncomment the line in conf/local.extended.conf to define DISTRO_FEATURES, so put what

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-07 Thread Kang Kai
On 2011年06月08日 14:25, Koen Kooi wrote: Op 8 jun 2011, om 03:45 heeft Kang Kai het volgende geschreven: On 2011年06月07日 17:48, Koen Kooi wrote: Op 7 jun 2011, om 11:42 heeft Kang Kai het volgende geschreven: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size

Re: [OE-core] Question about apply eglibc configurability to create minimal image

2011-06-09 Thread Kang Kai
Hi Mark, Thank you very much for your detailed comments. From the above, I'm pretty sure that "netbase" will require a lot of networking components, specifically adding things like libc-inet. So avoid netbase. It's possible that keyboard/keymaps may cause additional stuff to come in due to

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-09 Thread Kang Kai
Hi Khem, On 06/07/2011 10:56 PM, Kang Kai wrote: From: Kang Kai Migrate configurability from oe, try to shrink minimal image size Update to get eglibc configuration options from DISTRO_FEATURES and enable them. All the options are enabled by default. Uncomment the line in conf

Re: [OE-core] [PATCH 2/2] libxml-simple-perl: update EXTRA_PERLFLAGS

2011-06-09 Thread Kang Kai
Hi Saul, On 06/08/2011 03:49 AM, Kang Kai wrote: From: Kang Kai [Yocto 1132] libxml-simple-perl should not refer to native perl libs modules, update EXTRA_PERLFLAGS to fix the failure. Signed-off-by: Kang Kai --- .../perl/libxml-simple-perl_2.18.bb|4 ++-- 1 files

[OE-core] [PATCH 1/2] bitbake: add local.conf.sample.extended

2011-06-13 Thread Kang Kai
From: Kang Kai Add a new configuration file local.conf.sample.extended, and more advanced settings what user can configure could put in this file. Signed-off-by: Kang Kai --- meta-yocto/conf/local.conf.sample.extended | 12 1 files changed, 12 insertions(+), 0 deletions

[OE-core] [PATCH 0/2] eglibc: migrate configurability from oe V5

2011-06-13 Thread Kang Kai
From: Kang Kai Hi Saul, This update only add file local.conf.sample.extended, not source it any more. Using DISTRO_FEATURES_LIBC to manage eglibc configurable options suggested by Koen and Martin, and set DISTRO_FEATURES_LIBC in default-distrovars.inc to enable all eglibc configurable options

[OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Kang Kai
From: Kang Kai Migrate configurability from oe, try to shrink minimal image size All eglibc configuration options are included in conf/distro/include/default-distrovars.inc. Define DISTRO_FEATURES_LIBC and DISTRO_FEATURES in local.conf with the same way in local.conf.sample.extended to enable

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Kang Kai
On 2011年06月13日 17:05, Phil Blundell wrote: On Mon, 2011-06-13 at 17:01 +0800, Kang Kai wrote: -DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" +DISTRO_FEATURES_LIBC ?= "ipv6 libc-backtrace libc-big-macros libc-bsd libc-cxx-tests li

Re: [OE-core] [PATCH 2/2] eglibc: migrate configurability from oe

2011-06-13 Thread Kang Kai
On 2011年06月13日 17:27, Phil Blundell wrote: On Mon, 2011-06-13 at 17:15 +0800, Kang Kai wrote: On 2011年06月13日 17:05, Phil Blundell wrote: On Mon, 2011-06-13 at 17:01 +0800, Kang Kai wrote: -DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zerocon

Re: [OE-core] Question about apply eglibc configurability to create minimal image

2011-06-21 Thread Kang Kai
Hi Mark, According this list, expand with their run time depency(show in the attachment minimal-image-runtime-dependies.png) , and the list is: base-files \ base-passwd \ busybox \ busybox-syslog \ busybox-udhcpc \ initscripts \ makedevs \ modutils-inits

Re: [OE-core] Question about apply eglibc configurability to create minimal image

2011-06-26 Thread Kang Kai
Hi Mark, Thanks for your great help. I record the minimal eglibc configure options and the dependencies on them at https://wiki.yoctoproject.org/wiki/Minimal_Image People want make minimal image could follow the step and apply the patches in the page should get the same result with what I g

[OE-core] [PATCH 00/10] works of adding packages pam support

2011-07-21 Thread Kang Kai
From: Kang Kai Hi Scott, This is the current work of adding pam supports. After update libpam to 1.1.4, we enable the packages pam support. And if the pacakge doesn't have a pam configure file, import from Fedora. The following changes since commit fa4bcfdb73167f8159b88e5a4d711c0d376

[OE-core] [PATCH 01/10] libpam: update to 1.1.4 and add subpackage xtests

2011-07-21 Thread Kang Kai
From: Kang Kai Update libpam to 1.1.4, and add dependecy cracklib because run xtexts will need pam-plugin-cracklib. There are some additional checks under subdirectory xtests and make it as a subpackage libpam-xtests. Signed-off-by: Kang Kai --- .../pam/libpam/libpam-xtests.patch

[OE-core] [PATCH 02/10] dropbear: Support PAM

2011-07-21 Thread Kang Kai
From: Xiaofeng Yan I make a patch and some changes in dropbear.inc for supporting pam. - Enable pam in configure - Modify file option.h to open pam supporting Signed-off-by: Xiaofeng Yan --- meta/recipes-core/dropbear/dropbear.inc|6 - .../dropbear/dropbear/dropbear-enable-

[OE-core] [PATCH 03/10] openssh: Support PAM

2011-07-21 Thread Kang Kai
From: Xiaofeng Yan Adding configuration file "sshd" in /etc/pam.d/ for supporting pam. Signed-off-by: Xiaofeng Yan --- .../openssh/openssh-5.8p2/sshd | 10 ++ meta/recipes-connectivity/openssh/openssh_5.8p2.bb |7 +-- 2 files changed, 15 insertions(+), 2 d

[OE-core] [PATCH 04/10] polkit: Support PAM

2011-07-21 Thread Kang Kai
From: Xiaofeng Yan Modify configuration "polkit-1" in /etc/pam.d/ for supporting pam. Signed-off-by: Xiaofeng Yan --- .../polkit/polkit-0.101/polkit-1_pam.patch | 23 meta/recipes-extended/polkit/polkit_0.101.bb |6 +++- 2 files changed, 27 insertions(+

[OE-core] [PATCH 06/10] screen: add pam support

2011-07-21 Thread Kang Kai
From: Kang Kai According to DISTRO_FEATURES then add screen pam support or not. Press "Ctrl+a x" will lock the screen terminal, then unlock it will use pam. Add pam related configure file sceen.pamd from Fedora. Signed-off-by: Kang Kai --- .../screen/screen-4.0.3/s

[OE-core] [PATCH 07/10] sudo: add pam support

2011-07-21 Thread Kang Kai
From: Kang Kai According to DISTRO_FEATURES to add pam support for sudo, and import configure file from Fedora. Signed-off-by: Kang Kai --- meta/recipes-extended/sudo/files/sudo.pamd |6 ++ meta/recipes-extended/sudo/sudo_1.8.1p2.bb | 11 --- 2 files changed, 14 insertions

[OE-core] [PATCH 08/10] cronie: enable PAM support for cronie

2011-07-21 Thread Kang Kai
From: Wenzong Fan Enable PAM support for cronie and update its pam config file 'crond'. Signed-off-by: Wenzong Fan --- .../cronie/cronie/crond_pam_config.patch | 13 + meta/recipes-extended/cronie/cronie_1.4.7.bb |9 +++-- 2 files changed, 20 insertions(+)

[OE-core] [PATCH 10/10] at: enable pam support

2011-07-21 Thread Kang Kai
From: Wenzong Fan add patches to make at enable pam support Signed-off-by: Wenzong Fan --- .../at/at-3.1.12/configure-add-enable-pam.patch| 23 meta/recipes-extended/at/at-3.1.12/pam.conf.patch | 16 + meta/recipes-extended/at/at_3.1.12.bb

[OE-core] [PATCH 05/10] cups: add pam support

2011-07-21 Thread Kang Kai
From: Kang Kai According to distro_feature then add pam support for cups or not. Signed-off-by: Kang Kai --- meta/recipes-extended/cups/cups_1.4.6.bb |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/cups/cups_1.4.6.bb b/meta/recipes

Re: [OE-core] [PATCH 00/10] works of adding packages pam support

2011-07-21 Thread Kang Kai
On 2011?07?21? 16:00, Kang Kai wrote: From: Kang Kai Hi Scott, This is the current work of adding pam supports. After update libpam to 1.1.4, we enable the packages pam support. And if the pacakge doesn't have a pam configure file, import from Fedora. The following changes since c

[OE-core] [PATCH 09/10] shadow: update pam related configure files

2011-07-21 Thread Kang Kai
From: Kang Kai add shadow-update-pam-conf.patch to update the pam related configure files in Yocto way rather than Fedora. Signed-off-by: Kang Kai --- .../shadow/files/shadow-update-pam-conf.patch | 175 meta/recipes-extended/shadow/shadow_4.1.4.3.bb |5

Re: [OE-core] [PATCH 00/10] works of adding packages pam support

2011-07-21 Thread Kang Kai
On 2011年07月21日 16:53, Koen Kooi wrote: Op 21 jul. 2011, om 10:05 heeft Kang Kai het volgende geschreven: On 2011年07月21日 16:00, Kang Kai wrote: From: Kang Kai Hi Scott, This is the current work of adding pam supports. After update libpam to 1.1.4, we enable the packages pam support. And if

Re: [OE-core] [PATCH 07/10] sudo: add pam support

2011-07-21 Thread Kang Kai
On 2011年07月21日 17:06, Phil Blundell wrote: On Thu, 2011-07-21 at 16:00 +0800, Kang Kai wrote: +do_install_append () { + install -D -m 664 ${WORKDIR}/sudo.pamd ${D}/${sysconfdir}/pam.d/sudo +} As with openssh, you don't want to install and ship this file if pam isn't enabled

Re: [OE-core] [PATCH 04/10] polkit: Support PAM

2011-07-21 Thread Kang Kai
On 2011年07月21日 16:59, Koen Kooi wrote: Op 21 jul. 2011, om 10:00 heeft Kang Kai het volgende geschreven: From: Xiaofeng Yan Modify configuration "polkit-1" in /etc/pam.d/ for supporting pam. Signed-off-by: Xiaofeng Yan --- .../polkit/polkit-0.101/polkit-1_pam.patch

Re: [OE-core] [PATCH 00/10] works of adding packages pam support

2011-07-21 Thread Kang Kai
On 2011年07月22日 01:02, Saul Wold wrote: On 07/21/2011 01:00 AM, Kang Kai wrote: From: Kang Kai Hi Scott, This is the current work of adding pam supports. After update libpam to 1.1.4, we enable the packages pam support. And if the pacakge doesn't have a pam configure file, import

Re: [OE-core] [PATCH 02/10] dropbear: Support PAM

2011-07-21 Thread Kang Kai
On 2011年07月22日 03:10, Khem Raj wrote: On Thu, Jul 21, 2011 at 1:54 AM, Koen Kooi wrote: Op 21 jul. 2011, om 10:00 heeft Kang Kai het volgende geschreven: From: Xiaofeng Yan I make a patch and some changes in dropbear.inc for supporting pam. - Enable pam in configure - Modify file option.h

Re: [OE-core] [PATCH 02/10] dropbear: Support PAM

2011-07-21 Thread Kang Kai
On 2011年07月22日 10:49, Khem Raj wrote: On Thu, Jul 21, 2011 at 7:41 PM, Kang Kai wrote: On 2011年07月22日 03:10, Khem Raj wrote: On Thu, Jul 21, 2011 at 1:54 AM, Koen Kooi wrote: Op 21 jul. 2011, om 10:00 heeft Kang Kai het volgende geschreven: From: Xiaofeng Yan I make a patch and some

Re: [OE-core] [PATCH 00/10] works of adding packages pam support

2011-07-21 Thread Kang Kai
On 2011年07月22日 11:10, Saul Wold wrote: On 07/21/2011 07:18 PM, Kang Kai wrote: On 2011年07月22日 01:02, Saul Wold wrote: On 07/21/2011 01:00 AM, Kang Kai wrote: From: Kang Kai Hi Scott, This is the current work of adding pam supports. After update libpam to 1.1.4, we enable the packages pam

Re: [OE-core] [PATCH 09/10] shadow: update pam related configure files

2011-07-21 Thread Kang Kai
On 2011年07月21日 16:58, Koen Kooi wrote: Op 21 jul. 2011, om 10:00 heeft Kang Kai het volgende geschreven: From: Kang Kai add shadow-update-pam-conf.patch to update the pam related configure files in Yocto way rather than Fedora. I'm not entirely sure, but do the updated conf files

Re: [OE-core] [PATCH 04/10] polkit: Support PAM

2011-07-21 Thread Kang Kai
On 2011年07月21日 17:59, Koen Kooi wrote: Op 21 jul. 2011, om 11:49 heeft Kang Kai het volgende geschreven: On 2011年07月21日 16:59, Koen Kooi wrote: Op 21 jul. 2011, om 10:00 heeft Kang Kai het volgende geschreven: From: Xiaofeng Yan Modify configuration "polkit-1" in /etc/pam.d/ for

[OE-core] [PATCH 2/7] cups: add pam support

2011-07-25 Thread Kang Kai
From: Kang Kai According to distro_feature then add pam support for cups or not. Signed-off-by: Kang Kai --- meta/recipes-extended/cups/cups_1.4.6.bb |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/cups/cups_1.4.6.bb b/meta/recipes

[OE-core] [PATCH 3/7] screen: add pam support

2011-07-25 Thread Kang Kai
From: Kang Kai According to DISTRO_FEATURES then add screen pam support or not. Press "Ctrl+a x" will lock the screen terminal, then unlock it will use pam. Add pam related configure file sceen.pam from Fedora. Signed-off-by: Kang Kai --- .../screen/screen-4.0.3/

[OE-core] [PATCH 0/7] works of adding packages pam support V2

2011-07-25 Thread Kang Kai
From: Kang Kai Hi Scott, This is the work of adding pam supports version 2. Xiaofeng Yan's commits will be commited by himself, including openssh, dropbear and polkit. As Saul told, * update the indent * check the PR * make install configure file when pam support enabled After u

[OE-core] [PATCH 4/7] sudo: add pam support

2011-07-25 Thread Kang Kai
From: Kang Kai According to DISTRO_FEATURES to add pam support for sudo, and import configure file from Fedora. Signed-off-by: Kang Kai --- meta/recipes-extended/sudo/files/sudo.pam |6 ++ meta/recipes-extended/sudo/sudo_1.8.1p2.bb | 18 +++--- 2 files changed, 21

[OE-core] [PATCH 5/7] cronie: enable PAM support for cronie

2011-07-25 Thread Kang Kai
From: Wenzong Fan Enable PAM support for cronie and update its pam config file 'crond'. Signed-off-by: Wenzong Fan --- .../cronie/cronie/crond_pam_config.patch | 19 +++ meta/recipes-extended/cronie/cronie_1.4.7.bb | 12 ++-- 2 files changed, 29 inse

[OE-core] [PATCH 6/7] shadow: update pam related configure files

2011-07-25 Thread Kang Kai
From: Kang Kai add shadow-update-pam-conf.patch to update the pam related configure files in oe way rather than Fedora. Signed-off-by: Kang Kai --- .../shadow/files/shadow-update-pam-conf.patch | 91 meta/recipes-extended/shadow/shadow_4.1.4.3.bb |5 +- 2

[OE-core] [PATCH 7/7] at: enable pam support

2011-07-25 Thread Kang Kai
From: Wenzong Fan add patches to make at enable pam support Signed-off-by: Wenzong Fan --- .../at/at-3.1.12/configure-add-enable-pam.patch| 23 meta/recipes-extended/at/at-3.1.12/pam.conf.patch | 21 ++ meta/recipes-extended/at/at_3.1.12.bb

[OE-core] [PATCH 1/7] libpam: update to 1.1.4 and add subpackage xtests

2011-07-25 Thread Kang Kai
From: Kang Kai Update libpam to 1.1.4, and add dependecy cracklib because run xtexts will need pam-plugin-cracklib. There are some additional checks under subdirectory xtests and make it as a subpackage libpam-xtests. Signed-off-by: Kang Kai --- .../pam/libpam/libpam-xtests.patch

[OE-core] [PATCH 1/1] ghostscript: fix parallel build issue

2011-07-27 Thread Kang Kai
From: Kang Kai ghostscript fails some time on autobuilder, it seems a parallel build issue. Add patch to fix it. Fixes [Yocto #1202] Signed-off-by: Kang Kai --- .../ghostscript-9.02-parallel-make.patch | 17 + .../ghostscript/ghostscript_9.02.bb

[OE-core] [PATCH 0/1] ghostscript: fix parallel build issue

2011-07-27 Thread Kang Kai
From: Kang Kai Hi Saul, This commit is for Yocto #1202: ghostscript do_compile fail on autobuilder for crownbay-noemgd and qemux86-64. As you told, I use 'cp -f' instead of cp. But I didn't have environment to test, just check that build log is fine. So Jiajun could you plea

Re: [OE-core] [PATCH] libpam 1.1.4: fix packaging

2011-07-27 Thread Kang Kai
On 2011年07月27日 23:31, Richard Purdie wrote: On Wed, 2011-07-27 at 17:21 +0200, Koen Kooi wrote: | ERROR: QA Issue: non debug package contains .debug directory: libpam-xtests path /work/armv7a-angstrom-linux-gnueabi/libpam-1.1.4-r0/packages-split/libpam-xtests/usr/share/Linux-PAM/xtests/.debug/

[OE-core] [PATCH 1/2] libnewt: update to 0.52.13

2011-07-28 Thread Kang Kai
From: Kang Kai update libnewt to 0.52.13, and remove include-without-python.patch because it has been merged. Signed-off-by: Kang Kai --- .../newt/files/include-without-python.patch| 73 .../{libnewt_0.52.12.bb => libnewt_0.52.13.bb} |7 +- 2 fi

[OE-core] [PATCH 0/2] update distro tracking fields

2011-07-28 Thread Kang Kai
From: Kang Kai Hi Saul, I update the distro tracking fields of mailx slang libnewt and alsa-tools. Because the mailx license file COPYING has lots of copyrights including personal, company and MPL. I have no idea how to update the LICENSE and keep the STATUS "red". Do yo

[OE-core] [PATCH 2/2] distro_tracking_fields: update packages info

2011-07-28 Thread Kang Kai
From: Kang Kai update distro tracking fields of libnewt mailx slang and alsa-tools. Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc | 28 --- meta/recipes-extended/slang/slang_2.2.4.bb |1 + .../recipes-multimedia/alsa/alsa

[OE-core] [PATCH 0/2] update distro tracking fields V2

2011-07-28 Thread Kang Kai
From: Kang Kai Hi Saul, I update the libnewt SRC_URI and checksum. Because the bb file is libnewt and the source file is newt, so I write the SRC_URI with newt-${PV}. Update the distro tracking fields of mailx slang libnewt and alsa-tools. Because the mailx license file COPYING has lots of

[OE-core] [PATCH 1/2] libnewt: update to 0.52.13

2011-07-28 Thread Kang Kai
From: Kang Kai Update libnewt to 0.52.13, and remove include-without-python.patch because it has been merged. Update SRC_URI and add SRC_URI checksum. Signed-off-by: Kang Kai --- .../newt/files/include-without-python.patch| 73 .../{libnewt_0.52.12.bb

[OE-core] [PATCH 2/2] distro_tracking_fields: update packages info

2011-07-28 Thread Kang Kai
From: Kang Kai update distro tracking fields of libnewt mailx slang and alsa-tools. Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc | 28 --- meta/recipes-extended/slang/slang_2.2.4.bb |1 + .../recipes-multimedia/alsa/alsa

[OE-core] [PATCH 1/2] libnewt: update to 0.52.13

2011-07-28 Thread Kang Kai
From: Kang Kai Update libnewt to 0.52.13, and remove include-without-python.patch because it has been merged. Update SRC_URI and add SRC_URI checksum. Signed-off-by: Kang Kai --- .../newt/files/include-without-python.patch| 73 .../{libnewt_0.52.12.bb

[OE-core] [PATCH 0/2] update distro tracking fields V3

2011-07-28 Thread Kang Kai
From: Kang Kai Hi Saul, v3 update the mailx license. I update the libnewt SRC_URI and checksum. Because the bb file is libnewt and the source file is newt, so I write the SRC_URI with newt-${PV}. Update the distro tracking fields of mailx slang libnewt and alsa-tools. Thank you! The

[OE-core] [PATCH 2/2] distro_tracking_fields: update packages info

2011-07-28 Thread Kang Kai
From: Kang Kai Update distro tracking fields of libnewt mailx slang and alsa-tools. Update mailx licence, slang homepage and alsa-tools. Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc | 28 --- meta/recipes-extended/mailx/mailx_12.5.bb

[OE-core] [PATCH 0/1] at: make at usable for common user

2011-08-17 Thread Kang Kai
From: Kang Kai Fixes [Yocto #1297] The pkg_postinst was added to fix Yocto #675. But it seems not needed any more. Remove it then unprivilege user could use at. The following changes since commit a21ff559e7c93e9da61104f4a33e42e6004189fd: Fixup remaining bb.msg.domain users (2011-08-15

[OE-core] [PATCH 1/1] at: make at usable for common user

2011-08-17 Thread Kang Kai
From: Kang Kai Fixes [Yocto #1297] The pkg_postinst was added to fix Yocto #675. But it seems not needed any more. Remove it then unprivilege user could use at. Signed-off-by: Kang Kai --- meta/recipes-extended/at/at_3.1.12.bb | 26 +- 1 files changed, 5 insertions

[OE-core] [PATCH 0/5] bug fix for 1212 and split the previous distro tracking fields commit

2011-08-18 Thread Kang Kai
From: Kang Kai Hi Saul, I add a method to check the depencies between eglibc configurable options. When one option is set in DISTRO_FEATURES_LIBC then the required options will be set too. Fixes [Yocto #1212] Split the previous update distro tracking fields commit. Regards, The following

[OE-core] [PATCH 1/5] eglibc: check dependencies among eglibc options

2011-08-18 Thread Kang Kai
From: Kang Kai Fixes [Yocto #1212] 'libc-inet' and 'ipv4' are the same thing, so remove 'libc-inet' from the default DISTRO_FEATURES_LIBC in file default-distrovars.inc. Check the dependencies among eglibc configurable options, make sure that eglibc could be compi

[OE-core] [PATCH 2/5] mailx: update license and distro tracking fileds

2011-08-18 Thread Kang Kai
From: Kang Kai update mailx license and bump up PR, and update distro tracking fields. Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc |9 +++-- meta/recipes-extended/mailx/mailx_12.5.bb |4 ++-- 2 files changed, 9 insertions(+), 4 deletions

[OE-core] [PATCH 3/5] slang: add homepage and update distro tracking fields

2011-08-18 Thread Kang Kai
From: Kang Kai Add slang homepage and bump up PR. Update distro tracking fields. Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc |5 +++-- meta/recipes-extended/slang/slang_2.2.4.bb |3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff

[OE-core] [PATCH 4/5] alsa-tools: update license and add distro tracking fields

2011-08-18 Thread Kang Kai
From: Kang Kai Update license and other informations, then bump up PR. Update distro tracking fields. Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc |7 --- .../recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb | 11 +++ 2 files changed, 11

[OE-core] [PATCH 5/5] newt: update distro tracking fields

2011-08-18 Thread Kang Kai
From: Kang Kai Update newt distro tracking fields Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include

[OE-core] question about meta/class/qmake-base.bbclass

2011-08-22 Thread Kang Kai
Hi Holger, When I read the file meta/class/qmake-base.bbclass, I find that that are 2 lines: unset QMAKESPEC || true ${OE_QMAKE_QMAKE} -makefile -spec ${QMAKESPEC} -o Makefile $QMAKE_VARSUBST_PRE $AFTER $PROFILES $QMAKE_VARSUBST_POST || die "Error calling ${OE_QMAKE_QMAKE} on $PROFIL

Re: [OE-core] question about meta/class/qmake-base.bbclass

2011-08-23 Thread Kang Kai
On 2011年08月22日 19:30, Holger Freyther wrote: On 08/22/2011 11:42 AM, Kang Kai wrote: Hi Holger, I am confused that why unset QMAKESPEC first and then use it a argument for qmake? Could you help me to get out of that? Hi, it has been a long time and I can only speculate right now. It might

Re: [OE-core] question about meta/class/qmake-base.bbclass

2011-08-23 Thread Kang Kai
On 2011年08月23日 02:46, Paul Eggleton wrote: On Monday 22 August 2011 10:42:42 Kang Kai wrote: When I read the file meta/class/qmake-base.bbclass, I find that that are 2 lines: unset QMAKESPEC || true ${OE_QMAKE_QMAKE} -makefile -spec ${QMAKESPEC} -o Makefile $QMAKE_VARSUBST_PRE

[OE-core] [PATCH 0/3] bug fix for 1231

2011-08-24 Thread Kang Kai
From: Kang Kai Hi Saul, qt4-tools-nativesdk needs set the gcc standard header searching paths because crosssdk.bbclass uses a undefined variable "includedir_nativesdk". These commits are to fix it, and update qt4-tools-nativesdk and cmake-nativesdk bb files. The following changes si

[OE-core] [PATCH 1/3] bitbake.conf: set includedir_nativesdk

2011-08-24 Thread Kang Kai
From: Kang Kai Fixes [Yocto #1231] crosssdk.bbclass uses ${includedir_nativesdk} to define target_includedir, but includedir_nativesdk is not defined before. This makes gcc-crosssdk can NOT search the correct standard headers and libraries search path. Define includedir_nativesdk in

[OE-core] [PATCH 3/3] cmake-nativesdk: remove gcc standard paths

2011-08-24 Thread Kang Kai
From: Kang Kai Because of the gcc-crosssdk bug, cmake-nativesdk needs to search gcc standard paths itself. Right now it was fixed, so remove the additional CXXFLAG for cmake-nativesdk. Signed-off-by: Kang Kai --- meta/recipes-devtools/cmake/cmake_2.8.5.bb |8 +--- 1 files changed, 1

[OE-core] [PATCH 2/3] qt4-tools-nativesdk: remove gcc standard paths

2011-08-24 Thread Kang Kai
From: Kang Kai gcc-crosssdk can't find the standard headers before, and it was fixed. So it is not needed to search the gcc standard paths by qt4-tools-nativesdk itself. Signed-off-by: Kang Kai --- meta/recipes-qt/qt4/qt4-tools-nativesdk.inc |9 ++--- 1 files changed, 2 inser

[OE-core] [PATCH 0/8] Update packages

2012-03-14 Thread Kang Kai
/poky-contrib kangkai/update-packages http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/update-packages Kang Kai (8): gobject-introspection: update to 1.31.20 newt: update to 0.52.14 libsdl: update to 1.2.15 alsa-lib: update to 1.0.25 alsa-utils: update to 1.0.25 alsa-tools

[OE-core] [PATCH 1/8] gobject-introspection: update to 1.31.20

2012-03-14 Thread Kang Kai
Add a new recipe file to update gobject-introspection to 1.31.20, instead of git version. Signed-off-by: Kang Kai --- .../gnome/gobject-introspection_1.31.20.bb | 28 1 files changed, 28 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-gnome/gnome

[OE-core] [PATCH 2/8] newt: update to 0.52.14

2012-03-14 Thread Kang Kai
Update newt to latest verion 0.52.14. Signed-off-by: Kang Kai --- .../{libnewt_0.52.13.bb => libnewt_0.52.14.bb} |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) rename meta/recipes-extended/newt/{libnewt_0.52.13.bb => libnewt_0.52.14.bb} (84%) diff --git a/meta/r

[OE-core] [PATCH 3/8] libsdl: update to 1.2.15

2012-03-14 Thread Kang Kai
Update libsdl to 1.2.15. Patch add.XGetRequest.symbol.patch is merged by upstream, so remove it. Signed-off-by: Kang Kai --- .../libsdl-1.2.14/add.XGetRequest.symbol.patch | 79 .../configure_tweak.patch |0 .../libsdl/{libsdl_1.2.14.bb

[OE-core] [PATCH 4/8] alsa-lib: update to 1.0.25

2012-03-14 Thread Kang Kai
Update to version 1.0.25, rename the patch directory at same time. Signed-off-by: Kang Kai --- .../fix-tstamp-declaration.patch |0 .../unbreak_plugindir.patch|0 .../{alsa-lib_1.0.24.1.bb => alsa-lib_1.0.25.bb} |6 +++--- 3 files chan

[OE-core] [PATCH 5/8] alsa-utils: update to 1.0.25

2012-03-14 Thread Kang Kai
Update to version 1.0.25, and update patch 0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch because rejected when apply it. Signed-off-by: Kang Kai --- ...-t-let-systemd-unit-restore-the-volume-wh.patch |4 ++-- .../ncursesfix.patch |0

[OE-core] [PATCH 6/8] alsa-tools: update to 1.0.25

2012-03-14 Thread Kang Kai
Update to version 1.0.25 Signed-off-by: Kang Kai --- .../autotools.patch|0 ...alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} |6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-tools-1.0.24.1 =>

[OE-core] [PATCH 7/8] ghostscript: update to 9.05

2012-03-14 Thread Kang Kai
Update ghostscript to 9.05, and update ghostscript-9.02-genarch.patch at same time because it can't be applied. Add patch ghostscript/ghostscript-9.05-NOT-check-endian.patch to forbid checking endianese. Signed-off-by: Kang Kai --- .../ghostscript/ghostscript-9.02-genarch.patch |

[OE-core] [PATCH 8/8] distro_tracking_fields: udpate package status

2012-03-14 Thread Kang Kai
Update packages' status, includes libsdl, gobject-introspection, newt, alsa and ghostscript. Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc | 48 ++-- 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/meta/conf/distro/in

Re: [OE-core] [PATCH 6/8] alsa-tools: update to 1.0.25

2012-03-14 Thread Kang Kai
On 2012年03月14日 23:55, Richard Purdie wrote: On Wed, 2012-03-14 at 17:03 +0800, Kang Kai wrote: Update to version 1.0.25 Signed-off-by: Kang Kai --- .../autotools.patch|0 ...alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} |6 +++--- 2 files chan

[OE-core] [PATCH 0/1] Update the alsa-tools

2012-03-15 Thread Kang Kai
kangkai/update-pkgs http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/update-pkgs Kang Kai (1): alsa-tools: update to 1.0.25 .../autotools.patch|0 ...alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} |6 +++--- 2 files changed, 3 inserti

[OE-core] [PATCH 1/1] alsa-tools: update to 1.0.25

2012-03-15 Thread Kang Kai
Update to version 1.0.25 Signed-off-by: Kang Kai --- .../autotools.patch|0 ...alsa-tools_1.0.24.1.bb => alsa-tools_1.0.25.bb} |6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-multimedia/alsa/{alsa-tools-1.0.24.1 =>

Re: [OE-core] [PATCH 5/8] alsa-utils: update to 1.0.25

2012-03-18 Thread Kang Kai
On 2012年03月16日 15:25, Wang, Shane wrote: Kang Kai wrote on 2012-03-14: Update to version 1.0.25, and update patch 0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch because rejected when apply it. Signed-off-by: Kang Kai Kai, why did you drop the patch? You can port it to alsa

Re: [OE-core] [oe-core][PATCHv3 01/31] xserver-xf86(-dri)-lite: rename to xserver-xorg and xserver-xorg-lite

2011-10-10 Thread Kang Kai
On 2011?10?08? 01:04, Martin Jansa wrote: * xserver-xorg is closer to upstream naming and that's how it's named in OE-classic and meta-oe? It would make meta-oe transition easier and better to do it now then convert meta-oe to xserver-xf86 and then rename it back later. Signed-off-by: M

[OE-core] [PATCH 1/1] distro_tracking_fields: update 6 packages information

2011-10-11 Thread Kang Kai
update the following packages distro tracking fields: ghostscript xdg-utils libsdl libxml-sax-perl eglibc liburi-perl Signed-off-by: Kang Kai --- .../conf/distro/include/distro_tracking_fields.inc | 16 1 files changed, 16 insertions(+), 0 deletions

[OE-core] [PATCH 0/1] distro_tracking_fields: update 6 packages information

2011-10-11 Thread Kang Kai
0d8c8cf462e5df446669355b554b3d5fdc532a11: mutter: update to 2.29.1 and fix SRC_URI (2011-10-07 11:35:50 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/update-pkgs http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/update-pkgs Kang Kai (1

[OE-core] [PATCH 1/4] mesa-dri/xlib: use target commands in mklib file

2011-10-13 Thread Kang Kai
the bin/mklib file in mesa-dri/xlib source code uses commands on hosts, this may cause build failed on some platform. Patches are from WindRiver Linux, and CQID are: WIND00266791 WIND00266497 Signed-off-by: Kang Kai --- .../mesa-use-target-commands-in-mklib.patch| 104

[OE-core] [PATCH 0/4] Import some patches from WindRiver Linux

2011-10-13 Thread Kang Kai
b92b776d56e64a437181de9bc76f8dcc8e15a5f8: meta-yocto: Catch up with xserver and mesa upgrades/rename (2011-10-12 23:05:12 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/distro http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro Kang Kai (4): mesa-dri

  1   2   3   4   5   6   7   >