Re: [OE-core] [PATCH] meta/conf/distro/include/distro_alias.inc

2016-04-07 Thread Richard Purdie
On Thu, 2016-04-07 at 09:42 -0700, Graydon, Tracy wrote: > Update the distro_alias.inc file to include updated/new packages. > > This is required for the Yocto-2.1 release. > > Signed-off-by: Graydon, Tracy > --- > meta/conf/distro/include/distro_alias.inc | 31 > +++

Re: [OE-core] [PATCH] curl: add krb5 to PACKAGECONFIG

2016-04-07 Thread Richard Purdie
On Fri, 2016-04-08 at 14:36 +0800, rongqing...@windriver.com wrote: > From: Roy Li > > Signed-off-by: Roy Li > --- > meta/recipes-support/curl/curl_7.44.0.bb | 5 + This file doesn't exist in master? Cheers, Richard -- ___ Openembedded-core mai

Re: [OE-core] [jethro][PATCH] lttng-tools: fix regression tests hang

2016-04-07 Thread Belal, Awais
This is another one. BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Wednesday, March 30, 2016 2:48 PM To: openembedded-core@lists.openembedded.org Subject

Re: [OE-core] [master][jethro][PATCH] systemd-serialgetty: allow baud rate overriding

2016-04-07 Thread Belal, Awais
Hi Robert, Seems like you are the maintainer for jethro, this went in to master but I do not see it applied to jethro yet. BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of B

[OE-core] [PATCH] curl: add krb5 to PACKAGECONFIG

2016-04-07 Thread rongqing.li
From: Roy Li Signed-off-by: Roy Li --- meta/recipes-support/curl/curl_7.44.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-support/curl/curl_7.44.0.bb b/meta/recipes-support/curl/curl_7.44.0.bb index 84894eb..856f002 100644 --- a/meta/recipes-support/curl/curl_7.44.0

[OE-core] [PATCH][dizzy] bind: CVE-2016-1285 CVE-2016-1286

