[OE-core] [PATCH 0/1] Dexuan: nspr: fix package splitin

2012-04-13 Thread Dexuan Cui
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master Dexuan Cui (1): nspr: fix package spliting meta/recipes-support/nspr/nspr_4.8.9.bb |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) -- 1.7.6 ___ Openembedded-core mailing list

[OE-core] [PATCH 1/1] nspr: fix package spliting

2012-04-13 Thread Dexuan Cui
Here /usr/lib/lib*.so files are binaries rather than symbol links. We should package them into ${PN} rather than ${PN}-dev, or else, when a package, that rdepends on nspr, is packaged, we get a non-dev package rdepends on nspr-dev ERROR. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta

[OE-core] [PATCH 2/3] xterm: port the recipe from OE and upgrade to v278

2012-04-05 Thread Dexuan Cui
The recipe is ported from OE: http://git.openembedded.org/openembedded/tree/recipes/xorg-app/xterm_266.bb I upgraded it from v266 to v278. I added LICENSE, LIC_FILES_CHKSUM and updated SRC_URI checksums. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-graphics/xorg-app/xterm_278

[OE-core] [PATCH 1/3] libxaw: move it from meta-demoapps/ into meta/ and upgrade it to 1.0.10

2012-04-05 Thread Dexuan Cui
Add LICENSE and LIC_FILES_CHKSUM; Add SRC_URI checksums; Remove do_install_append since 1.0.10's Makefile has done the work. libxaw is needed by xterm. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../recipes-graphics/xorg-lib/libxaw_1.0.10.bb | 15 +++ 1 files changed

[OE-core] [PATCH 0/3] dexuan: build appliance: install xterm into the target [Apr 6, 2012]

2012-04-05 Thread Dexuan Cui
/poky-contrib/log/?h=dcui/self Dexuan Cui (3): libxaw: move it from meta-demoapps/ into meta/ and upgrade it to 1.0.10 xterm: port the recipe from OE and upgrade to v278 task-self-hosted: install xterm into the target meta/recipes-core/tasks/task-self-hosted.bb|3 +- meta

[OE-core] [PATCH 3/3] task-self-hosted: install xterm into the target

2012-04-05 Thread Dexuan Cui
xterm is needed by the Run image functionality of the hob: See bitbake/lib/bb/ui/crumbs/builder.py's runqemu_image(). Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/tasks/task-self-hosted.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta

[OE-core] [PATCH 0/1] a fix to self-hosted-image: use the correct location of the file sudoers

2012-04-04 Thread Dexuan Cui
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master Dexuan Cui (1): self-hosted-image: use the correct location of the file sudoers meta/recipes-core/images/self-hosted-image.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- 1.7.6

[OE-core] [PATCH 1/1] self-hosted-image: use the correct location of the file sudoers

2012-04-04 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/images/self-hosted-image.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 1db6a7a..d8f4162 100644

[OE-core] [PATCH 3/5] self-hosted-image: renew the poky src's SRCREV that's installed into the target

2012-04-01 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/images/self-hosted-image.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index e962f30..91942ee 100644

[OE-core] [PATCH 5/5] self-hosted-image: fix indentation: 8 spaces -- Tab

2012-04-01 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/images/self-hosted-image.bb | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb index 91942ee..39f0fc4

[OE-core] [PATCH 2/5] self-hosted-image: improve do_populate_poky_src

2012-04-01 Thread Dexuan Cui
1) remove the assumption ${DL_DIR} ends with downloads/. Thanks Paul Eggleton for pointing this out. 2) remove downloads/git2_* tarballs to speed up the rootfs creation. This is ok since we still have the git2/. Thanks Richard Purdie for suggesting this. Signed-off-by: Dexuan Cui dexuan

[OE-core] [PATCH 4/5] builder: uncomment the settings for BB_NUMBER_THREADS and PARALLEL_MAKE

2012-04-01 Thread Dexuan Cui
We use sed to enable the 2 settingis in conf/local.conf. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-graphics/builder/builder_0.1.bb |2 +- .../builder/files/builder_hob_start.sh |5 + 2 files changed, 6 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 0/5] dexuan: more build appliance patches: [Apr 1, 2012]

2012-04-01 Thread Dexuan Cui
for sdk executables (2012-03-31 18:00:59 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib dcui/master http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=dcui/master Dexuan Cui (5): genext2fs: support large files and filesystems without using large

[OE-core] [PATCH 0/1] genext2fs: support large files and filesystems without using large amounts of memor

2012-03-28 Thread Dexuan Cui
265903bdffb10c95ceaf7a892151a50b67939c71: procps: don't print error message with kernel 3.0+ (2012-03-28 10:16:30 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/master http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master Dexuan Cui (1

[OE-core] [PATCH 1/1] task-self-hosted: add nfs-utils and nfs-utils-client into the target

2012-03-18 Thread Dexuan Cui
Without this, in the target, we don't have the mount.nfs utility. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/tasks/task-self-hosted.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes

[OE-core] [PATCH 0/1] task-self-hosted: add nfs-utils and nfs-utils-client into the target

2012-03-18 Thread Dexuan Cui
/cgit.cgi/poky-contrib/log/?h=dcui/self Dexuan Cui (1): task-self-hosted: add nfs-utils and nfs-utils-client into the target meta/recipes-core/tasks/task-self-hosted.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) -- 1.7.6

