Re: [OE-core] How can I append .inc files?

2012-08-27 Thread Paul Eggleton
On Monday 27 August 2012 10:05:15 Giuseppe Condorelli wrote: > Is there a way to append (in private layer) the .inc files other than the > .bb (bbappend)? You can't - you can only supply your own version of the inc file (provided that you can ensure your version is found first via BBPATH), or bba

Re: [OE-core] How can I append .inc files?

2012-08-27 Thread Giuseppe Condorelli
Many thanks Paul for the clarification. Cheers, Giuseppe 2012/8/27 Paul Eggleton > On Monday 27 August 2012 10:05:15 Giuseppe Condorelli wrote: > > Is there a way to append (in private layer) the .inc files other than the > > .bb (bbappend)? > > You can't - you can only supply your own version

[OE-core] OE Changelog since 2012-08-19 until 2012-08-26

2012-08-27 Thread cliff . brake
Changelog since 2012-08-19 until 2012-08-26. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-smartphone: http://git.shr-project.org/re

Re: [OE-core] [PATCH 0/1] Add unique identifier to screen calls

2012-08-27 Thread Saul Wold
On 08/24/2012 12:23 PM, Mark Hatle wrote: The following changes since commit 968cfc0b630fb409430a46b1512d6bf0de225ad1: build-appliance-image: Add vmx* files and build zip file (2012-08-24 17:32:34 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mhat

Re: [OE-core] [PATCH 0/1] Whitelist parallel build variables

2012-08-27 Thread Saul Wold
On 08/24/2012 12:24 PM, Mark Hatle wrote: The following changes since commit 968cfc0b630fb409430a46b1512d6bf0de225ad1: build-appliance-image: Add vmx* files and build zip file (2012-08-24 17:32:34 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mhat

Re: [OE-core] [PATCH 0/2] linux-yocto: custom repo fixes

2012-08-27 Thread Saul Wold
On 08/22/2012 09:08 PM, Bruce Ashfield wrote: Richard/Saul, I worked through some custom repository issues over the past day, and the outcome is two small patches to fix some corner cases. I've tested these with the standard linux-yocto recipes, with my base linux-yocto-custom, eternalsrc and th

Re: [OE-core] [PATCH 0/1] kernel.bbclass: fix INC directory for SLANG

2012-08-27 Thread Saul Wold
On 08/23/2012 10:18 PM, Bruce Ashfield wrote: Richard/Saul, Here's the perf slang fix implemented in the kernel.bbclass. I've removed the old noslang patch, and built perf here. Everything seems sane. The kernel patch portion (that isn't required to fix the build issue), will come tomorrow alon

Re: [OE-core] [PATCH 0/1] grub-efi: fix Nothing PROVIDES 'grub-efi-x86_64-native'

2012-08-27 Thread Saul Wold
On 08/24/2012 11:06 AM, Mihai Lindner wrote: "ERROR: Nothing PROVIDES 'grub-efi-x86_64-native'" is returned when trying to build meta-intel/meta-cedartrail with DEFAULTTUNE = "core2-64" Used TRANSLATED_TARGET_ARCH instead of TARGET_ARCH in grub-efi.bbclass [YOCTO #3013] Signed-off-by: Mihai Lin

Re: [OE-core] [PATCH v2] kmod-native_git.bb: fix builds for hosts with older libc

2012-08-27 Thread Saul Wold
On 08/24/2012 11:16 AM, Matthew McClintock wrote: kmod will fail to build with the following error because O_CLOEXEC is not defined: | libkmod/libkmod-module.c: In function 'kmod_module_get_initstate': | libkmod/libkmod-module.c:1640: error: 'O_CLOEXEC' undeclared (first use in this function) |

Re: [OE-core] [PATCH] dhcp : upgrade to 4.2.4-P1

2012-08-27 Thread Saul Wold
On 08/24/2012 02:15 AM, Andrei Dinu wrote: Signed-off-by: Andrei Dinu --- .../dhcp-3.0.3-dhclient-dbus.patch |0 .../fix-client-path.patch |0 .../fix-external-bind.patch|0 .../fixincludes.patch

Re: [OE-core] [PATCH 0/1] gdk-pixbuf: call gtk-update-icon-cache with -t in postinstall script

2012-08-27 Thread Saul Wold
On 08/24/2012 06:29 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang * Test info: $ bitbake core-image-sato core-image-sato-sdk $ runqemu qemux86 core-image-sato nographic $ runqemu qemux86 core-image-sato-sdk nographic The following changes since commit e3b0925f4c861393e436deb6b1912f9

Re: [OE-core] [PATCH 0/4] Package upgrades

2012-08-27 Thread Saul Wold
On 08/24/2012 07:33 AM, Constantin Musca wrote: This is another set of package upgrades compiled on all architectures and tested using core-image-sato. The following changes since commit 054d95edad8d79ef1c6b30681395d50f3c6335b4: poky.conf: restore Ubuntu 12.04 LTS to tested distro list (2012-

Re: [OE-core] [PATCH 1/2] subversion: update to 1.7.6

2012-08-27 Thread Saul Wold
On 08/23/2012 12:24 AM, Marcin Juszkiewicz wrote: Dropped --without-apache option as it does not exists. Added patch from subversion-users ML to not build mod_dontdothat. Signed-off-by: Marcin Juszkiewicz --- .../subversion-1.7.6/fix-install-depends.patch | 48 + .../libtool2.

Re: [OE-core] [PATCH 1/1] runqemu-export-rootfs and friends: don't put pseudo db in target fs

2012-08-27 Thread Peter Seebach
On Wed, 22 Aug 2012 20:39:24 +0100 Richard Purdie wrote: > I'd wondered about this too. Can you use .pseudo_state to > make the list sort better and help people with tab completion and so > on? :) This is even BETTER. And since my previous submission had a Hilarious Typo in it, I'll revise with

Re: [OE-core] How can I append .inc files?

2012-08-27 Thread Khem Raj
On Mon, Aug 27, 2012 at 2:55 AM, Giuseppe Condorelli wrote: > Many thanks Paul for the clarification. > > Cheers, > Giuseppe > > 2012/8/27 Paul Eggleton >> >> On Monday 27 August 2012 10:05:15 Giuseppe Condorelli wrote: >> > Is there a way to append (in private layer) the .inc files other than >>

[OE-core] compiling package with bitbake with CROSS_COMPILE flag

2012-08-27 Thread Bodke, Kishore K
Hi I hope I am asking this question to the right mailing list, since it is related to meta modules classes. I have a package trying to compile using bitbake. When you inherit module, I think CROSS_COMPILE option is enabled by module-base.bbclass. I get below error because of this CROSS_COMPIL

[OE-core] [PATCH 1/1] runqemu-export-rootfs and friends: don't put pseudo db in target fs

2012-08-27 Thread Peter Seebach
In a few places, we have scripts which use /var/pseudo for the pseudo state directory controlling a given filesystem. This seems possibly risky because it means that stuff running under qemu or whatnot could wipe out the data being used to handle that rootfs. Move this to: /../$(basename_rootfs).

[OE-core] [PATCH 0/1] v3: Move pseudo localstatedir outside of rootfs.

2012-08-27 Thread Peter Seebach
On reflection, I like "rootfs.pseudo_state" better than "pseudo_state_rootfs". Also found a typo in which *one* reference had pseudo_state/rootfs rather than pseudo_state_rootfs. (My keyboard layout hates me.) This version has been actually tested complete with running the associated bitbake targe

Re: [OE-core] [PATCH] sstate.bbclass: Detect overwriting files in sstate controlled directories

2012-08-27 Thread Saul Wold
On 08/25/2012 08:48 AM, Richard Purdie wrote: We have a potential problem where two sstate packages try and touch the same file. This adds code which will print a warning whenever this happens. The implementation does but by maintaining a master file list and comparing file accesses against this

[OE-core] [PATCH] base-files: allow for more flexibility related to hostname

2012-08-27 Thread Mark Asselstine
Current logic used to create the /etc/hostname file is fairly restrictive and doesn't allow for easy customization since the variable 'hostname' is local to the base-files recipe. Changing 'hostname' to a globally recognized variable which can be overwritten overcomes these restrictions. Additional

Re: [OE-core] [PATCH] distutils/steuptools: Fix files layout and unbreak builds

2012-08-27 Thread McClintock Matthew-B29882
On Fri, Aug 24, 2012 at 5:01 PM, Richard Purdie wrote: > On Fri, 2012-08-24 at 20:48 +, McClintock Matthew-B29882 wrote: >> On Fri, Aug 24, 2012 at 11:15 AM, Richard Purdie >> wrote: >> > The last two distutils changes progressively broke the builds. Firstly they >> > moved things from the si

[OE-core] [PATCH 0/1] Signature generation for bitbake-diffsigs

2012-08-27 Thread Paul Eggleton
This is the OE-Core part of the changes for bitbake-diffsigs just posted to the bitbake-devel mailing list. The following change since commit 1677b736bca5dc46db522da1874459d2de77209d: terminal.py: use unique ids for screen sessions (2012-08-25 14:44:31 +0100) is available in the git repositor

[OE-core] [PATCH 1/1] lib/oe/sstatesig.py: add signature data query function

2012-08-27 Thread Paul Eggleton
Add a function that can be used from BitBake code which will find signature data (sigdata/siginfo) files based on specified criteria, and hook it into BitBake as bb.siggen.find_siginfo. Signed-off-by: Paul Eggleton --- meta/lib/oe/sstatesig.py | 81 +

[OE-core] IMAGE_LINGUAS question

2012-08-27 Thread Andreas Müller
Hi another one out of the stupid-question-corner: The display manager LXDM (and I think others too) check in configuration files which languages to offer. I would like to add a postinst for LXDM which fills it's configuration file according to what was installed by IMAGE_LINGUAS. Now my question

[OE-core] [for-denzil][meta-oe][PATCH 01/11] xz: updated to version 5.1.1alpha

2012-08-27 Thread Koen Kooi
From: Valentin Popa The licenses are the same, only some white spaces added/removed. Signed-off-by: Valentin Popa Signed-off-by: Richard Purdie --- .../xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-exten

[OE-core] [for-denzil][meta-oe][PATCH 03/11] opkg-utils: bump SRCREV

2012-08-27 Thread Koen Kooi
From: Martin Jansa * there are 2 small fixes python-2.6 compatibility missing C option for opkg-build Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/

[OE-core] [for-denzil][meta-oe][PATCH 02/11] opkg-utils: bump SRCREV for Packages cache fix and other fixes

2012-08-27 Thread Koen Kooi
From: Martin Jansa Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- .../opkg-utils/opkg-utils/add-license-field.patch | 39 --- .../opkg-utils/arfile_header_split.patch | 27 --- .../opkg-utils/index-ignore-filenotfound.patch | 73

[OE-core] [for-denzil][meta-oe][PATCH 04/11] opkg-utils: UPdate to version with python 2.6 fix

2012-08-27 Thread Koen Kooi
From: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb index b1

[OE-core] [for-denzil][meta-oe][PATCH 05/11] man: fix RDEPENDS and reformat recipe

2012-08-27 Thread Koen Kooi
Signed-off-by: Koen Kooi --- meta/recipes-extended/man/man_1.6f.bb |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/man/man_1.6f.bb b/meta/recipes-extended/man/man_1.6f.bb index ee3d648..b35621a 100644 --- a/meta/recipes-extended/man/man_1.6f.b

[OE-core] [for-denzil][meta-oe][PATCH 06/11] man: make man actually work by installing custom man.config

2012-08-27 Thread Koen Kooi
The default man.conf is named wrong and doesn't work. It references gtbl, while groff installs tbl and other things. This man.conf is imported from OE classic and runtime tested on angstrom. Before: root@beaglebone:~# man man sh: /usr/bin/gtbl: No such file or directory sh: line 0: echo: write

[OE-core] [for-denzil][meta-oe][PATCH 07/11] kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinst

2012-08-27 Thread Koen Kooi
From: Martin Jansa * without this, kernel upgrades where KERNEL_VERSION is changed e.g. 3.4.2 -> 3.4.3 generate .dep for running 3.4.2 and after reboot user ends up without any module loaded to make it worse after reboot nothing is upgraded to trigger another kernel(-module) postinst to gen

[OE-core] [for-denzil][meta-oe][PATCH 08/11] kernel: save $kerndir/tools and $kerndir/lib from pruning

2012-08-27 Thread Koen Kooi
From: Bruce Ashfield The kernel source tree in the sysroot has all unecessary source code removed. The existing use case is to support module building out of the sysroot, but as more toolsa are moved into the kernel tree itself there are new use cases for the kernel sysroot source. To avoid putt

[OE-core] [for-denzil][meta-oe][PATCH 09/11] kernel: Add kernel headers to kernel-dev package

2012-08-27 Thread Koen Kooi
From: Darren Hart [YOCTO #1614] Add the kernel headers to the kernel-dev package. This packages what was already built and kept in sysroots for building modules with bitbake. Making this available on the target requires removing some additional host binaries. Move the location to /usr/src/kerne

[OE-core] [for-denzil][meta-oe][PATCH 10/11] kernel.bbclass: add non-santized kernel provides

2012-08-27 Thread Koen Kooi
From: Bruce Ashfield If the kernel version string uses characters or symbols that need to be santized for the package name, we can end up with a mismatch between module requirements and what the kernel provides. The kernel version is pulled from utsrelease.h, which contains the exact string that

[OE-core] [for-denzil][meta-oe][PATCH 11/11] kernel.bbclass: Dont package kxgettext.o

2012-08-27 Thread Koen Kooi
From: Khem Raj kxgettext.o is generated when building ppc kernels so we end up with packaging errors like > ERROR: QA Issue: Architecture did not match (20 to 62) on > /work/virtex5-poky-linux/linux-xilinx-2.6.38-r00/packages-split/kernel-dev/usr/src/kernel/scripts/kconfig/kxgettext.o Signed-of

Re: [OE-core] [PATCH] base-files: allow for more flexibility related to hostname

2012-08-27 Thread Koen Kooi
Op 27 aug. 2012, om 17:24 heeft Mark Asselstine het volgende geschreven: > Current logic used to create the /etc/hostname file is fairly > restrictive and doesn't allow for easy customization since the > variable 'hostname' is local to the base-files recipe. hostname_pn-basefiles_someotherove