Re: [OE-core] [PATCH 1/1] glib-2.0-native:add option march to BUILD_CFLAGS

2013-01-04 Thread Hongxu Jia
On 12/20/2012 06:05 PM, Burton, Ross wrote: On 20 December 2012 08:10, Hongxu Jia hongxu@windriver.com wrote: +# Add option -march to BUILD_CFLAGS in order to let the atomic operations +# (lock free) be available while using old version GCC on x86 host to +# compile glib-2.0-native

[OE-core] [PATCH 0/1] glib-2.0-native:add option march to BUILD_CFLAGS

2013-01-06 Thread Hongxu Jia
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/glib-2.0-native Hongxu Jia (1): glib-2.0-native:add option march to BUILD_CFLAGS meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) -- 1.7.10.4

[OE-core] [PATCH 1/1] glib-2.0-native:add option march to BUILD_CFLAGS

2013-01-06 Thread Hongxu Jia
Add option -march to BUILD_CFLAGS in order to let the atomic operations (lock free) be available while using old version GCC (4.3.4 for example) on x86 host to compile glib-2.0-native. Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb |6

[OE-core] [PATCH 0/1] apt-native: fix the creation of apt.conf.sample

2013-01-06 Thread Hongxu Jia
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/apt-native Hongxu Jia (1): apt-native: fix the creation of apt.conf.sample meta/recipes-devtools/apt/apt-native.inc |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) -- 1.7.10.4

[OE-core] [PATCH 1/1] apt-native: fix the creation of apt.conf.sample

2013-01-06 Thread Hongxu Jia
pathname components, inserting '/' as needed. If any component is an absolute path, all previous path components will be discarded. So remove / in ${sysconfdir} to create apt.conf.sample if it doesn't exist, not by the existance of prefix dir. [YOCTO #3677] Signed-off-by: Hongxu Jia hongxu

[OE-core] [PATCH 1/1] apt-native: fix the creation of apt.conf.sample

2013-01-08 Thread Hongxu Jia
pathname components, inserting '/' as needed. If any component is an absolute path, all previous path components will be discarded. So remove / in ${sysconfdir} to create apt.conf.sample if it doesn't exist, not by the existance of prefix dir. [YOCTO #3677] Signed-off-by: Hongxu Jia hongxu

[OE-core] [PATCH 0/1] apt-native: fix the creation of apt.conf.sample

2013-01-08 Thread Hongxu Jia
/log/?h=hongxu/apt-native Hongxu Jia (1): apt-native: fix the creation of apt.conf.sample meta/recipes-devtools/apt/apt-native.inc |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) -- 1.7.10.4 ___ Openembedded-core mailing list

Re: [OE-core] [PATCH 1/1] glib-2.0-native:add option march to BUILD_CFLAGS

2013-01-09 Thread Hongxu Jia
On 01/07/2013 02:28 AM, Colin Walters wrote: On Sun, 2013-01-06 at 16:34 +0800, Hongxu Jia wrote: +# Add option -march to BUILD_CFLAGS in order to let the atomic operations +# (lock free) be available while using old version GCC on x86 host to +# compile glib-2.0-native +BUILD_CFLAGS += -march

[OE-core] [PATCH 0/2]native recipes:add option march to BUILD_CFLAGS