[OE-core] [PATCH 0/1] self-hosted-image: fix bug 2065

2012-03-17 Thread Dexuan Cui
-contrib/log/?h=dcui/self Dexuan Cui (1): self-hosted-image: pre-populate the builder user with poky source meta/recipes-core/images/self-hosted-image.bb | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) -- 1.7.6

[OE-core] [PATCH 1/1] self-hosted-image: pre-populate the builder user with poky source

2012-03-17 Thread Dexuan Cui
[YOCTO #2065] Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/images/self-hosted-image.bb | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted

[OE-core] [PATCH 0/1] a fix to 2067

2012-03-08 Thread Dexuan Cui
-contrib/log/?h=dcui/fix_2067 Dexuan Cui (1): image_types: ensure .rootfs.ext3 is created before vmdk is created. meta/classes/image_types.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) -- 1.7.6 ___ Openembedded-core

[OE-core] [PATCH 1/1] image_types: ensure .rootfs.ext3 is created before vmdk is created.

2012-03-08 Thread Dexuan Cui
-off-by: Dexuan Cui dexuan@intel.com --- meta/classes/image_types.bbclass |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 8b82018..e92f519 100644 --- a/meta/classes/image_types.bbclass +++ b

[OE-core] [PATCH 0/1] task-self-hosted: add hicolor-icon-theme and socat

