[OE-core] [PATCH 1/1] python: gcc optimization level 2

2015-12-01 Thread Hongxu Jia
The qemu didn't support '-march=corei7 -mtune=corei7' and gcc optimization level 3 '-O3' very well, in which the /usr/lib64/python2.7/test/test_md5.py and /usr/lib64/python2.7/test/test_sha.py failed. So we use gcc optimization level 2 to instead. YOCTO [# 8747] Signed-off-by: Hongxu Jia --- .

[OE-core] [PATCH 0/1] fix python md5/sha checksum incorrect on qemu86-64 with corei7-64 as DEFAULTTUNE

2015-12-01 Thread Hongxu Jia
The following changes since commit 698c74c373110ed081a7586e21d4a27b8b44c89b: libsdl: remove redundant configure_tweak patch (2015-12-01 21:32:15 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib hongxu/fix-python http://git.pokylinux.org/cgit.cgi/poky-cont

[OE-core] [PATCH] package_ipk: allow to specify OPKG_ARGS in local.conf

2015-12-01 Thread Vladimir Zapolskiy
If user specific parameters to opkg are set in local.conf, they are rewritten in package_ipk.bbclass and ignored, instead append package_ipk specific arguments to the user defined ones. The change is needed, if a user has to pass an alternative path to a temporary directory for opkg, e.g. OPKG_

Re: [OE-core] Patchwork & patch handling improvements

2015-12-01 Thread Paul Eggleton
On Tue, 01 Dec 2015 11:47:20 Martin Jansa wrote: > On Tue, Dec 01, 2015 at 07:49:50AM +1300, Paul Eggleton wrote: > > Hi Trevor, > > > > On Mon, 30 Nov 2015 10:19:35 Trevor Woerner wrote: > > > On 11/26/15 16:00, Paul Eggleton wrote: > > > > I'm also > > > > trying to ensure that the patch validat

[OE-core] [PATCH 3/3] init-install-efi: fix script for gummiboot loader

2015-12-01 Thread Saul Wold
From: "Ng, Mei Yeen" After running gummiboot loader install option, the installed target storage device boot parameter for root=PARTUUID is empty causing boot failure. This issue is only observed with gummiboot and not with GRUB loader. This fix assign the rootuuid of the rootfs partition for gu

[OE-core] [PATCH 2/3] init-install-efi: fix script for eMMC installation

2015-12-01 Thread Saul Wold
From: "Ng, Mei Yeen" Running the install option from bootloader to install image to eMMC will fail with error: Formatting /dev/mmcblk01 to vfat... mkfs.fat 3.0.28 (2015-05-16) /dev/mmcblk01: No such file or directory This issue impacts both grub and gummiboot install option to eMMC device. The i

[OE-core] [PATCH 1/3] pulseaudio: Fix HDMI profile selection

2015-12-01 Thread Saul Wold
From: Jussi Kukkonen On systems with two cards, the correct output profile does not get selected automatically even in the simple case where there is one available profile. This scenario is typical at least with HDMI audio (which is on a separate card). Fixes [YOCTO #8448] (From OE-Core rev: 4b

[OE-core] [PATCH 0/3][jethro] Backport some patches to help meta-intel

2015-12-01 Thread Saul Wold
Robert / Richard: Please take these changes recently merged into master into Jethro as they affect many platforms. Thanks Sau! Jussi Kukkonen (1): pulseaudio: Fix HDMI profile selection Ng, Mei Yeen (2): init-install-efi: fix script for eMMC installation init-install-efi: fix script

Re: [OE-core] [PATCH 7/8] libxml2: fix CVE-2015-7942 and CVE-2015-8035

2015-12-01 Thread Andre McCurdy
On Tue, Dec 1, 2015 at 1:44 AM, Robert Yang wrote: > From: Armin Kuster > > CVE-2015-7942 libxml2: heap-based buffer overflow in > xmlParseConditionalSections() > CVE-2015-8035 libxml2: DoS when parsing specially crafted XML document if XZ > support is enabled It looks like CVE-2015-7942 requi

Re: [OE-core] [PATCH v2] weston-init: Use weston-launch for XWayland

2015-12-01 Thread alexander . kanavin
> +# If weston-launch exists, we're configured for XWayland. > +if [ -f /usr/bin/weston-launch ]; then > +echo "Starting Weston in XWayland" Nope. XWayland support and weston-launch support are configured separately. One may be present and the other one absent, both way

[OE-core] [PATCH] linux-libc-headers: update default KORG_ARCHIVE_COMPRESSION bz2 -> xz

2015-12-01 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc| 2 +- meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-heade

[OE-core] [PATCH] cracklib: fix for base_libdir == libdir

2015-12-01 Thread Joshua Lock
Don't try and move the python packages from base_libdir to libdir if they are the same location. Signed-off-by: Joshua Lock --- meta/recipes-extended/cracklib/cracklib_2.9.5.bb | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/meta/recipes-extended/cracklib/cracklib

[OE-core] [PATCH] linux-libc-headers.inc: remove '-e MAKEFLAGS=' from EXTRA_OEMAKE

2015-12-01 Thread Andre McCurdy
These OE default make flags are not required for KBuild packages. Signed-off-by: Andre McCurdy --- meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-ke

[OE-core] [PATCH v2] weston-init: Use weston-launch for XWayland

2015-12-01 Thread Tom Hochstein
From: Prabhu Sundararaj When XWayland is configured, Weston must be started using the weston-launch utility. Signed-off-by: Tom Hochstein --- meta/recipes-graphics/wayland/weston-init/init | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/wayla

Re: [OE-core] [PATCH 0/4] Replace busybox for variable.

2015-12-01 Thread Joya Cruz, Alejandro
ping On jue, 2015-11-26 at 18:34 +, Joya Cruz, Alejandro wrote: > Any feedback about this? > > On mar, 2015-11-17 at 16:13 -0600, Alejandro Joya wrote: > > These recipes have a hardcoded dependency to busybox, > > in order to be able to have a flexible selection, > > instead of the hardcoded d

Re: [OE-core] [PATCH 0/4] extend buildhistory

2015-12-01 Thread Paul Eggleton
On Fri, 27 Nov 2015 13:34:27 Paul Eggleton wrote: > One aspect that will probably change in the future is how it picks up the > kernel configuration - for > https://bugzilla.yoctoproject.org/show_bug.cgi?id=5574 (which I hope to get > to for 2.1, but no promises) we will need to write the kernel co

Re: [OE-core] [PATCH] lib/oe/package_manager: Introducing PACKAGE_FEED_BASE_PATHS/PACKAGE_FEED_ARCHS

2015-12-01 Thread Leonardo Sandoval
Documentation related to this feature is already in the manual but feature is still not present in the code, so requesting it for merge.. On 10/05/2015 08:12 AM, leonardo.sandoval.gonza...@linux.intel.com wrote: From: Leonardo Sandoval The recently introduced PACKAGE_FEED_PREFIX is not fle

[OE-core] [PATCHv2 5/6] directdisk-bootloader-config.wks: Add example for custom bootloader config

2015-12-01 Thread mariano . lopez
From: Mariano Lopez Add new wks file as a example for a custom bootloader configuration. This change also includes the configuration that file that will be used. This example is using syslinux with MBR, the configuration file is almost the same as the one generated by wic. As stated before this

[OE-core] [PATCHv2 0/6] wic: Allow to user defined files as config for bootloaders

2015-12-01 Thread mariano . lopez
From: Mariano Lopez These patches add a new option for the bootloaders. This new option allows to use a custom configuration file as the bootloader config with the "configfile" variable in the bootloader line. This is very useful when there is need to create a multiboot image or when there is nee

[OE-core] [PATCHv2 4/6] wic/help.py: Document the new option "configfile"

2015-12-01 Thread mariano . lopez
From: Mariano Lopez This just adds the "configfile" option for the bootloader to wic help. [YOCTO #8728] Signed-off-by: Mariano Lopez --- scripts/lib/wic/help.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 9a778b6..89fb7be

[OE-core] [PATCHv2 3/6] wic: Allow to use a custom config for bootloaders

2015-12-01 Thread mariano . lopez
From: Mariano Lopez This change will allow to use a user defined file as the configuration for the bootloaders (grub, gummiboot, syslinux). The config file is defined in the wks file with the "configfile" option in the bootloader line. [YOCTO #8728] Signed-off-by: Mariano Lopez --- scripts/l

[OE-core] [PATCHv2 2/6] wic/utils/misc.py: Added function to search for files in canned-wks

2015-12-01 Thread mariano . lopez
From: Mariano Lopez This change add two new function to search for files in the canned-wks folder for all the layers included in bblayers.conf. This will be used to search for custom configuration files for the bootloaders. There are similar functions in the wic engine, but these are focused in

[OE-core] [PATCHv2 6/6] selftest/wic.py: Add test for custom bootloader config

2015-12-01 Thread mariano . lopez
From: Mariano Lopez This change just add anoher test to the wic module. It will try to create a image with a custom bootloader configuration. This test will use the example image directdisk-bootloader-config to test the configfile option for the bootloaders. [YOCTO #8728] Signed-off-by: Mariano

[OE-core] [PATCHv2 1/6] wic: Prepare wicboot to allow custom bootloader config

2015-12-01 Thread mariano . lopez
From: Mariano Lopez Currently wic does the bootloader configuration file on the fly. This change introduce a configfile variable for the bootloader; this is to have a user defined configuration file for the bootloaders (grub, syslinux, and gummiboot). This is particular useful when having a multi

[OE-core] [PATCH][dizzy] allarch: Force TARGET_*FLAGS variable values

2015-12-01 Thread Martin Jansa
From: Mike Crowe TARGET_CPPFLAGS, TARGET_CFLAGS, TARGET_CPPFLAGS and TARGET_LDFLAGS may differ between MACHINEs. Since they are exported they affect task hashes even if unused which leads to multiple variants of allarch packages existing in sstate and bouncing in the sysroot when switching betwee

[OE-core] [PATCH V3] libbsd: Upgrade to 0.8.0

2015-12-01 Thread Marek Vasut
Upgrade the library version to recently released 0.8.0 . The COPYING file changed again, but the changes are just new names added to the Copyright (C) John Doe <...> section, no changes to the license itself. Signed-off-by: Marek Vasut Cc: Khem Raj Cc: Saul Wold Cc: Richard Purdie --- .

[OE-core] [PATCH][jethro] allarch: Force TARGET_*FLAGS variable values

2015-12-01 Thread Martin Jansa
From: Mike Crowe TARGET_CPPFLAGS, TARGET_CFLAGS, TARGET_CPPFLAGS and TARGET_LDFLAGS may differ between MACHINEs. Since they are exported they affect task hashes even if unused which leads to multiple variants of allarch packages existing in sstate and bouncing in the sysroot when switching betwee

[OE-core] [PATCH][fido] allarch: Force TARGET_*FLAGS variable values

2015-12-01 Thread Martin Jansa
From: Mike Crowe TARGET_CPPFLAGS, TARGET_CFLAGS, TARGET_CPPFLAGS and TARGET_LDFLAGS may differ between MACHINEs. Since they are exported they affect task hashes even if unused which leads to multiple variants of allarch packages existing in sstate and bouncing in the sysroot when switching betwee

Re: [OE-core] [PATCH 10/10] dropbear: Upgrade 2015.68 -> 2015.70

2015-12-01 Thread Burton, Ross
On 27 November 2015 at 12:10, Jussi Kukkonen wrote: > --- a/meta/recipes-core/dropbear/dropbear_2015.68.bb > +++ /dev/null > @@ -1,4 +0,0 @@ > -require dropbear.inc > - > -SRC_URI[md5sum] = "7664ac10f7cc2301c530eb80c756fc5d" > -SRC_URI[sha256sum] = > "55ea7c1e904ffe4b1cdbe1addca8291a2533d7d285fd2

Re: [OE-core] [PATCH] libjpeg: Replace libjpeg with libjpeg-turbo

2015-12-01 Thread Maxin B. John
Hi Ross, On Tue, Dec 01, 2015 at 03:36:06PM +, Burton, Ross wrote: On 30 November 2015 at 09:28, Maxin B. John wrote: >> +PACKAGES =+ "jpeg-tools libturbojpeg" >> +FILES_libturbojpeg = "${libdir}/libturbojpeg.so" >> +INSANE_SKIP_libturbojpeg = "dev-so" > >I don't understand why there's a libt

[OE-core] [PATCH V2] libbsd: Upgrade to 0.8.0

2015-12-01 Thread Marek Vasut
Upgrade the library version to recently released 0.8.0 . The COPYING file changed again, but the changes are just new names added to the Copyright (C) John Doe <...> section, no changes to the license itself. Signed-off-by: Marek Vasut Cc: Khem Raj Cc: Saul Wold Cc: Richard Purdie --- .

Re: [OE-core] [PATCH] libbsd: Upgrade to 0.8.0

2015-12-01 Thread Marek Vasut
On Tuesday, December 01, 2015 at 04:46:57 PM, Burton, Ross wrote: > On 1 December 2015 at 15:42, Marek Vasut wrote: > > Looks like it depends on OpenSSL, so adding "DEPENDS = "openssl"" to the > > recipe would be the solution, right ? > > Assuming it's a hard dependency, yes. I was wrong, I just

Re: [OE-core] [PATCH] libbsd: Upgrade to 0.8.0

2015-12-01 Thread Burton, Ross
On 1 December 2015 at 15:42, Marek Vasut wrote: > Looks like it depends on OpenSSL, so adding "DEPENDS = "openssl"" to the > recipe would be the solution, right ? > Assuming it's a hard dependency, yes. Ross -- ___ Openembedded-core mailing list Open

Re: [OE-core] [PATCH] libbsd: Upgrade to 0.8.0

2015-12-01 Thread Marek Vasut
On Tuesday, December 01, 2015 at 04:39:47 PM, Burton, Ross wrote: > Hi Marek, Hi Ross, > On 1 December 2015 at 15:30, Marek Vasut wrote: > > Upgrade the library version to recently released 0.8.0 . > > Fails to build from a clean sysroot: > | In file included from > > /data/poky-master/tmp/wor

Re: [OE-core] [PATCH] libbsd: Upgrade to 0.8.0

2015-12-01 Thread Burton, Ross
Hi Marek, On 1 December 2015 at 15:30, Marek Vasut wrote: > Upgrade the library version to recently released 0.8.0 . > Fails to build from a clean sysroot: | In file included from /data/poky-master/tmp/work/corei7-64-poky-linux/libbsd/0.8.0-r0/libbsd-0.8.0/src/getentropy.c:28:0: | /data/poky-m

[OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Alexander Kanavin
Previously weston was started by systemd via a classic init script [YOCTO #5582] Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init.bb | 13 ++--- meta/recipes-graphics/wayland/weston-init/weston.service | 15 +++ 2 files changed, 25 i

Re: [OE-core] [PATCH] libjpeg: Replace libjpeg with libjpeg-turbo

2015-12-01 Thread Burton, Ross
On 30 November 2015 at 09:28, Maxin B. John wrote: > +PACKAGES =+ "jpeg-tools libturbojpeg" > +FILES_libturbojpeg = "${libdir}/libturbojpeg.so" > +INSANE_SKIP_libturbojpeg = "dev-so" I don't understand why there's a libturbojpeg package solely for a development symlink that should be in $PN-dev.

[OE-core] [PATCH] libbsd: Upgrade to 0.8.0

2015-12-01 Thread Marek Vasut
Upgrade the library version to recently released 0.8.0 . The COPYING file changed again, but the changes are just new names added to the Copyright (C) John Doe <...> section, no changes to the license itself. Signed-off-by: Marek Vasut Cc: Khem Raj Cc: Saul Wold Cc: Richard Purdie --- m

[OE-core] [PATCH 000/135] Consolidated pull

2015-12-01 Thread Ross Burton
Hi, Another consolidated pull after testing. All green on the AB. Ross The following changes since commit 03f15e51998a3ef65a5b68cb7cbf724f4388c289: sstate: Ensure siginfo and sig files are also touched (2015-11-25 08:09:00 +) are available in the git repository at: git://git.yoctop

[OE-core] [PATCH] sdk.py / OpkgSdk: remove_packaging_data() after install

2015-12-01 Thread Haris Okanovic
Run remove_packaging_data() on both host and target sysroots to wipe opkg state after install, similar to what RpmSdk does. Use case: Opkg may download local package indexes (I.e. file:// URLs) by sym-linking them into /var/lib/opkg/lists/ instead of copying [1]. This leaves behind broken symlink

[OE-core] [PATCH] xvideo-tests: move to the latest release

2015-12-01 Thread Maxin B. John
Updating SRCREV to pick up the latest changes. Signed-off-by: Maxin B. John --- meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb b/meta/recipes-graphics/xvideo-tests/

Re: [OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Pau Espin Pedrol
2015-12-01 15:00 GMT+01:00 Alexander Kanavin < alexander.kana...@linux.intel.com>: > + install -d ${D}${systemd_unitdir}/system > + install -m0644 ${WORKDIR}/weston.service > ${D}${systemd_system_unitdir} > Sorry to be picky, but you only changed "systemd_unitdir/system"->"systemd_sys

[OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Alexander Kanavin
Previously weston was started by systemd via a classic init script [YOCTO #5582] Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/wayland/weston-init.bb | 13 ++--- meta/recipes-graphics/wayland/weston-init/weston.service | 15 +++ 2 files changed, 25 i

Re: [OE-core] [PATCH][RFC] base: don't prefix/suffix packages when expanding PACKAGECONFIG

2015-12-01 Thread Burton, Ross
On 30 November 2015 at 22:54, Ross Burton wrote: > When handling PACKAGECONFIG don't add nativesdk- prefixes or -native > suffixes to > packages, as the classexpand logic will run next and so the same operation > again. > Retracting this, whilst this works for nativesdk the native path is ordere

[OE-core] [PATCH v2] iproute2: enable previously unselected utilities

2015-12-01 Thread Maxin B. John
Include below listed utilities that are not yet enabled/packaged in the iproute2 recipe: lnstat ifstat genl rtacct nstat ss Signed-off-by: Maxin B. John --- meta/recipes-connectivity/iproute2/iproute2.inc | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/meta/recipe

Re: [OE-core] Patchwork & patch handling improvements

2015-12-01 Thread Martin Jansa
On Tue, Dec 01, 2015 at 07:49:50AM +1300, Paul Eggleton wrote: > Hi Trevor, > > On Mon, 30 Nov 2015 10:19:35 Trevor Woerner wrote: > > On 11/26/15 16:00, Paul Eggleton wrote: > > > I'm also > > > trying to ensure that the patch validation is generic enough so it can > > > live in OE-Core, and thus

Re: [OE-core] [PATCH] iproute2: enable previously unselected utilities

2015-12-01 Thread Maxin B. John
Hi, On Tue, Dec 01, 2015 at 01:29:43AM -0800, Khem Raj wrote: > On Tue, Dec 1, 2015 at 1:27 AM, Anders Darander wrote: > > Hi, > > > > Just a couple of questions. > > > > * Maxin B. John [151130 17:59]: > >> Include below listed utilities that are not yet enabled/packaged > >> in the iproute2 re

Re: [OE-core] [PATCH] weston-init: add a native systemd unit file

2015-12-01 Thread Pau Espin Pedrol
Hi, Better use "${systemd_system_unitdir}" instead of "${systemd_unitdir}/system". Pau Espin Pedrol mail/jabber: pespin.s...@gmail.com http://blog.espeweb.net 2015-11-30 18:41 GMT+01:00 Alexander Kanavin < alexander.kana...@linux.intel.com>: > Previously weston was started by systemd via a clas

[OE-core] [PATCH 8/8] libsndfile: fix CVE-2014-9756

2015-12-01 Thread Robert Yang
From: "Maxin B. John" Fix divide by zero bug (CVE-2014-9756) (From OE-Core master rev: f47cf07ab9d00ed7eddc8e867138481f7bd2bb7d) Signed-off-by: Maxin B. John Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Robert Yang --- .../files/libsndfile-fix-CVE-2014-9756.patch

[OE-core] [PATCH 7/8] libxml2: fix CVE-2015-7942 and CVE-2015-8035

2015-12-01 Thread Robert Yang
From: Armin Kuster CVE-2015-7942 libxml2: heap-based buffer overflow in xmlParseConditionalSections() CVE-2015-8035 libxml2: DoS when parsing specially crafted XML document if XZ support is enabled [YOCTO #8641] (From OE-Core master rev: 27de51f4ad21d9b896e7d48041e7cdf20c564a38) Signed-off-b

[OE-core] [PATCH 4/8] readline: rename patch to contain CVE reference

2015-12-01 Thread Robert Yang
From: Ross Burton To help automated scanning of CVEs, put the CVE ID in the filename. (From OE-Core master rev: 211bce4f23230c7898cccdb73b582420f830f977) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Robert Yang --- ...ne63-003.patch => readline-cve-2014-2524.patch

[OE-core] [PATCH 3/8] libarchive: rename patch to reflect CVE

2015-12-01 Thread Robert Yang
From: Ross Burton This patch is a CVE fix, so rename it to help CVE detection tools identify it as such. (From OE-Core master rev: 3fd05ce1f709cbbd8fdeb1dbfdffbd39922eca6e) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Robert Yang --- ...option.patch => libarchive-

[OE-core] [PATCH 2/8] binutils: Fix octeon3 disassembly patch

2015-12-01 Thread Robert Yang
From: Mark Hatle The structure has apparently changed, and there was a missing setting. This corrects a segfault when disassembling code. (From OE-Core master rev: 2e8f1ffe3a8d7740b0ac68eefbba3fe28f7ba6d4) Signed-off-by: Mark Hatle Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Si

[OE-core] [PATCH 6/8] libxslt: CVE-2015-7995

2015-12-01 Thread Robert Yang
From: Armin Kuster This is a is being give a High rating so please consider it for all 1.1.28 versions. A type confusion error within the libxslt "xsltStylePreCompute()" function in preproc.c can lead to a DoS. Confirmed in version 1.1.28, other versions may also be affected. (From OE-Core mast

[OE-core] [PATCH 5/8] unzip: rename patch to reflect CVE fix

2015-12-01 Thread Robert Yang
From: Ross Burton (From OE-Core rev: e3d2974348bd830ec2fcf84ea08cbf38abbc0327) (master rev: 78e05984b1ac48b1f25547ccd9740611cd5890a9) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Robert Yang --- ...nzip-6.0_overflow3.diff => cve-2014-9636.patch} |0 meta/recip

[OE-core] [PATCH 1/8] opkg: add cache filename length fixes

2015-12-01 Thread Robert Yang
From: Alejandro del Castillo (From OE-Core master rev: 8e53500a7c05204fc63759f456639545a022e82b) Signed-off-by: Alejandro del Castillo Signed-off-by: Ross Burton Signed-off-by: Nicolas Dechesne Signed-off-by: Robert Yang --- ...ng_util-New-file-with-bin_to_hex-function.patch | 122

[OE-core] [PATCH 0/8] [jethro] 8 patches for jethro

2015-12-01 Thread Robert Yang
Hello, Here are 8 patches for jethro. There are still a few patches that are requested but not included here because they have not been merged by master by now. All these patches have already been merged by master. // Robert The following changes since commit e44ed8c18e395b9c055aefee113b90708e8

Re: [OE-core] [PATCH] iproute2: enable previously unselected utilities

2015-12-01 Thread Khem Raj
On Tue, Dec 1, 2015 at 1:27 AM, Anders Darander wrote: > Hi, > > Just a couple of questions. > > * Maxin B. John [151130 17:59]: >> Include below listed utilities that are not yet enabled/packaged >> in the iproute2 recipe: > >> lnstat >> ifstat >> genl >> rtacct >> nstat >> ss > > When you enabl

Re: [OE-core] [PATCH] iproute2: enable previously unselected utilities

2015-12-01 Thread Anders Darander
Hi, Just a couple of questions. * Maxin B. John [151130 17:59]: > Include below listed utilities that are not yet enabled/packaged > in the iproute2 recipe: > lnstat > ifstat > genl > rtacct > nstat > ss When you enable those, how much does the size ofthe iproute2 package increase? Perhaps th

[OE-core] [PATCH] base: check for existing prefix when expanding names in PACKAGECONFIG

2015-12-01 Thread Ross Burton
When the DEPENDS are added as part of the PACKAGECONFIG logic the list of packages are expanded so that any required nativesdk-/-native/multilib prefixes and suffixes are added. However the special handling of virtual/foo names doesn't check that the prefix already exists, which breaks under nativ

Re: [OE-core] [PATCH] matchbox-desktop: sync with gio for the inotify-sub

2015-12-01 Thread Burton, Ross
On 1 December 2015 at 05:47, wrote: > matchbox-desktop builds with included libinotify which > is very old (last sync was in 2008), if we compile glib-2.0 > with -fvisibility=default (the default is hidden for libglib > and libgio), it will crash because of inconsistency of > inotify-sub, so port

Re: [OE-core] [PATCH 2/2] gcc-4.9: import patch fixing compilation in thumb mode

2015-12-01 Thread Khem Raj
On Thu, Nov 26, 2015 at 8:40 AM, Dmitry Eremin-Solenikov wrote: > Import patch fixing a bug that caused ICE when compiling some packages > (e.g. ICU) in Thumb-1 model. > This is ok > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/recipes-devtools/gcc/gcc-4.9.inc | 1 + > ...

Re: [OE-core] [PATCH 1/2] gcc-5.2: import patch fixing compilation in thumb mode

2015-12-01 Thread Khem Raj
On Thu, Nov 26, 2015 at 8:40 AM, Dmitry Eremin-Solenikov wrote: > Import patch fixing a bug that caused ICE when compiling some packages > (e.g. ICU) in Thumb-1 model. This is ok > > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/recipes-devtools/gcc/gcc-5.2.inc | 1 + > ...