[OE-core] [PATCH] gst-plugins-good: fix nondeterministic udev dependency

2015-03-18 Thread Andre McCurdy
Make the v4l PACKAGECONFIG option control building of the video4linux2 plug-in (not use of libv4l, as it did before) and enable by default. Add a separate libv4l PACKAGECONFIG to control use of libv4l (disabled by default since libv4l is not part of oe-core). The default config for gst-plugins-goo

[OE-core] [PATCH 2/5] oelint.bbclass: remove duplicated code

2015-03-18 Thread Robert Yang
The old code 'if not srcpath.find("{PN}") == -1:' looks strange, use 'if srcpath.find("{PN}") != -1:' and remove duplicated code. Signed-off-by: Robert Yang --- meta/classes/oelint.bbclass | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/meta/classes/oelint

Re: [OE-core] [PATCH] systemd: restore userspace firmware loading support

2015-03-18 Thread Jonathan Liu
On 19 March 2015 at 16:10, Khem Raj wrote: > On Thursday, March 19, 2015 03:38:32 PM Jonathan Liu wrote: >> This changes the minimum required Linux version from 3.7 back to 3.0. >> > > what is justification for this patch ? I would rather not regress but go with > systemd community here. There ar

[OE-core] [PATCH 3/5] gawk: fix HOMEPAGE

2015-03-18 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-extended/gawk/gawk_4.1.1.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/gawk/gawk_4.1.1.bb b/meta/recipes-extended/gawk/gawk_4.1.1.bb index 3266f58..0a1811b 100644 --- a/meta/recipes-extended/gawk/gawk_4

[OE-core] [PATCH 5/5] tzdata: fix HOMEPAGE

2015-03-18 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-extended/tzdata/tzdata.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/tzdata/tzdata.inc b/meta/recipes-extended/tzdata/tzdata.inc index f13a4fe..37ae926 100644 --- a/meta/recipes-extended/tzdata/tzdata.

[OE-core] [PATCH 0/5] fix oelint.bbclass and HOMEPAGE

