[OE-core] [PATCH] screen: fix CVE-2015-6806

2015-10-07 Thread Maxin B. John
Backport a patch to fix CVE-2015-6806 Signed-off-by: Maxin B. John --- ...-stack-overflow-due-to-too-deep-recursion.patch | 57 ++ meta/recipes-extended/screen/screen_4.3.1.bb | 1 + 2 files changed, 58 insertions(+) create mode 100644 meta/recipes-extended/screen/sc

[OE-core] [PATCH] kbd: provide a workaround for build failures

2015-10-07 Thread Maxin B. John
An easy workaround for kbd build failure is to disable parallel make install for now. [YOCTO #7436] Signed-off-by: Maxin B. John --- meta/recipes-core/kbd/kbd_2.0.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/kbd/kbd_2.0.2.bb b/meta/recipes-core/kbd/kbd_2.0.2.bb in

[OE-core] [fido][PATCH 0/1] linux-firmware cherry-pick request

2015-10-07 Thread Anuj Mittal
Hello, This is a cherry-picked patch from master to update the SRCREV of linux-firmware in fido. The aim is to bring in i915 GuC firmware for broxton and skylake in fido. Please merge in fido if this looks okay. Thank you. Cristian Iorga (1): linux-firmware: upgrade to commit 75cc3ef8ba6

[OE-core] [fido][PATCH 1/1] linux-firmware: upgrade to commit 75cc3ef8ba6712fd72c073b17a790282136cc743

2015-10-07 Thread Anuj Mittal
From: Cristian Iorga - Intel copyright years changed; - Advanced Micro Devices copyright years changed; Signed-off-by: Cristian Iorga Signed-off-by: Richard Purdie (cherry picked from commit 0120fa37d0215998947616a93a5b59cc4a40cd2a) Signed-off-by: Anuj Mittal --- .../linux-firmware/linux-fir

[OE-core] [PATCH] cronie: clean up bugtracker info

2015-10-07 Thread Maxin B. John
Update bugtracker web address Signed-off-by: Maxin B. John --- meta/recipes-extended/cronie/cronie_1.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/cronie/cronie_1.5.0.bb b/meta/recipes-extended/cronie/cronie_1.5.0.bb index 38bd593..697501a 1006

[OE-core] [PATCH] irda-utils: clean up bugtracker info

2015-10-07 Thread Maxin B. John
Update bugtracker web address Signed-off-by: Maxin B. John --- meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/irda-utils/irda-utils_0.9.18.bb b/meta/recipes-connectivity/irda-utils/irda-util

[OE-core] [PATCH] oeqa/testimage: Added support for folder names in TEST_SUITES.

2015-10-07 Thread Lucian Musat
You can add oeqa.runtime. and it will run all the tests found in it. Basically extends the functionality of feature [YOCTO #7834] Signed-off-by: Lucian Musat --- meta/classes/testimage.bbclass | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/classes/testimage.

Re: [OE-core] gobject introspection to oe-core

2015-10-07 Thread Changhyeok Bae
Hi Thanks for your suggestion. I also would like to support gir in oe-core. However, I need to cleanup the recipes now as you said. I will think about it because of my schedule :(. I'll contact you when I'm ready for it. Thanks 2015년 10월 6일 화요일, Alexander Kanavin님이 작성한 메시지: > Hello, > > I'm loo

Re: [OE-core] [PATCH] archiver.bbclass: Run deploy_archives in $WORKDIR

2015-10-07 Thread Clemens Lang
Hey, On Mon, Aug 17, 2015 at 10:37:47AM +0200, Clemens Lang wrote: > In recipes that are exempt from source code archiving due to > COPYLEFT_LICENSE_EXCLUDE, do_deploy_archives does not have a transitive > dependency on do_unpack. Given enough parallelism, this means > do_deploy_archives can run a

[OE-core] [RFC] Adding machine-specific default packages to an image

2015-10-07 Thread Mike Looijmans
Since our boards needs 'some' bitstream in the FPGA to become somewhat useful, in the machine.conf I say: MACHINE_FPGA_BITSTREAM ?= "fpga-image-miami-florida-gen-reference" MACHINE_EXTRA_RRECOMMENDS = "${MACHINE_FPGA_BITSTREAM} ..." This puts that into the packagegroup-base-machine RDEPENDS an

[OE-core] [PATCHv3] test-empty-image: rename from core-image-empty

2015-10-07 Thread Alex Franco
As the empty image isn't a "core" image, and it's meant for testing Additionally, don't set LICENSE as it is inherited from image [YOCTO #7664] Signed-off-by: Alex Franco --- meta-selftest/recipes-test/images/core-image-empty.bb | 7 --- meta-selftest/recipes-test/images/test-empty-image.b

Re: [OE-core] [PATCHv3] test-empty-image: rename from core-image-empty

2015-10-07 Thread Andre McCurdy
On Wed, Oct 7, 2015 at 8:51 AM, Alex Franco wrote: > As the empty image isn't a "core" image, and it's meant for testing > > Additionally, don't set LICENSE as it is inherited from image > > [YOCTO #7664] > > Signed-off-by: Alex Franco > --- > meta-selftest/recipes-test/images/core-image-empty.b

[OE-core] [PATCH V3] selftest/manifest.py: Test support for manifests

2015-10-07 Thread Benjamin Esquivel
adding support for tests to verify that manifest contents contain entries that exist in an specified pkgdata dir tests added: - manifest.VerifyManifest.test_image_manifest_entries - manifest.VerifyManifest.test_SDK_manifest_entries test support written for future tests: -adding a setUpClass tha

[OE-core] [PATCH] cups: fix non-deterministic xinetd behaviour

2015-10-07 Thread Ross Burton
cups configure looks at the *host* file system to decide if and how to install xinetd files, resulting in non-deterministic builds. Solve this by adding a PACKAGECONFIG for xinetd and pass it the correct path to use if enabled. Signed-off-by: Ross Burton --- meta/recipes-extended/cups/cups.inc

Re: [OE-core] [PATCH] core-image: rename from core-image-empty

2015-10-07 Thread Khem Raj
> On Oct 6, 2015, at 5:09 PM, Alex Franco > wrote: > > As the image isn't a "core” image > whats the motivation for this change > [YOCTO #7664] > > Signed-off-by: Alex Franco > --- > meta-selftest/recipes-test/images/core-image-empty.bb | 7 --- > meta-selftest/recipes-test/images/empty

Re: [OE-core] [RFC] Adding machine-specific default packages to an image

2015-10-07 Thread Khem Raj
> On Oct 7, 2015, at 6:05 AM, Mike Looijmans wrote: > > Since our boards needs 'some' bitstream in the FPGA to become somewhat > useful, in the machine.conf I say: > > MACHINE_FPGA_BITSTREAM ?= "fpga-image-miami-florida-gen-reference" > MACHINE_EXTRA_RRECOMMENDS = "${MACHINE_FPGA_BITSTREAM} ..

Re: [OE-core] [PATCH 1/3] readline: Security Advisory - readline - CVE-2014-2524

2015-10-07 Thread Kang Kai
On 2015年10月06日 23:30, Petter Mabäcker wrote: 2015-10-06 16:08 skrev Burton, Ross: On 6 October 2015 at 14:43, Petter Mabäcker > wrote: Great. As you will notice also when formatted properly it will not apply due to that readline63-001 and readline63-002 isn

Re: [OE-core] [PATCH 1/3] readline: Security Advisory - readline - CVE-2014-2524

2015-10-07 Thread Marko Lindqvist
On 6 October 2015 at 17:08, Burton, Ross wrote: > > On 6 October 2015 at 14:43, Petter Mabäcker wrote: >> >> Great. As you will notice also when formatted properly it will not apply >> due to that readline63-001 and readline63-002 isn't applied so 'patchlevel' >> is incorrect. That makes me wond

Re: [OE-core] [RFC] Adding machine-specific default packages to an image

2015-10-07 Thread Mike Looijmans
On 08-10-15 03:46, Khem Raj wrote: On Oct 7, 2015, at 6:05 AM, Mike Looijmans wrote: Since our boards needs 'some' bitstream in the FPGA to become somewhat useful, in the machine.conf I say: MACHINE_FPGA_BITSTREAM ?= "fpga-image-miami-florida-gen-reference" MACHINE_EXTRA_RRECOMMENDS = "${M

Re: [OE-core] gobject introspection to oe-core

2015-10-07 Thread Andreas Müller
On Tue, Oct 6, 2015 at 2:27 PM, Alexander Kanavin wrote: > Hello, > > I'm looking into the possibility of adding gobject introspection support > directly to oe-core for Yocto 2.1 release (Spring 2016). This work would of > course be based on meta-gir, but with the mandatory goal of producing > pat

[OE-core] [PATCH] base.bbclass: considering multilib when setting LICENSE_EXCLUSION

2015-10-07 Thread Jian Liu
The PACKAGES is not mapped with MLPREFIX when setting LICENSE_EXCLUSION in base.bbclass. For example, For libgcc-dev, LICENSE_EXCLUSION-libgcc-dev=1 but for lib32-libgcc-dev, LICENSE_EXCLUSION-libgcc-dev=1 Obviously it is wrong for lib32-libgcc-dev. Add MLPREFIX before the package nam