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
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
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
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
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
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
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
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
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)
|
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
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
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-
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.
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
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
>>
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
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).
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
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
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
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
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
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 +
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
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
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/
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
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
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
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
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
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
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
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
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
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
36 matches
Mail list logo