2012-02-24 Thread Dexuan Cui
The following changes since commit 31ac02695483943b677f8886e29438a8ed48f208: XXX: only for test misc Signed-off-by: Dexuan Cui dexuan@intel.com (2012-02-24 21:33:25 +0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test http

[OE-core] [PATCH 1/1] task-self-hosted: add hicolor-icon-theme and socat

2012-02-24 Thread Dexuan Cui
-icon-cache: No theme index file. Configuring liberation-fonts. Configuring gdk-pixbuf-loader-xpm. gtk-update-icon-cache: No theme index file. Configuring gdk-pixbuf-loader-gif. gtk-update-icon-cache: No theme index file. Add socat for to faciliate proxy setting. Signed-off-by: Dexuan Cui dexuan

[OE-core] [PATCH 1/2] task-self-hosted: remove duplicate packages

2012-02-22 Thread Dexuan Cui
The package names are specified more than once. We only need to keep one for each of them, so let's remove the duplicated ones. This patch makes no actual change to the functionality of the recipe. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/tasks/task-self-hosted.bb

[OE-core] [PATCH 0/2] task-self-hosted: 2 cleanup patches: no actual functional change

2012-02-22 Thread Dexuan Cui
=dcui/stage/master_under_test Dexuan Cui (2): task-self-hosted: remove duplicate packages task-self-hosted: make the package lists alphabetical meta/recipes-core/tasks/task-self-hosted.bb | 47 ++ 1 files changed, 18 insertions(+), 29 deletions(-) -- 1.7.6

[OE-core] [PATCH 2/2] task-self-hosted: make the package lists alphabetical

2012-02-22 Thread Dexuan Cui
This patch makes no actual change to the functionality of the recipe. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/tasks/task-self-hosted.bb | 36 +- 1 files changed, 18 insertions(+), 18 deletions(-) diff --git a/meta/recipes-core/tasks/task

[OE-core] [PATCH 1/2] syslinux.bbclass: make PROMPT settable

2012-02-17 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/classes/syslinux.bbclass | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index 1569074..8225c80 100644 --- a/meta/classes/syslinux.bbclass +++ b

[OE-core] [PATCH 2/2] self-hosted-directdisk-image: create .hdddirect and .vmdk images

2012-02-17 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/classes/boot-directdisk.bbclass |4 +++- meta/conf/machine/include/qemu.inc |2 ++ .../images/self-hosted-directdisk-image.bb | 15 +++ 3 files changed, 20 insertions(+), 1

[OE-core] [PATCH 0/2] self-hosted-image: 2 new patches from Dexuan: Feb 17, 2012

2012-02-17 Thread Dexuan Cui
-hosted-v81 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/self-hosted-v81 Dexuan Cui (2): syslinux.bbclass: make PROMPT settable self-hosted-directdisk-image: create .hdddirect and .vmdk images meta/classes/boot-directdisk.bbclass |4 +++- meta/classes

[OE-core] [PATCH 2/2] task-self-hosted: add connman and connman-plugin-ethernet

2012-02-14 Thread Dexuan Cui
Without this, the VMware guest running self-hosted-image can't get IP address automatically. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/tasks/task-self-hosted.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/tasks/task

[OE-core] [PATCH 0/2] self-hosted-image: 2 new patches from Dexuan: Feb 14, 2012

2012-02-14 Thread Dexuan Cui
=dcui/self-hosted-v8 Dexuan Cui (2): mini-x-session: try to use a resolution that's big enough for hob2's window task-self-hosted: add connman and connman-plugin-ethernet meta/recipes-core/tasks/task-self-hosted.bb|4 +++- .../mini-x-session/files/mini-x-session

[OE-core] [RFC PATCH 0/1] [RFC][PATCH][v2] enhance boot-directdisk.bbclass to generate .vmdk image

2012-01-18 Thread Dexuan Cui
: command.py: add parseConfigurationFiles API (2012-01-06 16:01:44 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/self-hosted-v7 http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/self-hosted-v7 Dexuan Cui (1): self-hosted-image: generate

[OE-core] [RFC PATCH 1/1][v2] self-hosted-image: generate the .hdddirect and .vmdk image files

2012-01-18 Thread Dexuan Cui
-by: Dexuan Cui dexuan@intel.com --- meta/classes/boot-directdisk.bbclass |8 meta/conf/machine/include/qemu.inc|2 ++ meta/recipes-core/images/self-hosted-image.bb | 11 +-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/meta/classes

[OE-core] [RFC PATCH 1/1] self-hosted-image: generate the .hdddirect and .vmdk image files

2012-01-10 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/classes/boot-directdisk.bbclass | 10 +- meta/recipes-core/images/self-hosted-image.bb | 11 +-- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/meta/classes/boot-directdisk.bbclass b/meta

[OE-core] [RFC PATCH 0/1] [RFC] enhance boot-directdisk.bbclass to generate .vmdk image

2012-01-10 Thread Dexuan Cui
/poky-contrib/log/?h=dcui/self-hosted-v7 Dexuan Cui (1): self-hosted-image: generate the .hdddirect and .vmdk image files meta/classes/boot-directdisk.bbclass | 10 +- meta/recipes-core/images/self-hosted-image.bb | 11 +-- 2 files changed, 18 insertions(+), 3 deletions

[OE-core] [PATCH 0/1] dexuan: Jan 10, 2011: upgrade to distro_tracking_fields

2012-01-09 Thread Dexuan Cui
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/manual_check Dexuan Cui (1): distro_tracking_fields.inc: upgrade tcf-agent .../conf/distro/include/distro_tracking_fields.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- 1.7.6

[OE-core] [PATCH 0/1] mc: fix configure with automake 1.11.2

2012-01-04 Thread Dexuan Cui
/mc Dexuan Cui (1): mc: fix configure with automake 1.11.2 .../mc/files/fix_for_automake_1.11.2.patch | 69 meta/recipes-extended/mc/mc_4.8.1.bb |3 +- 2 files changed, 71 insertions(+), 1 deletions(-) create mode 100644 meta/recipes-extended/mc

[OE-core] [PATCH 1/1] mc: fix configure with automake 1.11.2

2012-01-04 Thread Dexuan Cui
status: 1 NOTE: package mc-4.8.1-r0: task do_configure: Failed Signed-off-by: Dexuan Cui dexuan@intel.com --- .../mc/files/fix_for_automake_1.11.2.patch | 69 meta/recipes-extended/mc/mc_4.8.1.bb |3 +- 2 files changed, 71 insertions(+), 1

[OE-core] [PATCH 5/6] util-macros: upgrade from 1.15.0 to the latest 1.16.0

2011-12-30 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- ...util-macros_1.15.0.bb = util-macros_1.16.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.15.0.bb = util-macros_1.16.0.bb} (75%) diff --git a/meta/recipes-graphics

[OE-core] [PATCH 3/6] lttng-ust: upgrade from 0.15 to the latest 0.16

2011-12-30 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-kernel/lttng/fix-powerpc64.patch | 17 - .../lttng/{lttng-ust_0.15.bb = lttng-ust_0.16.bb} |9 - 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-kernel/lttng/fix

[OE-core] [PATCH 6/6] distro_tracking_fields.inc: update the info

2011-12-30 Thread Dexuan Cui
They are mdadm liburcu lttng-ust lttng-control inputproto libpciaccess util-macros libxi libx11 libx11-trim libx11-diet xkeyboard-config Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 107 +++- 1 files changed, 57

[OE-core] [PATCH 2/6] liburcu: upgrade from 0.6.4 to the latest 0.6.7

2011-12-30 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../liburcu/{liburcu_0.6.4.bb = liburcu_0.6.7.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/liburcu/{liburcu_0.6.4.bb = liburcu_0.6.7.bb} (80%) diff --git a/meta/recipes-support/liburcu

[OE-core] [PATCH 1/6] mdadm: upgrade to the latest version 3.2.3

2011-12-30 Thread Dexuan Cui
deleted 1 patch since it's in new version now. made LICENSE field more accurate. updated chksum of COPYING: only working change; no actual license change. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../0001-mdadm-fix-build-failures-ppc64.patch | 52 .../mdadm

[OE-core] [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011

2011-12-30 Thread Dexuan Cui
/log/?h=dcui/stage/master_under_test Dexuan Cui (6): mdadm: upgrade to the latest version 3.2.3 liburcu: upgrade from 0.6.4 to the latest 0.6.7 lttng-ust: upgrade from 0.15 to the latest 0.16 libpciaccess: upgrade from 0.12.1 to 0.12.902 util-macros: upgrade from 1.15.0 to the latest

[OE-core] [PATCH 4/6] libpciaccess: upgrade from 0.12.1 to 0.12.902

2011-12-30 Thread Dexuan Cui
According to http://cgit.freedesktop.org/xorg/lib/libpciaccess/log/, 0.12.902 does fix some bugs, so let's upgrade to it. Moreover, I pulled a patch from upstream git repo. I also updated the COPYING's chksum since there is a minor change to the Copyright header. Signed-off-by: Dexuan Cui

[OE-core] [PATCH 0/1] fix wget build issue: /usr/lib/libssl.so: could not read symbols

2011-12-18 Thread Dexuan Cui
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/wget Dexuan Cui (1): wget: fix a host intrusion issue introduced by adding --with-ssl=openssl. meta/recipes-extended/wget/wget.inc |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- 1.7.6

[OE-core] [PATCH 1/1] wget: fix a host intrusion issue introduced by adding --with-ssl=openssl.

2011-12-18 Thread Dexuan Cui
-Wl,--as-needed conftest.c -ldl -lz /usr/lib/libssl.so /usr/lib/libcrypto.so -lz 5 /usr/lib/libssl.so: could not read symbols: File in wrong format The patch fixes the issue by specifying libssl-prefix. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-extended/wget/wget.inc |4

[OE-core] [PATCH 0/1] socat: add the latest stable version 1.7.2.0

2011-12-18 Thread Dexuan Cui
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/socat Dexuan Cui (1): socat: add the latest stable version 1.7.2.0 .../recipes-connectivity/socat/files/compile.patch | 946 meta/recipes-connectivity/socat/socat_1.7.2.0.bb | 28 + 2 files changed, 974 insertions(+), 0

[OE-core] [PATCH 1/1] socat: add the latest stable version 1.7.2.0

2011-12-18 Thread Dexuan Cui
socat is useful for the self-hosted-image work. The original recipe is from OE: http://git.openembedded.org/openembedded/tree/recipes/socat/ and I upgraded it to 1.7.2.0. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../recipes-connectivity/socat/files/compile.patch | 946

[OE-core] [PATCH 1/3] make: expand MAKEFLAGS before we re-exec after rebuilding makefiles.

2011-12-01 Thread Dexuan Cui
This patch was got from the upstream cvs repo of make to fix the bug of make-3.82: http://savannah.gnu.org/bugs/?30723 Signed-off-by: Dexuan Cui dexuan@intel.com --- .../make/make-3.82/expand_MAKEFLAGS.patch | 39 meta/recipes-devtools/make/make_3.82.bb

[OE-core] [PATCH 0/3] 3 new patches for the self-hosted-image work

2011-12-01 Thread Dexuan Cui
/poky-contrib/log/?h=dcui/self-hosted-v4 Dexuan Cui (3): make: expand MAKEFLAGS before we re-exec after rebuilding makefiles. task-self-hosted: install sudo, tun.ko, iptables, libgl and libgl-dev into the target runqemu-ifup, runqemu-internal: be wiser when locating the network tools

[OE-core] [PATCH 2/3] task-self-hosted: install sudo, tun.ko, iptables, libgl and libgl-dev into the target

2011-12-01 Thread Dexuan Cui
to separate packages. Signed-off-by: Dexuan Cui dexuan@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com --- meta/recipes-core/tasks/task-self-hosted.bb | 14 ++ 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b

[OE-core] [PATCH 3/3] runqemu-ifup, runqemu-internal: be wiser when locating the network tools

2011-12-01 Thread Dexuan Cui
when running which. Signed-off-by: Dexuan Cui dexuan@intel.com --- scripts/runqemu-ifup |8 +--- scripts/runqemu-internal |3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/scripts/runqemu-ifup b/scripts/runqemu-ifup index 870cb6b..9e697a8 100755 --- a/scripts

[OE-core] [PATCH 2/3] lzo: remove the uncessary autoconf.patch

2011-12-01 Thread Dexuan Cui
Now we already have autoconf-2.68 that is newer than 2.67 that is required by lzo. So the patch is not needed any longer. Thanks Khem Raj for pointing this out! Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-support/lzo/lzo-2.06/autoconf.patch | 28

[OE-core] [PATCH 0/3] 3 patches: lzo, libxfont, distro_tracking_fields.inc

2011-12-01 Thread Dexuan Cui
/cgit.cgi/poky-contrib/log/?h=dcui/distro Dexuan Cui (3): libxfont: remove the unused no-scalable-crash.patch lzo: remove the uncessary autoconf.patch distro_tracking_fields.inc: update the info .../conf/distro/include/distro_tracking_fields.inc | 65 ++- .../xorg-lib/libxfont

[OE-core] [PATCH 3/3] distro_tracking_fields.inc: update the info

2011-12-01 Thread Dexuan Cui
They are pixman libxrandr lzo libxfont libxcursor xcb-util inputproto liberation-fonts Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 65 ++- 1 files changed, 34 insertions(+), 31 deletions(-) diff --git a/meta/conf

[OE-core] [PATCH 5/8] libxcursor: upgrade from 1.1.11 to 1.1.12

2011-11-30 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../{libxcursor_1.1.11.bb = libxcursor_1.1.12.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.11.bb = libxcursor_1.1.12.bb} (79%) diff --git a/meta/recipes-graphics/xorg

[OE-core] [PATCH 0/8] [Dexuan]: upgrades for 7 recipes

2011-11-30 Thread Dexuan Cui
-contrib/log/?h=dcui/master Dexuan Cui (8): pixman: upgrade from 0.22.0 to the latest stable 0.24.0 libxrandr: upgrade from 1.3.1 to the latest version 1.3.2 lzo: upgrade from 2.05 to the latest version 2.06 libxfont: upgrade from 1.4.3 to 1.4.4 libxcursor: upgrade from 1.1.11 to 1.1.12

[OE-core] [PATCH 4/8] libxfont: upgrade from 1.4.3 to 1.4.4

2011-11-30 Thread Dexuan Cui
updated LIC_FILES_CHKSUM: only Copyright holder change in COPYING -- no actual license change. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../{libxfont_1.4.3.bb = libxfont_1.4.4.bb} |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) rename meta/recipes-graphics/xorg

[OE-core] [PATCH 8/8] distro_tracking_fields.inc: update the info

2011-11-30 Thread Dexuan Cui
pixman libxrandr lzo libxfont libxcursor xcb-util inputproto liberation-fonts Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 66 ++- 1 files changed, 35 insertions(+), 31 deletions(-) diff --git a/meta/conf/distro

[OE-core] [PATCH 7/8] inputproto: upgrade from 2.0.2 to the latest stable 2.0.99.1

2011-11-30 Thread Dexuan Cui
The current latest version 2.1.99.2 is not stable: This branch contains protocol elements which have not yet been finalised., so we upgrade to 2.0.99.1 for now. Signed-off-by: Dexuan Cui dexuan@intel.com --- ...{inputproto_2.0.2.bb = inputproto_2.0.99.1.bb} |4 ++-- 1 files changed, 2

[OE-core] [PATCH 1/4] runqemu: look for *image* to be more flexible for image names

2011-11-24 Thread Dexuan Cui
From: Saul Wold s...@linux.intel.com Signed-off-by: Saul Wold s...@linux.intel.com --- scripts/runqemu |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 31e9822..a9a362f 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -114,7

[OE-core] [PATCH 2/4] gcc-package-target.inc: add the symbol link /lib/cpp

2011-11-24 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-devtools/gcc/gcc-4.6.inc|2 +- meta/recipes-devtools/gcc/gcc-package-target.inc |2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools

[OE-core] [PATCH 4/4] coreutils: build and install hostname

2011-11-24 Thread Dexuan Cui
-by: Dexuan Cui dexuan@intel.com --- .../coreutils/coreutils-8.14/disable_doc_man.patch | 36 meta/recipes-core/coreutils/coreutils_8.14.bb |9 +++-- 2 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-core/coreutils/coreutils-8.14

[OE-core] [PATCH 3/4] Self Hosted Image: Added Task and Images

2011-11-24 Thread Dexuan Cui
-by: Dexuan Cui dexuan@intel.com Signed-off-by: Zhai Edwin edwin.z...@intel.com --- meta/recipes-core/images/self-hosted-image.bb | 11 ++ meta/recipes-core/tasks/task-self-hosted.bb | 174 + 2 files changed, 185 insertions(+), 0 deletions(-) create mode 100644 meta

[OE-core] [PATCH 0/4] self-hosted-image: the first set of patch

2011-11-24 Thread Dexuan Cui
/cgit.cgi/poky-contrib/log/?h=dcui/self-hosted-v2 Dexuan Cui (2): gcc-package-target.inc: add the symbol link /lib/cpp coreutils: build and install hostname Saul Wold (2): runqemu: look for *image* to be more flexible for image names Self Hosted Image: Added Task and Images .../coreutils

[OE-core] [PATCH 1/1] qemu-config: use pkg_postinst to generate the proper shutdown.desktop

2011-09-22 Thread Dexuan Cui
There is also a generic shutdown.desktop, we can keep it and use a proper pkg_postinst to cope with the case of qemuarm. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-bsp/qemu-config/qemu-config.bb|7 ++- .../qemu-config/qemuarm/shutdown.desktop | 10

[OE-core] [PATCH 0/1] fix to bug 1086

2011-09-19 Thread Dexuan Cui
/cgit.cgi/poky-contrib/log/?h=dcui/bug-1086 Dexuan Cui (1): deb packages support: switch from /var/dpkg to /var/lib/dpkg meta/classes/package_deb.bbclass | 10 +- meta/classes/populate_sdk_deb.bbclass |4 ++-- meta/classes/rootfs_deb.bbclass

[OE-core] [PATCH 1/1] deb packages support: switch from /var/dpkg to /var/lib/dpkg

2011-09-19 Thread Dexuan Cui
[YOCTO #1086] The pach was backported from OE: http://git.openembedded.net/cgit.cgi/openembedded/commit/?id=41e0fbf792037f249d1b8d283b3de81718887c9f Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/classes/package_deb.bbclass | 10 +- meta/classes

[OE-core] [PATCH 0/1] a new patch to bug 1070

2011-09-14 Thread Dexuan Cui
/cgit.cgi/poky-contrib/log/?h=dcui/deb Dexuan Cui (1): package_deb.bbclass, populate_sdk_deb.bbclass: fix meta-toolchain-gmae build meta/classes/package_deb.bbclass | 10 -- meta/classes/populate_sdk_deb.bbclass |6 +- 2 files changed, 9 insertions(+), 7 deletions

[OE-core] [PATCH 0/1] fix to bug 1070

2011-09-13 Thread Dexuan Cui
/deb Dexuan Cui (1): dpkg: fix pkg_postinst_dpkg, don't supply {bindir}/update-alternatives meta/recipes-devtools/dpkg/dpkg.inc | 19 --- meta/recipes-devtools/dpkg/dpkg_1.15.8.7.bb |2 +- 2 files changed, 9 insertions(+), 12 deletions(-) -- 1.7.6

[OE-core] [PATCH 1/1] dpkg: fix pkg_postinst_dpkg, don't supply {bindir}/update-alternatives

2011-09-13 Thread Dexuan Cui
. And, bth dpkg and update-alternatives-cworth supply /usr/bin/update-alternatives and this causes conflict. e.g., bug 1070. We can resolve the issue by ask dpkg not to supply the binary. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-devtools/dpkg/dpkg.inc | 19

[OE-core] [PATCH 5/5] default-providers.inc: define update-alternatives and -native properly

2011-09-06 Thread Dexuan Cui
For DEB packaging, we should use the -dpkg versions; For IPK packaging, we should use the -cworth and opkg versions. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/conf/distro/include/default-providers.inc |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/meta

[OE-core] [PATCH 1/5] populate_sdk_deb.bbclass: add the missing parameter - for tar

2011-09-06 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/classes/populate_sdk_deb.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/populate_sdk_deb.bbclass b/meta/classes/populate_sdk_deb.bbclass index 1bf1b95..40516b8 100644 --- a/meta/classes

[OE-core] [PATCH 4/5] opkg: it should Rdepend on update-alternatives-cworth

2011-09-06 Thread Dexuan Cui
VIRTUAL-RUNTIME_update-alternatives could be update-alternatives-cworth or update-alternatives-dpkg. But opkg can only Rdepend on the former. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-devtools/opkg/opkg_0.1.8.bb |4 ++-- meta/recipes-devtools/opkg/opkg_svn.bb |4

[OE-core] [PATCH 01/10] bluez-hcidump: upgrade from 2.0 to 2.1

2011-08-16 Thread Dexuan Cui
[YOCTO #1371] Recently bluez4 was updated from 4.82 to 4.96 and bluez-hcidump can't build: src/hcidump.c:54:24: error: redefinition of 'ntoh64'. In 2.1 the duplicated definition of ntoh64 was removed. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../{bluez-hcidump_2.0.bb = bluez

[OE-core] [PATCH 00/10] fixes to 1371 and 1330, and upgrades to some recipes

2011-08-16 Thread Dexuan Cui
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master Dexuan Cui (10): bluez-hcidump: upgrade from 2.0 to 2.1 tcf-agent: add openssl into DEPENDS cronie: upgrade from 1.4.7 to 1.4.8 mdadm: upgrade mdadm from 3.2.1 to 3.2.2 util-macros: upgrade from 1.14.0 to the latest version 0.15.0

[OE-core] [PATCH 02/10] tcf-agent: add openssl into DEPENDS

2011-08-16 Thread Dexuan Cui
[YOCTO #1330] If tcf-agent's do_compile happens before openssl does populate_root, we'll get such a compilation failure: framework/channel_tcp.c:34:27: fatal error: openssl/ssl.h: No such file or directory Thanks Kumar Gala for reporting this! Signed-off-by: Dexuan Cui dexuan@intel.com Cc

[OE-core] [PATCH 05/10] util-macros: upgrade from 1.14.0 to the latest version 0.15.0

2011-08-16 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- ...util-macros_1.14.0.bb = util-macros_1.15.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.14.0.bb = util-macros_1.15.0.bb} (80%) diff --git a/meta/recipes-graphics

[OE-core] [PATCH 04/10] mdadm: upgrade mdadm from 3.2.1 to 3.2.2

2011-08-16 Thread Dexuan Cui
Remove the patch since 3.2.2 has integrated it. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../mdadm/fix_for_compilation_with_gcc-4.6.0.patch | 174 .../mdadm/{mdadm_3.2.1.bb = mdadm_3.2.2.bb} |9 +- 2 files changed, 4 insertions(+), 179 deletions

[OE-core] [PATCH 06/10] freetype: upgrade from 2.4.4 to 2.4.6

2011-08-16 Thread Dexuan Cui
freetype-2.4.6/docs/LICENSE.TXT changed a little to describe more clearly the compatibility about FreeTypeLicense and GPLv2+, but the actual license remains unchanged: it's still LICENSE = FreeTypeLicense | GPLv2+. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../no-hardcode.patch

[OE-core] [PATCH 07/10] xproto: upgrade from 7.0.21 to 7.0.22

2011-08-16 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../{xproto_7.0.21.bb = xproto_7.0.22.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{xproto_7.0.21.bb = xproto_7.0.22.bb} (72%) diff --git a/meta/recipes-graphics/xorg-proto

[OE-core] [PATCH 03/10] cronie: upgrade from 1.4.7 to 1.4.8

2011-08-16 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../cronie/{cronie_1.4.7.bb = cronie_1.4.8.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/cronie/{cronie_1.4.7.bb = cronie_1.4.8.bb} (94%) diff --git a/meta/recipes-extended/cronie

[OE-core] [PATCH 09/10] dri2proto: upgrade from 2.4 to 2.6

2011-08-16 Thread Dexuan Cui
The patch has been integrated into 1.4.14 so let's remove it. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../restore_to_old_xDRI2BufferSwapComplete.patch | 53 .../{dri2proto_2.4.bb = dri2proto_2.6.bb} |7 +-- 2 files changed, 3 insertions(+), 57

[OE-core] [PATCH 10/10] distro_tracking_fields.inc: update the info for the following recipes

2011-08-16 Thread Dexuan Cui
cronie mdadm freetype xproto glproto dri2proto util-macros Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 56 ++-- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/meta/conf/distro/include

[OE-core] [PATCH 1/1] oe-init-build-env, scripts/oe-buildenv-internal: add error detecting for $BDIR

2011-08-02 Thread Dexuan Cui
/build can be detected and we'll print an error msg. And, if we get errors in oe-buildenv-internal, we should stop the script and shouldn't further run. Signed-off-by: Dexuan Cui dexuan@intel.com --- oe-init-build-env|6 +++--- scripts/oe-buildenv-internal | 13 +++-- 2

[OE-core] [v2 PATCH 0/2] upgrade tcf-agent to the latest stable revision 0.0+svnr1855

2011-07-22 Thread Dexuan Cui
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/tcf-agent Dexuan Cui (2): tcf-agent: upgrade to the latest stable revision 0.0+svnr1855 distro_tracking_fields.inc: update the info for tcf-agent .../conf/distro/include/distro_tracking_fields.inc | 12 +- .../tcf-agent/tcf-agent

[OE-core] [v2 PATCH 1/2] tcf-agent: upgrade to the latest stable revision 0.0+svnr1855

2011-07-22 Thread Dexuan Cui
Signed-off-by: Lianhao Lu lianhao...@intel.com Signed-off-by: Dexuan Cui dexuan@intel.com --- .../tcf-agent/tcf-agent/fix_ranlib.patch | 14 + .../tcf-agent/tcf-agent/fix_tcf-agent.init.patch | 14 +- .../tcf-agent/tcf-agent/terminals_agent.patch | 1027

[OE-core] [v2 PATCH 2/2] distro_tracking_fields.inc: update the info for tcf-agent

2011-07-22 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc

[OE-core] [PATCH 0/2] upgrade tcf-agent to the latest stable revision 0.0+svnr1855

2011-07-21 Thread Dexuan Cui
=dcui/tcf-agent Dexuan Cui (2): tcf-agent: upgrade to the latest stable revision 0.0+svnr1855 distro_tracking_fields.inc: update the info for tcf-agent .../conf/distro/include/distro_tracking_fields.inc | 12 +- .../tcf-agent/tcf-agent/fix_ranlib.patch | 14 + .../tcf-agent/tcf

[OE-core] [PATCH 2/2] distro_tracking_fields.inc: update the info for tcf-agent

2011-07-21 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc

[OE-core] [PATCH 1/2] tcf-agent: upgrade to the latest stable revision 0.0+svnr1855

2011-07-21 Thread Dexuan Cui
Signed-off-by: Lianhao Lu lianhao...@intel.com Signed-off-by: Dexuan Cui dexuan@intel.com --- .../tcf-agent/tcf-agent/fix_ranlib.patch | 14 + .../tcf-agent/tcf-agent/fix_tcf-agent.init.patch | 14 +- .../tcf-agent/tcf-agent/terminals_agent.patch | 1027

[OE-core] [PATCH 0/1] the fix to bug 1208

2011-07-07 Thread Dexuan Cui
/distro Dexuan Cui (1): powertop: inherit update-alternatives and use a higher priority than busybox meta/recipes-kernel/powertop/powertop_1.13.bb |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) -- 1.7.6 ___ Openembedded-core

[OE-core] [PATCH 1/1] powertop: inherit update-alternatives and use a higher priority than busybox

2011-07-07 Thread Dexuan Cui
use update-alternatives for powertop with higher priority to resolve the issue. Fixes [YOCTO #1208] Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-kernel/powertop/powertop_1.13.bb |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel

[OE-core] [PATCH 0/1] busybox: bump PR to enable largefile support

2011-07-01 Thread Dexuan Cui
The following changes since commit 4d60d32a60ae0fae1002b27cd7d20c28532f4932: poky.conf: add largefile support into DISTRO_FEATURES (2011-07-01 17:35:26 +0800) Dexuan Cui (1): busybox: bump PR to enable largefile support are available in the git repository at: git://git.pokylinux.org/poky

[OE-core] [PATCH 1/1] busybox: bump PR to enable largefile support

2011-07-01 Thread Dexuan Cui
[YOCTO #1205 ] In the previous commit we enable largefile setting in meta-yocto/conf/distro/poky.conf, so we need to re-build busybox to actually enable it. Signed-off-by: Dexuan Cui dexuan@intel.com --- meta/recipes-core/busybox/busybox_1.18.4.bb |2 +- 1 files changed, 1 insertions

[OE-core] [PATCH 0/3] fix to bug #1099, updates to Upstream-Status and distro_tracking_fields.inc

2011-06-29 Thread Dexuan Cui
=dcui/master Dexuan Cui (3): grub: add -fno-reorder-functions into STAGE2_COMPILE lttng-ust: change the patch's Upstream-Status to Accepted. distro_tracking_fields.inc: update RECIPE_MANUAL_CHECK_DATE for screen and tcf-agent .../conf/distro/include/distro_tracking_fields.inc |3

[OE-core] [PATCH 1/3] grub: add -fno-reorder-functions into STAGE2_COMPILE

2011-06-29 Thread Dexuan Cui
This is used to work around a gcc-4.6's bug about the option. [YOCTO #1099] Signed-off-by: Dexuan Cui dexuan@intel.com --- .../grub/grub-0.97/no-reorder-functions.patch | 31 meta/recipes-bsp/grub/grub_0.97.bb |5 ++- 2 files changed, 34

[OE-core] [PATCH 3/3] distro_tracking_fields.inc: update RECIPE_MANUAL_CHECK_DATE for screen and tcf-agent

2011-06-29 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/distro_tracking_fields.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index e9594cf

[OE-core] [PATCH 2/3] lttng-ust: change the patch's Upstream-Status to Accepted.

2011-06-29 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../lttng/lttng-ust/uclibc-sched_getcpu.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch b/meta/recipes-kernel/lttng/lttng-ust/uclibc

[OE-core] [PATCH 0/1] base.bbclass: show layer's branches/revisions in the banner info

2011-06-27 Thread Dexuan Cui
/banner Dexuan Cui (1): base.bbclass: show layer's branches/revisions in the banner info meta/classes/base.bbclass | 14 +- 1 files changed, 13 insertions(+), 1 deletions(-) -- 1.7.4.1 ___ Openembedded-core mailing list Openembedded

  1   2   >