2013-01-09 Thread Hongxu Jia
7e1f8faad0c4b6f490c26f87acc698dd6e002b15: perl: Remove bashism from perl-tests.inc (2013-01-07 22:37:37 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/glib-2.0-native http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/glib-2.0-native Hongxu Jia (2): glib

[OE-core] [PATCH 2/2] qemu-native:add option march to BUILD_CFLAGS

2013-01-09 Thread Hongxu Jia
Add option -march to BUILD_CFLAGS in order to let the atomic operations (lock free) be available while using old version GCC (4.3.4 for example) on x86 host to compile glib-2.0-native. [YOCTO #3563] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-devtools/qemu/qemu.inc

[OE-core] [PATCH 1/2] glib-2.0-native:add option march to BUILD_CFLAGS

2013-01-09 Thread Hongxu Jia
Add option -march to BUILD_CFLAGS in order to let the atomic operations (lock free) be available while using old version GCC (4.3.4 for example) on x86 host to compile glib-2.0-native. [YOCTO #3563] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/glib-2.0/glib

Re: [OE-core] [PATCH 2/2] qemu-native:add option march to BUILD_CFLAGS

2013-01-09 Thread Hongxu Jia
On 01/09/2013 04:50 PM, Burton, Ross wrote: On 9 January 2013 08:46, Hongxu Jia hongxu@windriver.com wrote: Add option -march to BUILD_CFLAGS in order to let the atomic operations (lock free) be available while using old version GCC (4.3.4 for example) on x86 host to compile glib-2.0-native

[OE-core] [PATCH 0/1] sstate.bbclass:specify function dirs to avoid race

2013-01-09 Thread Hongxu Jia
-contrib/log/?h=hongxu/specify_func_dirs Hongxu Jia (1): sstate.bbclass:specify function dirs to avoid race meta/classes/sstate.bbclass |5 + 1 file changed, 5 insertions(+) -- 1.7.10.4 ___ Openembedded-core mailing list Openembedded-core

[OE-core] [PATCH 1/1] sstate.bbclass:specify function dirs to avoid race

2013-01-09 Thread Hongxu Jia
Specify dirs in which the shell function sstate_create_package and sstate_unpack_package are executed and don't use ${B} as default dirs to avoid possible race with task do_rootfs at deb image creation time. [YOCTO #3674] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes

[OE-core] [PATCH 0/1] apt-native: fix the creation of apt.conf.sample

2013-01-09 Thread Hongxu Jia
/log/?h=hongxu/apt-native Hongxu Jia (1): apt-native: fix the creation of apt.conf.sample meta/recipes-devtools/apt/apt-native.inc |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) -- 1.7.10.4 ___ Openembedded-core mailing list

[OE-core] [PATCH 1/1] apt-native: fix the creation of apt.conf.sample

2013-01-09 Thread Hongxu Jia
components, inserting '/' as needed. If any component is an absolute path, all previous path components will be discarded. Use oe.path.join instead which don't have this problem. 2. Create apt.conf.sample if it doesn't exist. [YOCTO #3677] Signed-off-by: Hongxu Jia hongxu@windriver.com

[OE-core] [PATCH 1/4] gtk-icon-cache.bbclass:fix support postrm at image creation time

2013-01-16 Thread Hongxu Jia
The gtk_icon_cache_postrm failed at image creation time because ${D} is not assigned as the prefix of icondir. [YOCTO #3633] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/gtk-icon-cache.bbclass |9 + 1 file changed, 9 insertions(+) diff --git a/meta/classes

[OE-core] [PATCH 0/4]fix support postrm/prerm at image creation time

2013-01-16 Thread Hongxu Jia
-postrm http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-postrm Hongxu Jia (4): gtk-icon-cache.bbclass:fix support postrm at image creation time update-rc.d:fix support postrm at image creation time libnss-mdns:fix support prerm at image creation time gtk-immodules

[OE-core] [PATCH 2/4] update-rc.d:fix support postrm at image creation time

2013-01-16 Thread Hongxu Jia
updatercd_postrm failed at image creation time because -f -r ${D} is not used as update-rc.d's option. [YOCTO #3633] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/update-rc.d.bbclass |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/classes

[OE-core] [PATCH 3/4] libnss-mdns:fix support prerm at image creation time

2013-01-16 Thread Hongxu Jia
The pkg_prerm_${PN} failed at image creation time because $D is not assigned as the prefix of /etc/nsswitch.conf [YOCTO #3633] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb | 11 +-- 1 file changed, 9 insertions(+), 2

[OE-core] [PATCH 4/4] gtk-immodules-cache.bbclass:fix support postrm at image creation time

2013-01-16 Thread Hongxu Jia
Let gtk_immodule_cache_postrm exit with ok at image creation time [YOCTO #3633] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/gtk-immodules-cache.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/gtk-immodules-cache.bbclass b/meta

[OE-core] [PATCH 0/2]fix native package compile error with gcc 4.3.4 on x86 host

2013-01-16 Thread Hongxu Jia
9f263a60e3521b800121a6f527a7b30dc9b62432: oprofile: add AArch64 support (2013-01-16 16:10:39 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/glib-2.0-native http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/glib-2.0-native Hongxu Jia (2): glib

[OE-core] [PATCH 1/2] glib-2.0-native:fix do_configure failed with gcc 4.3.4 on x86 host

2013-01-16 Thread Hongxu Jia
Add an option `-march' to BUILD_CFLAGS, GCC 4.3.4 on x86 host needs this option to let the atomic operations (lock free) be available while it is used to compile glib-2.0-native. [YOCTO #3563] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb

[OE-core] [PATCH 2/2] qemu-native:fix do_compile failed with gcc 4.3.4 on x86 host

2013-01-16 Thread Hongxu Jia
Add an option `-march' to BUILD_CFLAGS, GCC 4.3.4 on x86 host needs this option to let the atomic operations (lock free) be available while it is used to compile qemu-native. [YOCTO #3563] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-devtools/qemu/qemu.inc |5 + 1

Re: [OE-core] [PATCH 1/4] gtk-icon-cache.bbclass:fix support postrm at image creation time

2013-01-17 Thread Hongxu Jia
On 01/17/2013 05:10 PM, Laurentiu Palcu wrote: On 01/17/2013 09:07 AM, Hongxu Jia wrote: gtk_icon_cache_postrm() { +if [ $D != ]; then +for icondir in $D/usr/share/icons/* ; do +if [ -d $icondir ] ; then +gtk-update-icon-cache -qt $icondir +fi +done

Re: [OE-core] [PATCH 4/4] gtk-immodules-cache.bbclass:fix support postrm at image creation time

2013-01-17 Thread Hongxu Jia
On 01/17/2013 05:52 PM, Burton, Ross wrote: On 17 January 2013 07:07, Hongxu Jia hongxu@windriver.com wrote: Let gtk_immodule_cache_postrm exit with ok at image creation time [YOCTO #3633] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/gtk-immodules-cache.bbclass

Re: [OE-core] [PATCH 3/4] libnss-mdns:fix support prerm at image creation time

2013-01-17 Thread Hongxu Jia
On 01/17/2013 05:28 PM, Martin Jansa wrote: On Thu, Jan 17, 2013 at 03:07:21PM +0800, Hongxu Jia wrote: The pkg_prerm_${PN} failed at image creation time because $D is not assigned as the prefix of /etc/nsswitch.conf Again looks the same why not use $D/etc/nsswitch.conf in both cases? I think

[OE-core] [PATCH 4/4] gtk-immodules-cache.bbclass:fix support postrm at image creation time

2013-01-17 Thread Hongxu Jia
Let postrm use the same logic as the postinst to run on both build machine and target [YOCTO #3633] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/gtk-immodules-cache.bbclass | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/meta/classes

[OE-core] [PATCH 1/4] gtk-icon-cache.bbclass:fix support postrm at image creation time

2013-01-17 Thread Hongxu Jia
When use postrm on the build machine, it installs the hook in intercept-scripts directory and exit 0, the hook will be later invoked and it will properly call gtk-update-icon-cache. [YOCTO #3633] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/gtk-icon-cache.bbclass | 18

[OE-core] [PATCH 3/4] libnss-mdns:fix support prerm at image creation time

2013-01-17 Thread Hongxu Jia
The pkg_prerm_${PN} failed at image creation time because $D is not assigned as the prefix of /etc/nsswitch.conf [YOCTO #3633] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.10.bb |4 ++-- 1 file changed, 2 insertions(+), 2

[OE-core] [PATCH V2 0/4]fix support postrm/prerm at image creation time

2013-01-17 Thread Hongxu Jia
-contrib hongxu/fix-postrm http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-postrm Hongxu Jia (4): gtk-icon-cache.bbclass:fix support postrm at image creation time update-rc.d:fix support postrm at image creation time libnss-mdns:fix support prerm at image creation time gtk

[OE-core] [PATCH 2/4] update-rc.d:fix support postrm at image creation time

2013-01-17 Thread Hongxu Jia
updatercd_postrm failed at image creation time because -f -r ${D} is not used as update-rc.d's option. [YOCTO #3633] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/update-rc.d.bbclass |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/classes

[OE-core] [PATCH 0/4]support incremental deb image generation

2013-01-22 Thread Hongxu Jia
-contrib/log/?h=hongxu/incremental-deb-image Hongxu Jia (4): apt-native:fix support configuring etc dir in apt.conf rootfs_deb.bbclass:support incremental deb image generation image.bbclass:support incremental deb image generation package_deb.bbclass:support incremental deb image generation

[OE-core] [PATCH 1/4] apt-native:fix support configuring etc dir in apt.conf

2013-01-22 Thread Hongxu Jia
Add #APT_CONF_DIR# to support configuring etc dir in apt.conf. Configure it by using sed to replace the string at deb do_rootfs time. Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-devtools/apt/files/apt.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[OE-core] [PATCH 3/4] image.bbclass:support incremental deb image generation

2013-01-22 Thread Hongxu Jia
When use the deb incremental image generation, and the type of previous image is deb, don't remove the rootfs. The same rule to the rpm incremental image generation. If neither of them, rootfs will be removed. [YOCTO #1893] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes

[OE-core] [PATCH 2/4] rootfs_deb.bbclass:support incremental deb image generation

2013-01-22 Thread Hongxu Jia
of symbolic link ${IMAGE_ROOTFS}${opkgli- bdir}/info and ${IMAGE_ROOTFS}${opkglibdir}/status. [YOCTO #1893] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/rootfs_deb.bbclass | 58 +++ 1 file changed, 52 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH 4/4] package_deb.bbclass:support incremental deb image generation

2013-01-22 Thread Hongxu Jia
on do_populate_sdk. [YOCTO #3720] 6. Enhance the way of invoking `dpkg-scanpackages' to save the wasted time. Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/package_deb.bbclass | 377 ++ 1 file changed, 344 insertions(+), 33 deletions(-) diff

[OE-core] [PATCH 0/1]dpkg-native:fix dpkg-scanpackages error at deb image creation time on Fedora 17

2013-01-31 Thread Hongxu Jia
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-dpkg-native Hongxu Jia (1): dpkg-native:fix dpkg-scanpackages error at deb image creation time on Fedora 17 meta/recipes-devtools/dpkg/dpkg.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.7.10.4

[OE-core] [PATCH 1/1] dpkg-native:fix dpkg-scanpackages error at deb image creation time on Fedora 17

2013-01-31 Thread Hongxu Jia
] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-devtools/dpkg/dpkg.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 27f69ef..8830ae7 100644 --- a/meta/recipes-devtools/dpkg

[OE-core] [PATCH 0/5 V2]support incremental deb image generation

2013-02-04 Thread Hongxu Jia
://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/incremental-deb-image Hongxu Jia (5): apt-native:fix support configuring etc dir in apt.conf image.bbclass:support incremental deb image generation populate_sdk:support incremental deb image generation rootfs_deb.bbclass:support

[OE-core] [PATCH 2/5] image.bbclass:support incremental deb image generation

2013-02-04 Thread Hongxu Jia
When use the incremental image generation, and the type of previous image has no change, don't remove the rootfs Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/image.bbclass | 37 + 1 file changed, 29 insertions(+), 8 deletions(-) diff

[OE-core] [PATCH 1/5] apt-native:fix support configuring etc dir in apt.conf

2013-02-04 Thread Hongxu Jia
Add #APT_CONF_DIR# to support configuring etc dir in apt.conf. Configure it by using sed to replace the string at deb do_rootfs time. Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-devtools/apt/apt-native_0.7.14.bb |2 +- meta/recipes-devtools/apt/files/apt.conf

[OE-core] [PATCH 3/5] populate_sdk:support incremental deb image generation

2013-02-04 Thread Hongxu Jia
When use the incremental image generation, and the type of previous image has no change, don't remove the rootfs Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/populate_sdk_base.bbclass | 13 ++--- meta/classes/populate_sdk_deb.bbclass |2 +- 2 files changed

[OE-core] [PATCH 4/5] rootfs_deb.bbclass:support incremental deb image generation

2013-02-04 Thread Hongxu Jia
packages. 3. Install packages as the list of solution manifest. 4. Change solution manifest to installed manifest for next image session. 5. Back up dpkg database for next image session. [YOCTO #1893] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/rootfs_deb.bbclass | 58

[OE-core] [PATCH 5/5] package_deb.bbclass:support incremental deb image generation

2013-02-04 Thread Hongxu Jia
of invoking `dpkg-scanpackages' to save the wasted time. [YOCTO #1893] [YOCTO #3721] [YOCTO #3720] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/classes/package_deb.bbclass | 390 ++ 1 file changed, 358 insertions(+), 32 deletions(-) diff --git

[OE-core] [PATCH 1/2] socat: upgrade to 1.7.2.3

2014-02-12 Thread Hongxu Jia
The package has been successfully compiled for all major architectures. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-connectivity/socat/{files = socat}/compile.patch| 0 .../socat/{files = socat}/fix

[OE-core] [PATCH 2/2] socat: enable ptest

2014-02-12 Thread Hongxu Jia
Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-connectivity/socat/socat/run-ptest | 5 + meta/recipes-connectivity/socat/socat_1.7.2.3.bb | 12 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-connectivity/socat/socat/run

Re: [OE-core] [PATCH 2/2] socat: enable ptest

2014-02-12 Thread Hongxu Jia
On 02/13/2014 11:26 AM, Khem Raj wrote: -Khem On Feb 12, 2014 6:57 PM, Hongxu Jia hongxu@windriver.com mailto:hongxu@windriver.com wrote: Signed-off-by: Hongxu Jia hongxu@windriver.com mailto:hongxu@windriver.com --- meta/recipes-connectivity/socat/socat/run-ptest | 5

[OE-core] [PATCH 2/5] package_manager.py: tweak handle_bad_recommendations for ipk incremental image generation

2014-02-18 Thread Hongxu Jia
Let opkg_dir be configurable in handle_bad_recommendations, so it could work on other root fs. Invoke handle_bad_recommendations in dump_install_solution which simulates package install on other root fs. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe

[OE-core] [PATCH 4/5] rootfs.py: fix BAD_RECOMMENDATIONS for ipk incremental image generation

2014-02-18 Thread Hongxu Jia
-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/rootfs.py | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 5561bb9..3d7adf9 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py @@ -443,7

[OE-core] [PATCH 5/5] rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation

2014-02-18 Thread Hongxu Jia
image generation and the file in a temporary root fs is not prelinked, even though the files come from the same package, the Multilib check considers they are different. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/rootfs.py | 56

[OE-core] [PATCH 0/5] package_manager.py/ootfs.py: support ipk incremental image generation

2014-02-18 Thread Hongxu Jia
-gen Hongxu Jia (5): package_manager.py: support ipk incremental image generation package_manager.py: tweak handle_bad_recommendations for ipk incremental image generation rootfs.py: support ipk incremental image generation rootfs.py: fix BAD_RECOMMENDATIONS for ipk incremental image

[OE-core] [PATCH 1/5] package_manager.py: support ipk incremental image generation

2014-02-18 Thread Hongxu Jia
database. The 'recovery_packaging_data' is used to recover the opkg database which backed up by the previous image creation. Tweak 'remove' function in OpkgPM class, which the options for remove with dependencies was incorrect. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta

[OE-core] [PATCH 3/5] rootfs.py: support ipk incremental image generation

2014-02-18 Thread Hongxu Jia
-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/rootfs.py | 50 +++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index d149ca3..5561bb9 100644 --- a/meta/lib/oe/rootfs.py +++ b

Re: [OE-core] [PATCH 1/5] package_manager.py: support ipk incremental image generation

2014-02-19 Thread Hongxu Jia
On 02/18/2014 10:38 PM, Laurentiu Palcu wrote: On Tue, Feb 18, 2014 at 05:42:24PM +0800, Hongxu Jia wrote: While incremental image generation enabled, 'load_old_install_solution' is used to determine what we've got in the previous (existed) image and 'dump_install_solution' to determine what we

Re: [OE-core] [PATCH 4/5] rootfs.py: fix BAD_RECOMMENDATIONS for ipk incremental image generation

2014-02-19 Thread Hongxu Jia
On 02/18/2014 11:03 PM, Laurentiu Palcu wrote: On Tue, Feb 18, 2014 at 05:42:27PM +0800, Hongxu Jia wrote: While incremental image generation enabled and the previous image existed, if BAD_RECOMMENDATIONS is changed, the operation on the existed image is complicated, so remove the existed image

Re: [OE-core] [PATCH 5/5] rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation

2014-02-19 Thread Hongxu Jia
I will rename _file_duplicate with _file_equal, and do the necessary ajustment to avoid confusions. Thank you for pointing out V2 incoming //Hongxu On 02/18/2014 11:36 PM, Laurentiu Palcu wrote: On Tue, Feb 18, 2014 at 05:42:28PM +0800, Hongxu Jia wrote: The _multilib_sanity_test installs

[OE-core] [PATCH 4/5] rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation

2014-02-19 Thread Hongxu Jia
by previous image generation and the file in a temporary root fs is not prelinked, even though both of them came from the same package, the Multilib check failed. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/rootfs.py | 51

[OE-core] [PATCH 5/5] rootfs.py: support BAD_RECOMMENDATIONS for ipk incremental image generation

2014-02-19 Thread Hongxu Jia
-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/rootfs.py | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index 6120bce..80be490 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py

[OE-core] [PATCH V2 0/5] manifest.py/package_manager.py/rootfs.py: support ipk incremental image generation

2014-02-19 Thread Hongxu Jia
-inc-gen Hongxu Jia (5): manifest.py: add create_full for OpkgManifest class package_manager.py: support ipk incremental image generation rootfs.py: support ipk incremental image generation rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation rootfs.py: support

[OE-core] [PATCH 1/5] manifest.py: add create_full for OpkgManifest class

2014-02-19 Thread Hongxu Jia
The function create_full creates the manifest after the package in initial manifest has been dummy installed. It lists all *to be installed* packages. There is no real installation, just a test. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/manifest.py | 65

[OE-core] [PATCH 2/5] package_manager.py: support ipk incremental image generation

2014-02-19 Thread Hongxu Jia
; [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/package_manager.py | 66 +- 1 file changed, 59 insertions(+), 7 deletions(-) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index 6dc8fbd..eb96727

[OE-core] [PATCH 3/5] rootfs.py: support ipk incremental image generation

2014-02-19 Thread Hongxu Jia
The incremental image generation is based on the previous existing image, adds new packages, upgrades existing packages, and removes unused packages. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/rootfs.py | 52

[OE-core] [PATCH 1/5] manifest.py: add create_full for OpkgManifest class

2014-02-20 Thread Hongxu Jia
The function create_full creates the manifest after the package in initial manifest has been dummy installed. It lists all *to be installed* packages. There is no real installation, just a test. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/manifest.py | 57

[OE-core] [PATCH V3 0/5] manifest.py/package_manager.py/rootfs.py: support ipk incremental image generation

2014-02-20 Thread Hongxu Jia
://git.pokylinux.org/poky-contrib hongxu/ipk-inc-gen http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/ipk-inc-gen Hongxu Jia (5): manifest.py: add create_full for OpkgManifest class package_manager.py: support ipk incremental image generation rootfs.py: support ipk incremental image

[OE-core] [PATCH 4/5] rootfs.py: support BAD_RECOMMENDATIONS for ipk incremental image generation

2014-02-20 Thread Hongxu Jia
-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/rootfs.py | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/meta/lib/oe/rootfs.py b/meta/lib/oe/rootfs.py index e0f6cd8..78e9627 100644 --- a/meta/lib/oe/rootfs.py +++ b/meta/lib/oe/rootfs.py @@ -443,7

[OE-core] [PATCH 3/5] rootfs.py: support ipk incremental image generation

2014-02-20 Thread Hongxu Jia
The incremental image generation is based on the previous existing image, adds new packages, upgrades existing packages, and removes unused packages. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/rootfs.py | 50

[OE-core] [PATCH 2/5] package_manager.py: support ipk incremental image generation

2014-02-20 Thread Hongxu Jia
-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/package_manager.py | 81 ++ 1 file changed, 75 insertions(+), 6 deletions(-) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index 84d8731..b430ee3 100644 --- a/meta/lib/oe

[OE-core] [PATCH 5/5] rootfs.py: tweak _multilib_sanity_test for ipk incremental image generation

2014-02-20 Thread Hongxu Jia
by previous image generation and the file in a temporary root fs is not prelinked, even though both of them came from the same package, the Multilib check failed. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/lib/oe/rootfs.py | 51

Re: [OE-core] [PATCH 1/5] manifest.py: add create_full for OpkgManifest class

2014-02-20 Thread Hongxu Jia
On 02/21/2014 02:38 PM, Hongxu Jia wrote: The function create_full creates the manifest after the package in initial manifest has been dummy installed. It lists all *to be installed* packages. There is no real installation, just a test. [YOCTO #1894] Signed-off-by: Hongxu Jia hongxu

[OE-core] [PATCH 0/1] qt-mobility:fix qmetaobjectbuilder fails to build

2014-02-27 Thread Hongxu Jia
at: git://git.pokylinux.org/poky-contrib hongxu/qt-mobility http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/qt-mobility Hongxu Jia (1): qt-mobility: fix metaobjectbuilder build errors .../fix_metaobjectbuilder_build_err.patch | 4707 meta/recipes-qt

[OE-core] [PATCH 1/3] readline: upgrade to 6.3

2014-03-02 Thread Hongxu Jia
The readline-6.2-patches is obsolete for 6.3 Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../readline/{readline-6.2 = files}/acinclude.m4 | 0 .../readline/{readline-6.2 = files}/norpath.patch | 0 meta/recipes-core/readline/readline_6.2.bb | 22 -- meta

[OE-core] [PATCH 2/3] readline: update configure-fix.patch

2014-03-02 Thread Hongxu Jia
The configure-fix.patch is used to patch configure.in in 6.2 (or 5.2), but configure.ac in 6.3 Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../{files = readline-5.2}/configure-fix.patch| 0 .../readline/readline-6.3/configure-fix.patch | 35 ++ 2 files

[OE-core] [PATCH 3/3] readline: drop readline-only-enable-meta-key-for-a-single-call-read.patch

2014-03-02 Thread Hongxu Jia
The 6.3 has fixed this issue. Signed-off-by: Hongxu Jia hongxu@windriver.com --- ...ly-enable-meta-key-for-a-single-call-read.patch | 114 - 1 file changed, 114 deletions(-) delete mode 100644 meta/recipes-core/readline/readline-6.2/readline-only-enable-meta-key

[OE-core] [PATCH 0/3] readline: upgrade to 6.3

2014-03-02 Thread Hongxu Jia
-contrib/log/?h=hongxu/readline Hongxu Jia (3): readline: upgrade to 6.3 readline: update configure-fix.patch readline: drop readline-only-enable-meta-key-for-a-single-call-read.patch .../readline/{readline-6.2 = files}/acinclude.m4 | 0 .../readline/{readline-6.2 = files}/norpath.patch

[OE-core] [PATCH 2/3] ppp: drop enable-ipv6.patch

2014-03-03 Thread Hongxu Jia
IPV6 has been enabled by default in 2.4.6 Signed-off-by: Hongxu Jia hongxu@windriver.com --- meta/recipes-connectivity/ppp/ppp-2.4.5/enable-ipv6.patch | 15 --- 1 file changed, 15 deletions(-) delete mode 100644 meta/recipes-connectivity/ppp/ppp-2.4.5/enable-ipv6.patch diff

[OE-core] [PATCH 3/3] ppp: drop if_pppol2tp.h patches

2014-03-03 Thread Hongxu Jia
to struct pppol2tpv3_addr being undefined. Removing our local version means we will use what is in /usr/include instead. ... Signed-off-by: Hongxu Jia hongxu@windriver.com --- ...1-ppp-Add-two-structures-in-if_pppol2tp.h.patch | 60 -- .../ppp/ppp-2.4.5

[OE-core] [PATCH 1/3] ppp: upgrade to 2.4.6

2014-03-03 Thread Hongxu Jia
Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../0001-ppp-Fix-compilation-errors-in-Makefile.patch | 0 meta/recipes-connectivity/ppp/{ppp-2.4.5 = ppp}/08setupdns | 0 meta/recipes-connectivity/ppp/{ppp-2.4.5 = ppp}/92removedns | 0 .../recipes-connectivity/ppp

[OE-core] [PATCH 0/3] ppp: upgrade to 2.4.6

2014-03-03 Thread Hongxu Jia
/?h=hongxu/ppp Hongxu Jia (3): ppp: upgrade to 2.4.6 ppp: drop enable-ipv6.patch ppp: drop if_pppol2tp.h patches ...1-ppp-Add-two-structures-in-if_pppol2tp.h.patch | 60 -- .../ppp/ppp-2.4.5/enable-ipv6.patch| 15 -- .../ppp/ppp-2.4.5

[OE-core] [PATCH 2/2] bash: update build-tests.patch

2014-03-03 Thread Hongxu Jia
Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../bash/{bash-4.2 = bash}/build-tests.patch | 33 +- 1 file changed, 20 insertions(+), 13 deletions(-) rename meta/recipes-extended/bash/{bash-4.2 = bash}/build-tests.patch (51%) diff --git a/meta/recipes-extended

[OE-core] [PATCH 1/2] bash: upgrade to 4.3

2014-03-03 Thread Hongxu Jia
The bash-4.2-patches is obsolete. Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../bash/{bash-4.2 = bash}/execute_cmd.patch | 0 .../mkbuiltins_have_stringize.patch| 0 .../bash/{bash-4.2 = bash}/run-ptest | 0 .../bash/{bash-4.2 = bash}/test

[OE-core] [PATCH 0/2] bash: upgrade to 4.3

2014-03-03 Thread Hongxu Jia
/log/?h=hongxu/bash Hongxu Jia (2): bash: upgrade to 4.3 bash: update build-tests.patch .../bash/{bash-4.2 = bash}/build-tests.patch | 33 -- .../bash/{bash-4.2 = bash}/execute_cmd.patch | 0 .../mkbuiltins_have_stringize.patch| 0 .../bash/{bash-4.2

[OE-core] [PATCH V3 0/1] dhcp-client: fix invoke dhclient-script failed on Read-only file system

2014-03-05 Thread Hongxu Jia
at: git://git.pokylinux.org/poky-contrib hongxu/fix-dhcpclient http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-dhcpclient Hongxu Jia (1): dhcp-client: fix invoke dhclient-script failed on Read-only file system ...dhclient-script-drop-resolv.conf.dhclient.patch | 70

[OE-core] [PATCH 1/1] dhcp-client: fix invoke dhclient-script failed on Read-only file system

2014-03-05 Thread Hongxu Jia
In read-only file system, '/etc' is on the readonly partition, and '/etc/resolv.conf' is symlinked to a separate writable partition. In this situation, we should use shell variable to instead of the temp file '/etc/resolv.conf.dhclient'. [YOCTO #5624] Signed-off-by: Hongxu Jia hongxu

Re: [OE-core] [PATCH 1/1] dhcp-client: fix invoke dhclient-script failed on Read-only file system

2014-03-05 Thread Hongxu Jia
On 03/05/2014 04:52 PM, Hongxu Jia wrote: In read-only file system, '/etc' is on the readonly partition, and '/etc/resolv.conf' is symlinked to a separate writable partition. In this situation, we should use shell variable to instead of the temp file '/etc/resolv.conf.dhclient'. [YOCTO #5624

Re: [OE-core] [PATCH 2/3] buildhistory.bbclass: Fix dependency files creation

2014-03-08 Thread Hongxu Jia
: Hongxu Jia hongxu@windriver.com Date: Sat, 8 Mar 2014 16:17:49 +0800 Subject: [PATCH] package_manager.py: add trace code in _pkg_translate_smart_to_oe There is a error while invoking RpmPM._pkg_translate_smart_to_oe(), the reason is pkg's arch was not found in the multilib arch list. Add

[OE-core] [dora]Re: Failure in license.bbclass

2014-03-11 Thread Hongxu Jia
It seems dora has some patches of oe-pkgdata-util not rebased from poky, such as: commit 6ce287937e86a43d696e3615aa18d439928b7691 Author: Paul Eggleton paul.eggle...@linux.intel.com Date: Fri Oct 18 14:52:10 2013 +0100 scripts/oe-pkgdata-util: add ability to find a recipe from a target

[OE-core] [PATCH 0/1]eglibc: tweak glibc.fix_sqrt2.patch for eglibc-2.19

2014-03-12 Thread Hongxu Jia
/cgit.cgi/poky-contrib/log/?h=hongxu/fix-eglibc Hongxu Jia (1): eglibc: tweak glibc.fix_sqrt2.patch for eglibc-2.19 .../eglibc/eglibc-2.19/glibc.fix_sqrt2.patch | 24 +++--- 1 file changed, 12 insertions(+), 12 deletions(-) -- 1.8.1.2

[OE-core] [PATCH 1/1] eglibc: tweak glibc.fix_sqrt2.patch for eglibc-2.19

2014-03-12 Thread Hongxu Jia
fenv; unsigned int l[2]; } fenv_union_t; ... So we should update the glibc.fix_sqrt2.patch for eglibc-2.19. Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../eglibc/eglibc-2.19/glibc.fix_sqrt2.patch | 24 +++--- 1 file changed, 12 insertions(+), 12 deletions

Re: [OE-core] [PATCH 0/1]eglibc: tweak glibc.fix_sqrt2.patch for eglibc-2.19

2014-03-12 Thread Hongxu Jia
On 03/13/2014 10:32 AM, Khem Raj wrote: On Mar 12, 2014, at 7:14 PM, Hongxu Jia hongxu@windriver.com wrote: The following changes since commit 5f81d9d1fa537445d5da49e12de1e16300e94552: bitbake: runqueue: Use SIGCHLD instead of polling waitpid (2014-03-10 11:10:02 -0700) are available

[OE-core] [PATCH 0/1] libsoup-2.4: upgrade to 2.45.92

2014-03-24 Thread Hongxu Jia
/cgit.cgi/poky-contrib/log/?h=hongxu/fix-libsoup Hongxu Jia (1): libsoup-2.4: upgrade to 2.45.92 .../libsoup/{libsoup-2.4_2.45.3.bb = libsoup-2.4_2.45.92.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.45.3.bb = libsoup

[OE-core] [PATCH 1/1] libsoup-2.4: upgrade to 2.45.92

2014-03-24 Thread Hongxu Jia
There was a error about mips-gcc optimization while building libsoup-2.4 2.45.3 with DEBUG_OPTIMIZATION enabled, the 2.45.92 have fixed this issue. [YOCTO #5512] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../libsoup/{libsoup-2.4_2.45.3.bb = libsoup-2.4_2.45.92.bb} | 4

Re: [OE-core] [PATCH 1/1] libsoup-2.4: upgrade to 2.45.92

2014-03-24 Thread Hongxu Jia
On 03/24/2014 03:40 PM, Hongxu Jia wrote: There was a error about mips-gcc optimization while building libsoup-2.4 2.45.3 with DEBUG_OPTIMIZATION enabled, the 2.45.92 have fixed this issue. Update the comments to make a clarity. libsoup-2.4: upgrade to 2.45.92 There was an error about mips

Re: [OE-core] [PATCH 1/1] libsoup-2.4: upgrade to 2.45.92

2014-03-24 Thread Hongxu Jia
On 03/24/2014 04:09 PM, Burton, Ross wrote: On 24 March 2014 07:40, Hongxu Jia hongxu@windriver.com wrote: There was a error about mips-gcc optimization while building libsoup-2.4 2.45.3 with DEBUG_OPTIMIZATION enabled, the 2.45.92 have fixed this issue. .92 means beta release in GNOME

[OE-core] [PATCH 1/1] libsoup-2.4: fix compiling failed while mips-gcc optimization enabled

2014-03-24 Thread Hongxu Jia
have refactored the test code and this issue has been fixed. So backport the fix to 2.45.3. [YOCTO #5512] Signed-off-by: Hongxu Jia hongxu@windriver.com --- ...ailed-while-mips-gcc-optimization-enabled.patch | 95 ++ meta/recipes-support/libsoup/libsoup-2.4_2.45.3.bb | 4

[OE-core] [PATCH 0/1] libsoup-2.4: fix compiling failed while mips-gcc optimization enabled

2014-03-24 Thread Hongxu Jia
/cgit.cgi/poky-contrib/log/?h=hongxu/fix-libsoup Hongxu Jia (1): libsoup-2.4: fix compiling failed while mips-gcc optimization enabled ...ailed-while-mips-gcc-optimization-enabled.patch | 95 ++ meta/recipes-support/libsoup/libsoup-2.4_2.45.3.bb | 4 +- 2 files changed, 98

Re: [OE-core] [PATCH 1/1] libsoup-2.4: upgrade to 2.45.92

2014-03-24 Thread Hongxu Jia
On 03/24/2014 05:06 PM, Burton, Ross wrote: On 24 March 2014 07:57, Hongxu Jia hongxu@windriver.com wrote: There was an error about mips-gcc optimization while compiling libsoup-2.4 2.45.3 with DEBUG_OPTIMIZATION enabled. The test code of libsoup-2.4 2.45.3 triggered gcc assert which

[OE-core] [dora][PATCH 0/1] license.bbclass: fix copying license directories failed

2014-03-25 Thread Hongxu Jia
/?h=hongxu/fix-license-dora Hongxu Jia (1): license.bbclass: fix copying license directories failed meta/classes/license.bbclass | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) -- 1.8.1.2 -- ___ Openembedded-core mailing list

[OE-core] [dora][PATCH 1/1] license.bbclass: fix copying license directories failed

2014-03-25 Thread Hongxu Jia
${INSTALLED_PKGS} by rpm query, such as the kernel were 'kernel-*', but the kernel's PN was linux-yocto, so searching ${LICENSE_DIRECTORY}/ kernel-* failed. Copied license directories from ${LICENSE_DIRECTORY}/${PN} fixed this issue. [YOCTO #5572] Signed-off-by: Hongxu Jia hongxu

Re: [OE-core] [PATCH V2] gzip: fix MakeMaker issues with using wrong SHELL/GREP

2014-03-26 Thread Hongxu Jia
Ping //Hongxu On 11/30/2013 11:18 AM, Ming Liu wrote: A set of substitution is being processed to all target scripts with sed by replacing some key words with the detected values at configure time, this is exactly not compliant with cross compling, and will cause missing path errors at run

<    1   2   3   4   5   6   7   8   9   10   >