2016-04-07 Thread Sona Sarmadi
CVE-2016-1285 bind: malformed packet sent to rndc can trigger assertion failure CVE-2016-1286 bind: malformed signature records for DNAME records can trigger assertion failure [YOCTO #9400] External References: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-1285 https://bugzilla.redhat.com/

[OE-core] [PATCH] opkg-utils: re-do find/ls code to not fail on filenames with spaces

2016-04-07 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- ...re-do-find-ls-code-to-not-fail-on-filenam.patch | 56 ++ meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 3 +- 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-devtools/op

[OE-core] [PATCH][fido] bind: CVE-2016-1285 CVE-2016-1286

2016-04-07 Thread Sona Sarmadi
CVE-2016-1285 bind: malformed packet sent to rndc can trigger assertion failure CVE-2016-1286 bind: malformed signature records for DNAME records can trigger assertion failure [YOCTO #9400] External References: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2016-1285 https://bugzilla.redhat.com/

Re: [OE-core] [PATCH 1/1] fs-perms.txt: fix ROOT_HOME's permission

2016-04-07 Thread Dan McGregor
On 7 April 2016 at 18:47, Robert Yang wrote: > > > On 04/07/2016 11:55 PM, Dan McGregor wrote: >> >> On 7 April 2016 at 07:46, Robert Yang wrote: >>> >>> >>> >>> On 04/07/2016 09:30 PM, Dan McGregor wrote: On 7 April 2016 at 01:50, Robert Yang wrote: > > > It should be

[OE-core] [PATCH 0/1] pbzip2: fix for rebuild

2016-04-07 Thread Robert Yang
The following changes since commit 5ebea1114d54120d5ff5d8a6cd148110d0fda23f: build-appliance-image: Update to master head revision (2016-04-06 23:54:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/rebuild http://cgit.openembedded

[OE-core] [PATCH 1/1] pbzip2: fix for rebuild

2016-04-07 Thread Robert Yang
Fixed when rebuild pbzip2: make: Nothing to be done for `all' This may cause unexpected errors, for example, when depends libs changed: | pbzip2: error while loading shared libraries: libbz2.so.0: cannot open shared object file: No such file or directory Signed-off-by: Robert Yang --- meta/rec

Re: [OE-core] [PATCH] bzip2: set correct soname

2016-04-07 Thread Robert Yang
On 04/07/2016 05:50 PM, Robert Yang wrote: On 04/07/2016 05:12 PM, Burton, Ross wrote: On 7 April 2016 at 03:37, Robert Yang mailto:liezhi.y...@windriver.com>> wrote: I got this error when build in an old build dir: | pbzip2: error while loading shared libraries: libbz2.so.0: cann

[OE-core] [PATCH 0/1] image-live.bbclass: fix iso + efi only

2016-04-07 Thread Robert Yang
The following changes since commit 5ebea1114d54120d5ff5d8a6cd148110d0fda23f: build-appliance-image: Update to master head revision (2016-04-06 23:54:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/iso_efi http://cgit.openembedded

[OE-core] [PATCH 1/1] image-live.bbclass: fix iso + efi only

2016-04-07 Thread Robert Yang
When the user only builds iso + efi only, the syslinux-native which provides isohybrid is required to build iso, so add syslinux-native to DEPENDS. Signed-off-by: Robert Yang --- meta/classes/image-live.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/image-live.bbclass b

Re: [OE-core] [PATCH 1/1] grub2: fix do_configure failure when largefile is not in DISTRO_FEATURES

2016-04-07 Thread Khem Raj
On Apr 7, 2016 6:59 PM, "ChenQi" wrote: > > On 04/07/2016 06:24 PM, Burton, Ross wrote: >> >> >> On 7 April 2016 at 10:22, Chen Qi wrote: >>> >>> configure: error: Large file support is required >> >> >> Is it safe to ignore configure.ac telling you that large file support is required? >> >> Ro

Re: [OE-core] [PATCH 1/1] grub2: fix do_configure failure when largefile is not in DISTRO_FEATURES

2016-04-07 Thread ChenQi
On 04/07/2016 06:24 PM, Burton, Ross wrote: On 7 April 2016 at 10:22, Chen Qi > wrote: configure: error: Large file support is required Is it safe to ignore configure.ac telling you that large file support is required? Ross Frankly

Re: [OE-core] [PATCH] busybox/mdev: Ensure /sys is mounted before using it

2016-04-07 Thread Andreas Oberritter
On 08.04.2016 03:10, Khem Raj wrote: > > On Apr 7, 2016 4:46 PM, "Andreas Oberritter" > wrote: >> >> On 07.04.2016 21:01, Khem Raj wrote: >> > >> >> On Apr 7, 2016, at 10:34 AM, Andreas Oberritter > mailto:o...@opendreambox.org>> wrote: >> >> >> >> Hi Khem, >> >> >>

Re: [OE-core] [PATCH] busybox/mdev: Ensure /sys is mounted before using it

2016-04-07 Thread Khem Raj
On Apr 7, 2016 4:46 PM, "Andreas Oberritter" wrote: > > On 07.04.2016 21:01, Khem Raj wrote: > > > >> On Apr 7, 2016, at 10:34 AM, Andreas Oberritter wrote: > >> > >> Hi Khem, > >> > >> On 07.04.2016 09:02, Khem Raj wrote: > >>> echo would fail if /sys is not mounted and boot would abort > >> > >

Re: [OE-core] [PATCH 1/1] fs-perms.txt: fix ROOT_HOME's permission

2016-04-07 Thread Robert Yang
On 04/07/2016 11:55 PM, Dan McGregor wrote: On 7 April 2016 at 07:46, Robert Yang wrote: On 04/07/2016 09:30 PM, Dan McGregor wrote: On 7 April 2016 at 01:50, Robert Yang wrote: It should be 0700 rather than 0755. Reported-by: Charles Chan Signed-off-by: Robert Yang --- meta/file

Re: [OE-core] [PATCH] busybox/mdev: Ensure /sys is mounted before using it

2016-04-07 Thread Andreas Oberritter
On 07.04.2016 21:01, Khem Raj wrote: > >> On Apr 7, 2016, at 10:34 AM, Andreas Oberritter >> wrote: >> >> Hi Khem, >> >> On 07.04.2016 09:02, Khem Raj wrote: >>> echo would fail if /sys is not mounted and boot would abort >> >> are you sure about the dependency between echo and sysfs? It seems q

[OE-core] [PATCH 3/5] populate_sdk_ext.bbclass: Enable locked sigs errors

2016-04-07 Thread Randy Witt
With the extensible sdk we want there to be an error if a task tries to run without signatures that match locked-sigs.inc. This patch enables that error. [YOCTO #9195] Signed-off-by: Randy Witt --- meta/classes/populate_sdk_ext.bbclass | 11 +-- 1 file changed, 9 insertions(+), 2 deleti

[OE-core] [PATCH 4/5] sstatesig.py: Add a method to "unlock" recipes

2016-04-07 Thread Randy Witt
In order to support workflows using devtool where a user might want to modify tasks that exist in locked-sigs.inc, there must be a way to unlock recipes. This patch adds that support by allowing the user to add recipes to SIGGEN_UNLOCKED_RECIPES. Recipes that exist in that variable will have all t

[OE-core] [PATCH 5/5] devtool: Create unlocked-sigs.inc containing items in the workspace

2016-04-07 Thread Randy Witt
When a recipe is added to the workspace, the signatures for the tasks will change. This means that bitbake must be told to allow the signatures to be different if they are in locked-sigs.inc. This is done by creating an unlocked-sigs.inc file which contains all the recipes in the workspace each ti

[OE-core] [PATCH 2/5] sstatesig.py: Improve the SIGGEN_LOCKEDSIGS_TASKSIG_CHECK message

2016-04-07 Thread Randy Witt
The previous message when signatures didn't match between the metadata and the locked signatures file, the message output was a bit confusing. Now the message should be of the form: The zlib-native:do_install sig is computed to be 53531910a2a7848432da89def942a91a, but the sig is locked to d25ba90

[OE-core] [PATCH 1/5] sstatesig.py: Split single locked sigs check into multiple checks

2016-04-07 Thread Randy Witt
Add the SIGGEN_LOCKEDSIGS_TASKSIG_CHECK and SIGGEN_LOCKEDSIGS_SSTATE_EXISTS_CHECK variables to replace SIGGEN_LOCKEDSIGS_CHECK_LEVEL. SIGGEN_LOCKEDSIGS_TASKSIG_CHECK will no control whether there is a warning or error if a task's hash in the locked signature file doesn't match the computed hash fr

[OE-core] [PATCH 0/5] extensible sdk changes

2016-04-07 Thread Randy Witt
This set of changes is to make sure the locked signatures are enforced as part of the extensible sdk usage. Therefore it also allows for the unlocking of recipes that are part of the devtool workspace. The following changes since commit 14e2b90893f57570c2002317b5afb0e61d15e9ca: toasterconf.jso

[OE-core] [PATCH] Add missing runtime dependency to python-pygobject

2016-04-07 Thread Chris Trobridge
Signed-off-by: Chris Trobridge --- meta/recipes-devtools/python/python-pygobject_3.18.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python-pygobject_3.18.2.bb b/meta/recipes-devtools/python/python-pygobject_3.18.2.bb index 8fe1d63..a9871fe

Re: [OE-core] [PATCH] busybox/mdev: Ensure /sys is mounted before using it

2016-04-07 Thread Khem Raj
> On Apr 7, 2016, at 10:34 AM, Andreas Oberritter wrote: > > Hi Khem, > > On 07.04.2016 09:02, Khem Raj wrote: >> echo would fail if /sys is not mounted and boot would abort > > are you sure about the dependency between echo and sysfs? It seems quite > unlikely to me. I'd guess the real proble

Re: [OE-core] [PATCH] busybox/mdev: Ensure /sys is mounted before using it

2016-04-07 Thread Andreas Oberritter
Hi Khem, On 07.04.2016 09:02, Khem Raj wrote: > echo would fail if /sys is not mounted and boot would abort are you sure about the dependency between echo and sysfs? It seems quite unlikely to me. I'd guess the real problem is mdev failing to start without sysfs. Regards, Andreas > > Signed-o

Re: [OE-core] [PATCH] toasterconf.json: Set default distro to nodistro

2016-04-07 Thread Richard Purdie
On Thu, 2016-04-07 at 09:42 -0700, Koen Kooi wrote: > > Op 24 okt. 2015, om 16:39 heeft Khem Raj het > > volgende geschreven: > > > > This makes it self-sufficient with OE-Core > > Generate ext4 instead of ext3, most of Qemu > > targets in oe-core now use ext4 > > Any reason this still hasn’t be

[OE-core] [PATCH] meta/conf/distro/include/distro_alias.inc

2016-04-07 Thread Graydon, Tracy
Update the distro_alias.inc file to include updated/new packages. This is required for the Yocto-2.1 release. Signed-off-by: Graydon, Tracy --- meta/conf/distro/include/distro_alias.inc | 31 +++ 1 file changed, 31 insertions(+) diff --git a/meta/conf/distro/include

Re: [OE-core] [PATCH] toasterconf.json: Set default distro to nodistro

2016-04-07 Thread Koen Kooi
> Op 24 okt. 2015, om 16:39 heeft Khem Raj het volgende > geschreven: > > This makes it self-sufficient with OE-Core > Generate ext4 instead of ext3, most of Qemu > targets in oe-core now use ext4 Any reason this still hasn’t been applied yet? > > Signed-off-by: Khem Raj > --- > meta/conf/

Re: [OE-core] [PATCH 1/1] fs-perms.txt: fix ROOT_HOME's permission

2016-04-07 Thread Dan McGregor
On 7 April 2016 at 07:46, Robert Yang wrote: > > > On 04/07/2016 09:30 PM, Dan McGregor wrote: >> >> On 7 April 2016 at 01:50, Robert Yang wrote: >>> >>> It should be 0700 rather than 0755. >>> >>> Reported-by: Charles Chan >>> Signed-off-by: Robert Yang >>> --- >>> meta/files/fs-perms.txt |

Re: [OE-core] [PATCH] busybox/mdev: Ensure /sys is mounted before using it

2016-04-07 Thread Khem Raj
On Thu, Apr 7, 2016 at 2:50 AM, Burton, Ross wrote: > > On 7 April 2016 at 08:02, Khem Raj wrote: >> >> +#sysctl -w kernel.hotplug=/sbin/mdev > > > Why add a commented line? this is an alternative way to insert mdev to be hotplug when sysfs is not mounted. > > Ross -- _

Re: [OE-core] [PATCH 1/1] fs-perms.txt: fix ROOT_HOME's permission

2016-04-07 Thread Robert Yang
On 04/07/2016 09:30 PM, Dan McGregor wrote: On 7 April 2016 at 01:50, Robert Yang wrote: It should be 0700 rather than 0755. Reported-by: Charles Chan Signed-off-by: Robert Yang --- meta/files/fs-perms.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/files/fs-perms.txt b/met

Re: [OE-core] [PATCH 1/1] fs-perms.txt: fix ROOT_HOME's permission

2016-04-07 Thread Dan McGregor
On 7 April 2016 at 01:50, Robert Yang wrote: > It should be 0700 rather than 0755. > > Reported-by: Charles Chan > Signed-off-by: Robert Yang > --- > meta/files/fs-perms.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt > index 109cbe

[OE-core] [PATCH] toaster.bbclass: strip task from the target

2016-04-07 Thread Elliot Smith
From: Ed Bartosh Current code in toaster_buildhistory_dump assumes that bitbake target doesn't contain task name. It uses target as a part of path to the files with data that it analizes. It fails to find files if target contains task name. Stripping task from the target should solve this. Signe

Re: [OE-core] [PATCH v2] x11-common: Add PACKAGECONFIG for screen blanking

2016-04-07 Thread Otavio Salvador
On Thu, Apr 7, 2016 at 8:49 AM, Jussi Kukkonen wrote: > when "blank" is not in PACKAGECONFIG, explicitly set dpms and > screensaver off. The intention here is to make it easier to > create builds that should not blank the screen (just remove > "blank" from x11-common PACKAGECONFIG). > > Also remov

Re: [OE-core] [PATCH] kernel-uimage: build per-architecture target image

2016-04-07 Thread Marek Vasut
On 04/07/2016 09:40 AM, Ruslan Bilovol wrote: > Commit e69525: "kernel: Build uImage only when really > needed" hardcoded target kernel image to zImage for > case if uImage is generated by OpenEmbedded buildsystem. > > However not all kernel architectures support zImage > target, for example AArch

[OE-core] [PATCH v2] x11-common: Add PACKAGECONFIG for screen blanking

2016-04-07 Thread Jussi Kukkonen
when "blank" is not in PACKAGECONFIG, explicitly set dpms and screensaver off. The intention here is to make it easier to create builds that should not blank the screen (just remove "blank" from x11-common PACKAGECONFIG). Also remove a unneeded "find -exec rm" from do_install. Partly fixes [YOCTO

Re: [OE-core] Problem in Third party Software (Navit) integration

2016-04-07 Thread Jussi Kukkonen
> Your question: you may need to install more than just the navit package. > Answer : I don’t have idea, what are the package I need to install and how to install? I have added IMAGE_INSTALL_append = " navit" in /build/conf/local.conf Do you have any procedure to install additional package

Re: [OE-core] Problem in Third party Software (Navit) integration

2016-04-07 Thread Burton, Ross
On 7 April 2016 at 10:57, wrote: > Your question: You're not really giving much away by just saying "not > running", > Answer : kernel is generated using “bitbake core-image-base” command. I > extracted my kernel image to SD card and used it in my am437x-eVm board, It > boots and end up with com

Re: [OE-core] [PATCH 1/1] grub2: fix do_configure failure when largefile is not in DISTRO_FEATURES

2016-04-07 Thread Burton, Ross
On 7 April 2016 at 10:22, Chen Qi wrote: > configure: error: Large file support is required > Is it safe to ignore configure.ac telling you that large file support is required? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.open

Re: [OE-core] [PATCH] toaster: add DL_DIR and SSTATE_DIR to oe toasterconf

2016-04-07 Thread Michael Wood
On 06/04/16 21:34, Randy Witt wrote: On 04/06/2016 10:00 AM, Michael Wood wrote: From: Ed Bartosh Shouldn't the message from the cover letter actually be the commit message here, rather than an empty message? Sure, I can easily amend Ed's commit message to include this if you'd like, the

[OE-core] [PATCH 0/1] desktop-file-utils-native: disable emacs

2016-04-07 Thread Robert Yang
The following changes since commit 5ebea1114d54120d5ff5d8a6cd148110d0fda23f: build-appliance-image: Update to master head revision (2016-04-06 23:54:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/desktop http://cgit.openembedded

[OE-core] [PATCH 1/1] desktop-file-utils-native: disable emacs

2016-04-07 Thread Robert Yang
Fixed when len(TMPDIR) == 410: | ff60-ff601000 r-xp 00:00 0[vsyscall] | /bin/bash: line 12: 903 Abortedemacs --batch $am__subdir_includes -L Signed-off-by: Robert Yang --- .../desktop-file-utils/desktop-file-utils-native_0.22.bb| 2 ++ 1 fil

Re: [OE-core] Problem in Third party Software (Navit) integration

2016-04-07 Thread winiston
Dear Ross, Your question: You're not really giving much away by just saying "not running", Answer : kernel is generated using “bitbake core-image-base” command. I extracted my kernel image to SD card and used it in my am437x-eVm board, It boots and end up with command prompt. But No GUI related

Re: [OE-core] [PATCH] busybox/mdev: Ensure /sys is mounted before using it

2016-04-07 Thread Burton, Ross
On 7 April 2016 at 08:02, Khem Raj wrote: > +#sysctl -w kernel.hotplug=/sbin/mdev > Why add a commented line? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembed

Re: [OE-core] [PATCH] bzip2: set correct soname

2016-04-07 Thread Robert Yang
On 04/07/2016 05:12 PM, Burton, Ross wrote: On 7 April 2016 at 03:37, Robert Yang mailto:liezhi.y...@windriver.com>> wrote: I got this error when build in an old build dir: | pbzip2: error while loading shared libraries: libbz2.so.0: cannot open shared object file: No such file o

Re: [OE-core] [PATCH 1/1] libnl: Make sure files end up in libnl-cli as they should

2016-04-07 Thread Burton, Ross
On 6 April 2016 at 19:16, Peter Kjellerstedt wrote: > The modules that belong to libnl-cli ended up in libnl-dev since the > latter appeared earlier in PACKAGES than the former. This also avoids > warnings like the following: > This doesn't result in any files moving around for me. In particula

[OE-core] [PATCH 0/1] grub2: fix do_configure failure when largefile is not in DISTRO_FEATURES

2016-04-07 Thread Chen Qi
The following changes since commit 5ebea1114d54120d5ff5d8a6cd148110d0fda23f: build-appliance-image: Update to master head revision (2016-04-06 23:54:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/grub2-largefile http://cgit.o

[OE-core] [PATCH 1/1] grub2: fix do_configure failure when largefile is not in DISTRO_FEATURES

2016-04-07 Thread Chen Qi
When 'largefile' is not in DISTRO_FEATURES, '--disable-largefile' is passed to the configure options. However, the configure script checks the size of off_t regardless of this option. This raises the following error. configure: error: Large file support is required This patch fixes the above pr

Re: [OE-core] [PATCH] bzip2: set correct soname

2016-04-07 Thread Burton, Ross
On 7 April 2016 at 03:37, Robert Yang wrote: > I got this error when build in an old build dir: > > | pbzip2: error while loading shared libraries: libbz2.so.0: cannot open > shared object file: No such file or directory > | WARNING: exit code 127 from a shell command. > | ERROR: Function failed:

Re: [OE-core] Problem in Third party Software (Navit) integration

2016-04-07 Thread Burton, Ross
On 7 April 2016 at 08:41, wrote: > Kernel is successfully generated. But “Navit” is not running in my kernel. > How do I integrate/add “Navit” to my kernel ? should I make any other > configuration and package? > You're not really giving much away by just saying "not running", but you may need t

[OE-core] [PATCH] package: ensure do_split_packages doesn't return duplicates

2016-04-07 Thread Ross Burton
do_split_package() constructs a list of packages that were created as it iterates through the files, so if multiple files go into the same package then the package will be repeated in the output. Solve this by using a set() to store the created packages so that duplicates are ignored. Signed-off-

[OE-core] [PATCH 1/1] fs-perms.txt: fix ROOT_HOME's permission

2016-04-07 Thread Robert Yang
It should be 0700 rather than 0755. Reported-by: Charles Chan Signed-off-by: Robert Yang --- meta/files/fs-perms.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/files/fs-perms.txt b/meta/files/fs-perms.txt index 109cbe5..1d74da7 100644 --- a/meta/files/fs-perms.txt +++ b/meta/files

[OE-core] [PATCH 0/1] fs-perms.txt: fix ROOT_HOME's permission

2016-04-07 Thread Robert Yang
The following changes since commit 5ebea1114d54120d5ff5d8a6cd148110d0fda23f: build-appliance-image: Update to master head revision (2016-04-06 23:54:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/home http://cgit.openembedded.or

[OE-core] [PATCH] kernel-uimage: build per-architecture target image

2016-04-07 Thread Ruslan Bilovol
Commit e69525: "kernel: Build uImage only when really needed" hardcoded target kernel image to zImage for case if uImage is generated by OpenEmbedded buildsystem. However not all kernel architectures support zImage target, for example AArch64 doesn't, so building of kernel is failing on this step.

[OE-core] Problem in Third party Software (Navit) integration

2016-04-07 Thread winiston
Dear, I cannot add “Navit” to my kernel (“core-image-base” or “qt4e-demo-image” ). Kernel is successfully generated. But “Navit” is not running in my kernel. How do I integrate “navit” to my kernel . Please provide the way to add “navit”. Note: “Navit” is navigation software. I am using yocto

[OE-core] [PATCH 3/3] apr-util: fix path in rules.mk for nativesdk

2016-04-07 Thread Robert Yang
Fixed when build nativesdk-apr-util: | gawk: fatal: can't open source file `/opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/build-1/make_exports.awk' for reading (No such file or directory) The ${S} should be ${B}. Signed-off-by: Robert Yang --- meta/recipes-support/apr/apr-uti

[OE-core] [PATCH 0/3] meta: 3 fixes for nativesdk recipes

2016-04-07 Thread Robert Yang
The following changes since commit 5ebea1114d54120d5ff5d8a6cd148110d0fda23f: build-appliance-image: Update to master head revision (2016-04-06 23:54:57 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/3fixes http://cgit.openembedded.

[OE-core] [PATCH 2/3] bdwgc: installed-vs-shipped for nativesdk

2016-04-07 Thread Robert Yang
Fixed: ERROR: nativesdk-bdwgc-7.4.2-r0 do_package: QA Issue: nativesdk-bdwgc: Files/directories were installed but not shipped in any package: /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/share /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/share/gc /opt/poky/2.0+snapsh

[OE-core] [PATCH 1/3] libsolv: fix installed-vs-shipped for nativesdk

2016-04-07 Thread Robert Yang
Fixed: ERROR: nativesdk-libsolv-0.6.19-r0 do_package: QA Issue: nativesdk-libsolv: Files/directories were installed but not shipped in any package: /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/man /opt/poky/2.0+snapshot/sysroots/x86_64-pokysdk-linux/usr/man/man3 /opt/poky/2.0+sna

[OE-core] [PATCH] busybox/mdev: Ensure /sys is mounted before using it

2016-04-07 Thread Khem Raj
echo would fail if /sys is not mounted and boot would abort Signed-off-by: Khem Raj --- meta/recipes-core/busybox/files/mdev | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-core/busybox/files/mdev b/meta/recipes-core/busybox/files/mdev index 9625247..8c9c06e