2015-03-18 Thread Robert Yang
The following changes since commit 0752c79282b1cc9699743e719518e6c341d50a3a: systemd: fix /var/log/journal ownership (2015-03-16 17:38:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/lint http://cgit.openembedded.org/cgit.cgi/open

[OE-core] [PATCH 4/5] groff: fix HOMEPAGE

2015-03-18 Thread Robert Yang
Signed-off-by: Robert Yang --- meta/recipes-extended/groff/groff_1.22.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb index 63f0425..6e84587 100644 --- a/meta/recipes-extended/gr

[OE-core] [PATCH 1/5] oelint.bbclass: adjust task order

2015-03-18 Thread Robert Yang
Addtask lint before do_build rather than do_fetch, otherwise it would cause all the tasks after do_fetch run again every time since do_lint[nostamp] = "1". Signed-off-by: Robert Yang --- meta/classes/oelint.bbclass |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/class

[OE-core] [PATCH V3 3/5] license.bbclass: skip license checking if the package contains no file

2015-03-18 Thread Chen Qi
If the package doesn't contain any file, then the license isn't relevant as far as the final image is concerned. So we skip the license checking in license_create_manifest if such case. Signed-off-by: Chen Qi --- meta/classes/license.bbclass | 8 1 file changed, 8 insertions(+) diff --

[OE-core] [PATCH V3 2/5] rootfs.py: add log checking ability for deb and ipk

2015-03-18 Thread Chen Qi
Extract the common codes of log checking and add the ability of log checking for deb and ipk package backend. Signed-off-by: Chen Qi --- meta/lib/oe/rootfs.py | 61 +-- 1 file changed, 44 insertions(+), 17 deletions(-) diff --git a/meta/lib/oe/roo

[OE-core] [PATCH V3 4/5] os-release: add LIC_FILES_CHKSUM

2015-03-18 Thread Chen Qi
Add LIC_FILES_CHKSUM to avoid the warning below at rootfs time. WARNING: The license listed MIT was not in the licenses collected for os-release Signed-off-by: Chen Qi --- meta/recipes-core/os-release/os-release.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/os-re

[OE-core] [PATCH V3 5/5] glibc-collateral.inc: add LIC_FILES_CHKSUM

2015-03-18 Thread Chen Qi
Add LIC_FILES_CHKSUM to avoid warnings like below at rootfs time. WARNING: The license listed GPLv2 was not in the licenses collected for glibc-locale Signed-off-by: Chen Qi --- meta/recipes-core/glibc/glibc-collateral.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-

[OE-core] [PATCH V3 1/5] rootfs.py: two changes regarding log checking

2015-03-18 Thread Chen Qi
This patch involves two changes. 1. Extend the regular expression to also catch '^WARNING:' in _log_check_warn. Warnings from bb.note or bbnote begin with 'WARNING:'. So if we decide to catch warnings at rootfs time, we should not ignore those produced by the build system itself. 2. Dela

[OE-core] [PATCH V3 0/5] Changes regarding log checking and license checksums

2015-03-18 Thread Chen Qi
The following changes since commit 0752c79282b1cc9699743e719518e6c341d50a3a: systemd: fix /var/log/journal ownership (2015-03-16 17:38:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/log-check-license-warn http://cgit.openembe

Re: [OE-core] [PATCH V2 5/5] glibc-collateral.inc: add LIC_FILES_CHKSUM

2015-03-18 Thread Khem Raj
On Thursday, March 19, 2015 10:59:17 AM Chen Qi wrote: > +LIC_FILES_CHKSUM = > "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6\ > +file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218 > 675ffea8be556788b780" why not access the file from glibc sourc

Re: [OE-core] [PATCH V2 1/5] rootfs.py: two changes regarding log checking

2015-03-18 Thread ChenQi
On 03/19/2015 01:04 PM, Martin Jansa wrote: On Thu, Mar 19, 2015 at 10:59:13AM +0800, Chen Qi wrote: This patch involves two changes. 1. Extend the regular expression to also catch '^WRANING:' in _log_check_warn. Still has the typo I've reported earlier. Oh... Thanks. I'll send out V3. Bes

Re: [OE-core] [PATCH] systemd: restore userspace firmware loading support

2015-03-18 Thread Khem Raj
On Thursday, March 19, 2015 03:38:32 PM Jonathan Liu wrote: > This changes the minimum required Linux version from 3.7 back to 3.0. > what is justification for this patch ? I would rather not regress but go with systemd community here. > [YOCTO #7409] > > Signed-off-by: Jonathan Liu > --- >

Re: [OE-core] [PATCH V2 1/5] rootfs.py: two changes regarding log checking

2015-03-18 Thread Martin Jansa
On Thu, Mar 19, 2015 at 10:59:13AM +0800, Chen Qi wrote: > This patch involves two changes. > > 1. Extend the regular expression to also catch '^WRANING:' in _log_check_warn. Still has the typo I've reported earlier. >Warnings from bb.note or bbnote begin with 'WARNING:'. So if we decide to

[OE-core] [PATCH] systemd: restore userspace firmware loading support

2015-03-18 Thread Jonathan Liu
This changes the minimum required Linux version from 3.7 back to 3.0. [YOCTO #7409] Signed-off-by: Jonathan Liu --- ...evert-rules-remove-firmware-loading-rules.patch | 28 ++ ...-remove-userspace-firmware-loading-suppor.patch | 367 + meta/recipes-core/systemd/systemd_219.

[OE-core] [PATCH V2 4/5] os-release: add LIC_FILES_CHKSUM

2015-03-18 Thread Chen Qi
Add LIC_FILES_CHKSUM to avoid the warning below at rootfs time. WARNING: The license listed MIT was not in the licenses collected for os-release Signed-off-by: Chen Qi --- meta/recipes-core/os-release/os-release.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/os-re

[OE-core] [PATCH V2 5/5] glibc-collateral.inc: add LIC_FILES_CHKSUM

2015-03-18 Thread Chen Qi
Add LIC_FILES_CHKSUM to avoid warnings like below at rootfs time. WARNING: The license listed GPLv2 was not in the licenses collected for glibc-locale Signed-off-by: Chen Qi --- meta/recipes-core/glibc/glibc-collateral.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-

[OE-core] [PATCH V2 2/5] rootfs.py: add log checking ability for deb and ipk

2015-03-18 Thread Chen Qi
Extract the common codes of log checking and add the ability of log checking for deb and ipk package backend. Signed-off-by: Chen Qi --- meta/lib/oe/rootfs.py | 61 +-- 1 file changed, 44 insertions(+), 17 deletions(-) diff --git a/meta/lib/oe/roo

[OE-core] [PATCH V2 1/5] rootfs.py: two changes regarding log checking

2015-03-18 Thread Chen Qi
This patch involves two changes. 1. Extend the regular expression to also catch '^WRANING:' in _log_check_warn. Warnings from bb.note or bbnote begin with 'WARNING:'. So if we decide to catch warnings at rootfs time, we should not ignore those produced by the build system itself. 2. Dela

[OE-core] [PATCH V2 3/5] license.bbclass: skip license checking if the package contains no file

2015-03-18 Thread Chen Qi
If the package doesn't contain any file, then the license isn't relevant as far as the final image is concerned. So we skip the license checking in license_create_manifest if such case. Signed-off-by: Chen Qi --- meta/classes/license.bbclass | 8 1 file changed, 8 insertions(+) diff --

[OE-core] [PATCH V2 0/5] Changes regarding log checking and license checksums

2015-03-18 Thread Chen Qi
The following changes since commit 0752c79282b1cc9699743e719518e6c341d50a3a: systemd: fix /var/log/journal ownership (2015-03-16 17:38:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/log-check-license-warn http://cgit.openembe

Re: [OE-core] [PATCH 1/5] rootfs.py: two changes regarding log checking

2015-03-18 Thread ChenQi
On 03/18/2015 11:46 PM, Aníbal Limón wrote: Hi Paul, Chen, Days ago i sent a patchset for handle INCOMPATIBLE_LICENSE in manifest creation [1] that contains a rewrite of license_manifest_creation from shell to python, i mean now these warnings appears. Also i sent a similar patches like Chen

[OE-core] [PATCH 1/1] sanity.bbclass: vmdk and live can't be built together

2015-03-18 Thread Robert Yang
Both vmdk and live use syslinux, but they have different/conflicted configurations, the main conflictions are: vmdklive SYSLINUX_ROOT root=/dev/sda2 root=/dev/ram0 SYSLINUX_LABELS bootboot install INITRD No

[OE-core] [PATCH 0/1] sanity.bbclass: vmdk and live can't be built together

2015-03-18 Thread Robert Yang
The following changes since commit 0752c79282b1cc9699743e719518e6c341d50a3a: systemd: fix /var/log/journal ownership (2015-03-16 17:38:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/vmdk http://cgit.openembedded.org/cgit.cgi/open

Re: [OE-core] [PATCH 2/2] initscripts: Add changetodefaultvt for 2, 3, 4 runlevels

2015-03-18 Thread Otavio Salvador
On Wed, Mar 18, 2015 at 1:31 PM, Aníbal Limón wrote: > When change between runlevel 5 to another non-graphic runlevel > the console stays in the tty where X was launched. > > This patchs add a default switch to tty1. > > [YOCTO #5336] > > Signed-off-by: Aníbal Limón If not using X this is pointl

[OE-core] [PATCH 0/2] init fixes

2015-03-18 Thread Aníbal Limón
The next changes fixes issues related to [YOCTO #5336] The following changes since commit df0672b038e6942c97d266af9ca175a06f2b0423: bitbake: toaster: Fix the orderkey to match the column (2015-03-16 17:44:13 +) are available in the git repository at: git://git.yoctoproject.org/poky-con

[OE-core] [PATCH 2/2] initscripts: Add changetodefaultvt for 2, 3, 4 runlevels

2015-03-18 Thread Aníbal Limón
When change between runlevel 5 to another non-graphic runlevel the console stays in the tty where X was launched. This patchs add a default switch to tty1. [YOCTO #5336] Signed-off-by: Aníbal Limón --- .../initscripts/initscripts-1.0/changetodefaultvt.sh | 10 ++ meta/recipes

[OE-core] [PATCH 1/2] sysvinit-inittab: Fix no tty in runlevel 1.

2015-03-18 Thread Aníbal Limón
When switch to runlevel 1 (Single user mode), tty was not re-spawn and appears to be a machine hang. [YOCTO #5336] Signed-off-by: Aníbal Limón --- meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/sysvini

[OE-core] [PATCH] python-distribute: Adds netclient, email and shell runtime dependencies necessary to

2015-03-18 Thread Alejandro Hernandez
run python-distribute out of the box Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-distribute_0.6.32.bb | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-devtools/python/python-distribute_0.6.32.bb b/meta/recipes-devtools/python/python-distrib

Re: [OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories

2015-03-18 Thread Khem Raj
On Wed, Mar 18, 2015 at 3:34 PM, Joe Slater wrote: > INHIBIT_PACKAGE_STRIP = "1" > +# However, test_arch_stripped is already stripped, so... > +INSANE_SKIP_${PN} += "already-stripped" > + Can this be avoided in the component make system instead -- ___

[OE-core] [oe-core][PATCH 1/1] ltp: find all .debug directories

2015-03-18 Thread Joe Slater
The list of directories for ltp-dbg is incomplete, so we generalize it. We also eliminate a non-fatal qa error that the file test_arch_stripped is stripped. Signed-off-by: Joe Slater --- meta/recipes-extended/ltp/ltp_20150119.bb |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-)

[OE-core] [PATCH v2 2/2] python-pexpect: Adds this module to buildtools, since it is needed by some of the automated runtime test code.

2015-03-18 Thread Alejandro Hernandez
[YOCTO 7279] Signed-off-by: Alejandro Hernandez --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 302510c..6d4c8c8 100644 --- a/meta/recipes-core/

[OE-core] [PATCH v2 1/2] python-pexpect: Creates a recipe for the pexpect python module

2015-03-18 Thread Alejandro Hernandez
Based on the recipe contained in http://layers.openembedded.org/layerindex/branch/master/layer/meta-python [YOCTO #7279] Signed-off-by: Alejandro Hernandez --- meta/recipes-devtools/python/python-pexpect_3.3.bb | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 m

Re: [OE-core] [PATCH] python-pexpect: Adds python-pexpect recipe

2015-03-18 Thread Saul Wold
On 03/18/2015 03:42 PM, Alejandro Hernandez wrote: Creates a recipe for the pexpect module and adds it to buildtools, since it is needed by some of the automated runtime test code. This should really be 2 patches on that adds the new recipe and a second to add it to build tools. Also I guess

[OE-core] [PATCH] python-pexpect: Adds python-pexpect recipe

2015-03-18 Thread Alejandro Hernandez
Creates a recipe for the pexpect module and adds it to buildtools, since it is needed by some of the automated runtime test code. [YOCTO #7279] Signed-off-by: Alejandro Hernandez --- meta/recipes-core/meta/buildtools-tarball.bb | 1 + meta/recipes-devtools/python/python-pexpect_3.3.bb |

Re: [OE-core] [PATCH V2 0/4] systemd and dbus split into packages

2015-03-18 Thread Bottazzini, Bruno
On Ter, 2015-03-17 at 15:14 -0700, Khem Raj wrote: > On Tue, Mar 17, 2015 at 11:58 AM, Bottazzini, Bruno > wrote: > > Could you guys look at this patch ? > > > > I would hold off this until after 1.8 and consider this for master and > backport immediately for 1.8.1 release. Sorry, I didn't get w

Re: [OE-core] [PATCH] glibc: avoid configure stall by feeding prompt

2015-03-18 Thread Khem Raj
That's ok On Mar 18, 2015 1:28 PM, "Benjamin Esquivel" < benjamin.esqui...@linux.intel.com> wrote: > Addresses a stall (by prompt) condition of the run.do_configure at when > executed directly from the workdir, like when using the devshell. > > [YOCTO 7369] > > Signed-off-by: Benjamin Esquivel >

[OE-core] [PATCH] glibc: avoid configure stall by feeding prompt

2015-03-18 Thread Benjamin Esquivel
Addresses a stall (by prompt) condition of the run.do_configure at when executed directly from the workdir, like when using the devshell. [YOCTO 7369] Signed-off-by: Benjamin Esquivel --- meta/recipes-core/glibc/glibc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/

[OE-core] [PATCH] mtd-utils: minor recipe formatting cleanup

2015-03-18 Thread Andre McCurdy
Remove obsolete comment describing SRCREV and re-order SECTION, DEPENDS and PV lines. No functional changes. Signed-off-by: Andre McCurdy --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meta/recipes-devtools/mtd/mt

Re: [OE-core] [oe-core][PATCH 1/1] package.bbclass: decouple splitting and stripping

2015-03-18 Thread Slater, Joseph
I just found out that this patch will break qa for ltp packaging. The ltp recipe inhibits stripping which used to inhibit splitting. If splitting is enabled, there are several .debug directories in places packages.bbclass doesn't look, so they wind up in ltp, not ltp-dbg. It's tempting just to

[OE-core] [PATCH] postinst_intercept script: drop pipe

2015-03-18 Thread Matthieu Crapet
Avoid useless subshell. There's no word splitting in variable assignment. Signed-off-by: Matthieu Crapet --- scripts/postinst-intercepts/postinst_intercept | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/postinst-intercepts/postinst_intercept b/scripts/postinst-inter

[OE-core] [PATCH] watchdog: Provide and install initscript

2015-03-18 Thread Diego Rondini
Provide and install an initscript for the watchdog package. In particular: - watchdog-init.patch adapts redhat initscript to be compatibile with OpenEmbedded; - watchdog-conf.patch selects /dev/watchdog as default device; - changes to the recipe install and configure the initscript. Signed-off-b

Re: [OE-core] [PATCH 1/5] rootfs.py: two changes regarding log checking

2015-03-18 Thread Aníbal Limón
Hi Paul, Chen, Days ago i sent a patchset for handle INCOMPATIBLE_LICENSE in manifest creation [1] that contains a rewrite of license_manifest_creation from shell to python, i mean now these warnings appears. Also i sent a similar patches like Chen's ones to avoid warnings [2][3], You said

[OE-core] [PATCH 1/1] neard: fix the install path in init scripts

2015-03-18 Thread Cristian Iorga
The neard make scripts will place the daemon executable in /usr/lib/neard/nfc/neard. Change the path accordingly in init scripts. Fixes [YOCTO #7390]. Signed-off-by: Cristian Iorga --- meta/recipes-connectivity/neard/neard.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/

[OE-core] [PATCH 0/1] Fix for YOCTO #7390 bug

2015-03-18 Thread Cristian Iorga
The following changes since commit df0672b038e6942c97d266af9ca175a06f2b0423: bitbake: toaster: Fix the orderkey to match the column (2015-03-16 17:44:13 +) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/YB7390 http://git.yoctoproject.org/cgit.cg

Re: [OE-core] [OE-core v2 PATCH 3/5] bootimg: Skip iso image build on aarch64

2015-03-18 Thread Naresh Bhat
On 18 March 2015 at 18:05, Bernhard Reutner-Fischer wrote: > On 18 March 2015 at 12:27, Naresh Bhat wrote: > > To generate bootable ISO image the x86 architecture uses syslinux > package (syslinux/isolinux.bin). > > We have already skip the syslinux package on aarch64. Hence skip the > iso imag

Re: [OE-core] [OE-core v2 PATCH 3/5] bootimg: Skip iso image build on aarch64

2015-03-18 Thread Bernhard Reutner-Fischer
On 18 March 2015 at 12:27, Naresh Bhat wrote: > To generate bootable ISO image the x86 architecture uses syslinux package > (syslinux/isolinux.bin). > We have already skip the syslinux package on aarch64. Hence skip the iso > image build on aarch64. > > Signed-off-by: Naresh Bhat > --- > meta

Re: [OE-core] [PATCH 1/5] rootfs.py: two changes regarding log checking

2015-03-18 Thread Martin Jansa
On Wed, Mar 18, 2015 at 05:16:10PM +0800, Chen Qi wrote: > This patch involves two changes. > > 1. Extend the regular expression to also catch '^WRARNING:' in > _log_check_warn. typo WRARNING >Warnings from bb.note or bbnote begin with 'WARNING:'. So if we decide to >catch warnings at r

[OE-core] [OE-core v2 PATCH 4/5] grub-efi: Add to support to install grubaa64 efi

2015-03-18 Thread Naresh Bhat
Add support to install grubaa64 efi image. By default GRUB_IMAGE contains the bootia32.efi image. Depending on the architecture type the variable is being updated to bootia64.efi or grubaa64.efi Signed-off-by: Naresh Bhat --- meta/classes/grub-efi.bbclass | 17 +++-- 1 file chang

[OE-core] [OE-core v2 PATCH 5/5] grub: Update grub git recipe

2015-03-18 Thread Naresh Bhat
Update the grub git recipe with the following actions for native and target - Base class extend to native This is required because on aarch64 we need native recipe to be compiled for host architecture and generate grub-mkimage, which is executed on host machine to generate grubaa64.efi binary fo

[OE-core] [OE-core v2 PATCH 0/5] aarch64 changes for meta layer

2015-03-18 Thread Naresh Bhat
I am adding the support of aarch64 to LUV OS Distribution project. The luv-yocto project is based on poky distribution. https://01.org/linux-uefi-validation While adding support I find that these are the few meta layer changes, which I have been asked to upstream. If we merge these changes into o

[OE-core] [OE-core v2 PATCH 2/5] syslinux: Remove bootimg dependency on aarch64

2015-03-18 Thread Naresh Bhat
Remove the bootimg dependency as syslinux for aarch64. The reason to skip the syslinux package - syslinux package contains x86 assembly code. Hence it cannot be compiled on aarch64. - There is no BIOS on aarch64 to answer syscalls. Signed-off-by: Naresh Bhat --- meta/classes/syslinux.bbclass |

[OE-core] [OE-core v2 PATCH 1/5] bootimg: Add support to install Image

2015-03-18 Thread Naresh Bhat
Add support to install kernel image for aarch64 Signed-off-by: Naresh Bhat --- meta/classes/bootimg.bbclass | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass index b1c03ba..ed7b32f 100644 --- a/meta/class

[OE-core] [OE-core v2 PATCH 3/5] bootimg: Skip iso image build on aarch64

2015-03-18 Thread Naresh Bhat
To generate bootable ISO image the x86 architecture uses syslinux package (syslinux/isolinux.bin). We have already skip the syslinux package on aarch64. Hence skip the iso image build on aarch64. Signed-off-by: Naresh Bhat --- meta/classes/bootimg.bbclass |1 + 1 file changed, 1 insertion

Re: [OE-core] [PATCH 1/5] rootfs.py: two changes regarding log checking

2015-03-18 Thread Paul Eggleton
On Wednesday 18 March 2015 17:16:10 Chen Qi wrote: > 1. Extend the regular expression to also catch '^WRARNING:' in > _log_check_warn. Warnings from bb.note or bbnote begin with 'WARNING:'. So > if we decide to catch warnings at rootfs time, we should not ignore those > produced by the build system

Re: [OE-core] [PATCH 3/5] packagegroup: add LIC_FILES_CHKSUM

2015-03-18 Thread Paul Eggleton
Hi Qi, On Wednesday 18 March 2015 17:16:12 Chen Qi wrote: > We treat a license without checksum specified as invalid. In specific, > find_license_files in license.bbclass needs LIC_FILES_CHKSUM there. > > This patch adds LIC_FILES_CHKSUM information to packagegroup recipes to > avoid warnings lik

[OE-core] [PATCH 4/5] os-release: add LIC_FILES_CHKSUM

2015-03-18 Thread Chen Qi
Add LIC_FILES_CHKSUM to avoid the warning below at rootfs time. WARNING: The license listed MIT was not in the licenses collected for os-release Signed-off-by: Chen Qi --- meta/recipes-core/os-release/os-release.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/os-re

[OE-core] [PATCH 3/5] packagegroup: add LIC_FILES_CHKSUM

2015-03-18 Thread Chen Qi
We treat a license without checksum specified as invalid. In specific, find_license_files in license.bbclass needs LIC_FILES_CHKSUM there. This patch adds LIC_FILES_CHKSUM information to packagegroup recipes to avoid warnings like below at rootfs time. WARNING: The license listed MIT was not

[OE-core] [PATCH 5/5] glibc-collateral.inc: add LIC_FILES_CHKSUM

2015-03-18 Thread Chen Qi
Add LIC_FILES_CHKSUM to avoid warnings like below at rootfs time. WARNING: The license listed GPLv2 was not in the licenses collected for glibc-locale Signed-off-by: Chen Qi --- meta/recipes-core/glibc/glibc-collateral.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-

[OE-core] [PATCH 2/5] rootfs.py: add log checking ability for deb and ipk

2015-03-18 Thread Chen Qi
Extract the common codes of log checking and add the ability of log checking for deb and ipk package backend. Signed-off-by: Chen Qi --- meta/lib/oe/rootfs.py | 61 +-- 1 file changed, 44 insertions(+), 17 deletions(-) diff --git a/meta/lib/oe/roo

[OE-core] [PATCH 1/5] rootfs.py: two changes regarding log checking

2015-03-18 Thread Chen Qi
This patch involves two changes. 1. Extend the regular expression to also catch '^WRARNING:' in _log_check_warn. Warnings from bb.note or bbnote begin with 'WARNING:'. So if we decide to catch warnings at rootfs time, we should not ignore those produced by the build system itself. 2. Del

[OE-core] [PATCH 0/5] Changes regarding log checking and license checksums

2015-03-18 Thread Chen Qi
The following changes since commit 0752c79282b1cc9699743e719518e6c341d50a3a: systemd: fix /var/log/journal ownership (2015-03-16 17:38:51 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/log-check-license-warn http://cgit.openembe