* do_configure fails without native glib-compile-schemas:
| checking for glib-compile-schemas... no
| configure: error: glib-compile-schemas not found.
Signed-off-by: Martin Jansa
---
meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 2 +-
1 file changed, 1 insertion(+), 1 delet
* do_configure fails without:
| configure:13590: error: xsltproc (from the libxslt source package) is
required
Signed-off-by: Martin Jansa
---
meta/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | 2 +-
meta/recipes-connectivity/telepathy/telepathy-glib_0.20.1.bb |
The following changes since commit acf46cb2eb03c2ed3aadd7858044ba2837a83292:
grub: disable floating ncurses dependency for GPLv2 version (2013-08-07
11:44:34 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib jansa/dylan-backports
http://c
* glib-genmarshal is needed during do_compile:
| /bin/bash: line 1: glib-genmarshal: command not found
Signed-off-by: Martin Jansa
---
meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstre
From: Richard Purdie
This fixes configure errors like:
| configure.ac:70: error: possibly undefined macro: AC_MSG_ERROR
| If this token and others are legitimate, please use m4_pattern_allow.
| See the Autoconf documentation.
| configure.ac:358: error: possibly undefined macro: AS_IF
* without target zlib it tries to use native one:
| /OE/sysroots/x86_64-linux/usr/lib/libz.so: could not read symbols: File in
wrong format
| collect2: error: ld returned 1 exit status
| make[2]: *** [taglib/libtag.so.1.12.0] Error 1
Signed-off-by: Martin Jansa
---
meta/recipes-support/tagli
* missing dependency on pkgconfig-native was causing
that PKG_CHECK_MODULES(DBUS, dbus-1) stayed unexpanded in
configure script:
checking for ext2fs_initialize in -lext2fs... yes
quota/4.01-r1/quota-tools/configure: line 3746: syntax error near unexpected
token `DBUS,'
quota/4.01-r1/quot
* systemtap-native was failing with undefined AC_DEFINE
configure.ac:56: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
Signed-off-by: Martin Jansa
---
meta/recipes-kernel/systemtap/sy
* missing dependency on pkgconfig-native was causing
that PKG_CHECK_MODULES(DBUS, dbus-1) stayed unexpanded in
configure script:
checking for dbm_store in -lndbm... no
libpam/1.1.6-r2/Linux-PAM-1.1.6/configure:
line 14217: syntax error near unexpected token `libtirpc,'
libpam/1.1.6-r2/L
From: Hongxu Jia
Create a new build enviroment, build wget failed
...
configure:34512: checking for libssl
configure:34542: i586-poky-linux-gcc -m32 -march=i586
--sysroot=/home/jiahongxu/yocto/build-20130613-qemu/tmp/sysroots/qemux86 -o
conftest - O2 -pipe -g -feliminate-unused-debug-types -W
From: Mark Hatle
Move to using the PACKAGECONFIG mechanism to select configure options and
dependencies. Without this the system will attempt to discover various
dependencies, and usually does so incorrectly.
We also ensure that the nativesdk version does not inherit any of the
DISTRO_FEATURES.
From: Ross Burton
Using --with-plugins means you only get the elements you enable, so we were
dropping vast numbers of useful plugins such as the MPEG muxers.
Instead, follow gst-plugins-base by using PACKAGECONFIG to enable/disable
plugins with optional dependencies.
Signed-off-by: Ross Burton
Signed-off-by: Martin Jansa
---
meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 10 ++
1 file changed, 10 insertions(+)
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb
index 7e80ce4..
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa
---
meta/recipes-devtools/distcc/distcc_3.1.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/distcc/distcc_3.1.bb
b/meta/recipes-devtools/dist
* acl is autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa
---
meta/recipes-extended/cups/cups16.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/cups/cups16.inc
b/meta/recipes-extended/cups/cups16.inc
index 914c3f9..
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/directfb/directfb.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-graphics/directfb/directfb.inc
b/meta/recipes-graphics/directfb/directfb.
From: Christopher Larson
Signed-off-by: Christopher Larson
Signed-off-by: Richard Purdie
---
meta/recipes-extended/quota/quota_4.01.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-extended/quota/quota_4.01.bb
b/meta/recipes-extended/quota/quota_4.01.bb
index f3c8fbe..98
* build fails without it
configure.ac:7: error: must install xorg-macros 1.12 or later before
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/xorg-lib/xkeyboard-config_2.8.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/xorg-lib/xkeyboard-conf
* eglibc-collateral.inc inhibits all default deps, but do_package needs
objcopy:
ERROR: objcopy failed with exit code 127 (cmd was
'i586-webos-linux-objcopy' --only-keep-debug
'eglibc-locale/2.17-r0/package/usr/lib/gconv/IBM1166.so'
'eglibc-locale/2.17-r0/package/usr/lib/gconv/.debug/IBM1
From: "Roy.Li"
Add build directory to include directories by -I${B}/include which will
be searched before standard system include directories.
Both libunwind and gcc supply unwind.h, once gcc use libunwind's unwind.h,
the compiling will fail.
This patch is generally not applicable to the upstre
* when it's not detected in sysroot it uses bundled version
* add explicit dependency to make it deterministic
* PACKAGECONFIG wasn't used because configure doesn't have an
option to select which one should be used
Signed-off-by: Martin Jansa
---
meta/recipes-devtools/ccache/ccache.inc | 2 ++
Signed-off-by: Martin Jansa
---
.../recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 12 +---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb
b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31
* it's autodetected from sysroot and runtime dependency on libunwind isn't
deterministic
* master has weston 1.1.0 which already has this option and also explicitly
disables libunwind
Signed-off-by: Martin Jansa
---
...utotools-Add-a-libunwind-configure-switch.patch | 40
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa
---
.../minicom-2.6.2/allow.to.disable.lockdev.patch| 21 +
meta/recipes-extended/minicom/minicom_2.6.2.bb | 7 ++-
2 files changed, 27 insertions(+), 1 del
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa
---
.../allow.to.disable.some.features.patch | 65 ++
.../python/python-imaging_1.1.7.bb | 10 +++-
2 files changed, 74 insertions(+), 1 deletio
* when it's not detected in sysroot it uses bundled version
* add explicit dependency to make it deterministic
* PACKAGECONFIG wasn't used because configure doesn't have an
option to select which one should be used
Signed-off-by: Martin Jansa
---
meta/recipes-extended/ltp/ltp_20120903.bb | 2 +
* it's autodetected from sysroot and makeconfig doesn't allow
to explicitly define what's expected
Signed-off-by: Martin Jansa
---
.../explicitly.disable.krb5.support.patch | 46 ++
meta/recipes-extended/mailx/mailx_12.5.bb | 1 +
2 files changed, 47 inse
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa
---
meta/recipes-connectivity/socat/socat_1.7.2.1.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.1.bb
b/meta/recipes-connectivity/soca
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa
---
meta/recipes-devtools/patch/patch.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-devtools/patch/patch.inc
b/meta/recipes-devtools/patch/patch.inc
index 332b97a.
* build in clean tmpdir fails with:
| make[6]: Entering directory
`/OE/mesa/2_9.1.3-r9.0/git/src/mesa/drivers/dri/common/xmlpool'
| Updating (de) de/LC_MESSAGES/options.mo from de.po.
| Updating (es) es/LC_MESSAGES/options.mo from es.po.
| Updating (nl) nl/LC_MESSAGES/options.mo from nl.po
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa
---
meta/recipes-extended/sudo/sudo.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-extended/sudo/sudo.inc
b/meta/recipes-extended/sudo/sudo.inc
index e778485..cc31c
From: Eric Nelson
Signed-off-by: Eric Nelson
Signed-off-by: Saul Wold
---
meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
b/meta/recipes-multimedia/gstream
* for example in gcc-runtime DEPENDS_GETTEXT from gettext.bbclass isn't
used because gcc-runtime recipes also set INHIBIT_DEFAULT_DEPS,
explicitly disable NLS when DEPENDS_GETTEXT is empty
* this is causing undeterministic build
if you compare i586-oe-linux/libstdc++-v3/config.log in WORKDIR
* fuse is autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa
---
meta/recipes-bsp/grub/grub_2.00.bb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-bsp/grub/grub_2.00.bb
b/meta/recipes-bsp/grub/grub_2.00.bb
index 8d224242..5153
On 15 August 2013 07:23, Chunrong Guo wrote:
> +Upstream-Status: inappropriate
How is this inappropriate for upstream? We don't want to deliberately
horde non-trivial patches as it means more work in the future.
Ross
___
Openembedded-core mailing list
Hi,
On 15/08/13 05:25, Laszlo Papp wrote:
> Signed-off-by: Laszlo Papp
> ---
> meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 26 +
> meta/recipes-bsp/u-boot/u-boot-mkimage_2013.07.bb | 27
> ++
> meta/recipes-bsp/u-boot/u-boot_2013.07.bb
Hi All,
We have seen some problems like this:
$ bitbake libcap
ld: warning: libaudit.so.1, needed by .../lib64/libpam.so, not found
.../lib64/libpam.so: undefined reference to `audit_open'
.../lib64/libpam.so: undefined reference to `audit_close'
..
The libaudit has been available and libp
On 15 August 2013 10:29, wenzong fan wrote:
> A probable ways maybe:
>
> 1) Run world build to generate the sysroots as much as possible;
> 2) Run 'configure --help' on each package to spot all of the optional
> dependencies, and convert them into PACKAGECONFIG specs/or any other
> prompts.
> 3) R
On 15 August 2013 07:10, Saul Wold wrote:
> connman: fix systemd support for connman-* packages.
This situation (possibly empty packages) should be supported in the
systemd class instead of worked around with anonymous Python
functions, please pull this.
Ross
__
On Thu, 2013-08-15 at 17:29 +0800, wenzong fan wrote:
> Or could we run this check as part of a QA build step?
I think that could be done, in principle. Now that "ld
--no-copy-dt-needed-entries" is the default, there's no reason that the
shlibs code in package.bbclass couldn't be taught to verify
Hi Wenzong,
On Thursday 15 August 2013 17:29:46 wenzong fan wrote:
> We have seen some problems like this:
>
> $ bitbake libcap
>
> ld: warning: libaudit.so.1, needed by .../lib64/libpam.so, not found
> .../lib64/libpam.so: undefined reference to `audit_open'
> .../lib64/libpam.so: undefined ref
On 08/14/2013 06:59 PM, Martin Jansa wrote:
On Wed, Aug 14, 2013 at 11:46:57AM +0100, Richard Purdie wrote:
On Wed, 2013-08-14 at 08:56 +0200, Martin Jansa wrote:
On Wed, Aug 14, 2013 at 01:28:53PM +0800, Rongqing Li wrote:
On 08/14/2013 03:02 AM, Saul Wold wrote:
On 08/13/2013 01:20 AM,
Hello,
I submitted the patch to upstream(genext2fs ).
So,I will submit new patch for Upstream-Status: Submitted .
Thanks,
chunrong
-Original Message-
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: Thursday, August 15, 2013 5:01 PM
To: Guo Chunrong-B40290
Cc: openembedded-core
On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote:
> OK, But your issue is not related to me.
>
> I can reproduce my issue by two simple script.
If tar is deciding that the file has "changed" just because the link
count on the dentry has increased, that sounds like it is probably a bug
in tar
* fix memory corruption errors on powerpc64
e.g.
|$ genext2fs -b 3 -d . -i 8192 /tmp/tstrootfs
| Segmentation fault
Signed-off-by: Chunrong Guo
---
.../fix-memory-corruption-on-powerpc.patch | 76
meta/recipes-devtools/genext2fs/genext2fs_1.4.1
On 08/15/2013 05:55 PM, Phil Blundell wrote:
On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote:
OK, But your issue is not related to me.
I can reproduce my issue by two simple script.
If tar is deciding that the file has "changed" just because the link
count on the dentry has increased,
On 08/15/2013 05:44 PM, Paul Eggleton wrote:
Hi Wenzong,
On Thursday 15 August 2013 17:29:46 wenzong fan wrote:
We have seen some problems like this:
$ bitbake libcap
ld: warning: libaudit.so.1, needed by .../lib64/libpam.so, not found
.../lib64/libpam.so: undefined reference to `audit_open'
On Thu, Aug 15, 2013 at 10:43:16AM +0100, Phil Blundell wrote:
> On Thu, 2013-08-15 at 17:29 +0800, wenzong fan wrote:
> > Or could we run this check as part of a QA build step?
>
> I think that could be done, in principle. Now that "ld
> --no-copy-dt-needed-entries" is the default, there's no re
On Thu, Aug 15, 2013 at 06:14:48PM +0800, wenzong fan wrote:
> On 08/15/2013 05:44 PM, Paul Eggleton wrote:
> > Hi Wenzong,
> >
> > On Thursday 15 August 2013 17:29:46 wenzong fan wrote:
> >> We have seen some problems like this:
> >>
> >> $ bitbake libcap
> >>
> >> ld: warning: libaudit.so.1, need
OK, thanks.
Seems fw-utils is broken, and I do not know how to fix it... So do not
approve.
On Thu, Aug 15, 2013 at 10:16 AM, Jack Mitchell wrote:
> Hi,
>
> On 15/08/13 05:25, Laszlo Papp wrote:
> > Signed-off-by: Laszlo Papp
> > ---
> > meta/recipes-bsp/u-boot/u-boot-fw-utils_2013.07.bb | 26
On Wednesday 14 August 2013 15:30:01 Mark Hatle wrote:
> Using the new smart exclude mechanism an error will be generated in the
> excluded package is required for the image to be generated.
>
> Signed-off-by: Mark Hatle
> ---
> meta/classes/package_rpm.bbclass | 5 +
> 1 file changed, 5 ins
On 8/15/13 7:01 AM, Paul Eggleton wrote:
On Wednesday 14 August 2013 15:30:01 Mark Hatle wrote:
Using the new smart exclude mechanism an error will be generated in the
excluded package is required for the image to be generated.
Signed-off-by: Mark Hatle
---
meta/classes/package_rpm.bbclass |
Power ISA 2.05 enhancements introduced regression
in mtfsfi implementation. Fixed thusly
[YOCTO #4854]
Signed-off-by: Khem Raj
---
.../qemu/files/target-ppc_fix_bit_extraction.patch | 70 ++
meta/recipes-devtools/qemu/qemu_1.5.0.bb | 4 +-
2 files changed, 73 inse
Updating the meta branch SRCREV to import the following config
changes:
f706bd4 drm-emgd.cfg: convert some config options from y to m
5995fa5 meta: features/power/intel.cfg
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb |2 +-
meta/recipes-kernel/lin
As part of the qemuppc tuning activities, we are aligning on ppc74xx, and
as a result we can enable ALTIVEC support in the base BSP config.
[YOCTO #1914]
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.8.bb |2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.8
Saul/Richard,
Thes are two small configuration tweaks, that I didn't want to sit on
while the larger kernel updates brew.
One is from Khem for Yocto 1914 and the other is the emgd tweak from Nitin
that has already gone into use in the Intel BSPs.
Cheers,
Bruce
The following changes since commi
On Wednesday 14 August 2013 23:10:54 Saul Wold wrote:
> Paul, Ross:
>
> Please review this set, it include the Read-Only rootfs, which I have
> tested locally. I also included the makedev change, and I verified it's
> correctly using the rootfs to find the passwd and group files.
>
> Thanks
>
On 08/15/2013 07:43 AM, Paul Eggleton wrote:
On Wednesday 14 August 2013 23:10:54 Saul Wold wrote:
Paul, Ross:
Please review this set, it include the Read-Only rootfs, which I have
tested locally. I also included the makedev change, and I verified it's
correctly using the rootfs to find the pas
Richard,
I updated this by removing the connman patch as suggested by Ross. I
chose to leave in the Read-Only rootfs, as I have talked with Qi and
I will have him send a follow on patch to fix the internal patch header.
I have tested the read-only stuff locally.
Thanks
Sau!
The following
On 15 August 2013 10:40, Burton, Ross wrote:
> please pull this.
Please *remove* this for now.
Ross
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
On 15 August 2013 16:32, Saul Wold wrote:
> Richard,
>
> I updated this by removing the connman patch as suggested by Ross. I
> chose to leave in the Read-Only rootfs, as I have talked with Qi and
> I will have him send a follow on patch to fix the internal patch header.
>
> I have tested the read
On Thursday 15 August 2013 08:32:26 Saul Wold wrote:
> I updated this by removing the connman patch as suggested by Ross. I
> chose to leave in the Read-Only rootfs, as I have talked with Qi and
> I will have him send a follow on patch to fix the internal patch header.
>
> I have tested the read-o
On Thu, 2013-08-15 at 10:55 +0100, Phil Blundell wrote:
> On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote:
> > OK, But your issue is not related to me.
> >
> > I can reproduce my issue by two simple script.
>
> If tar is deciding that the file has "changed" just because the link
> count on t
On 8/15/13 11:23 AM, Richard Purdie wrote:
On Thu, 2013-08-15 at 10:55 +0100, Phil Blundell wrote:
On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote:
OK, But your issue is not related to me.
I can reproduce my issue by two simple script.
If tar is deciding that the file has "changed" just
On Thu, 2013-08-15 at 17:23 +0100, Richard Purdie wrote:
> Sadly this doesn't work. We block copy a set of .m4 files from the
> sysroot. We can be running do_configure of package A whilst package B is
> de-installed from the sysroot and this leads to files disappearing
> whilst they're being access
Since this variable is no longer used, we don't need to set a default
for it.
Signed-off-by: Paul Eggleton
---
meta/classes/buildhistory.bbclass | 1 -
1 file changed, 1 deletion(-)
diff --git a/meta/classes/buildhistory.bbclass
b/meta/classes/buildhistory.bbclass
index c32c7aa..1c49831 100644
This includes a revised version of Martin's patch to use the real
package content size rather than the archive size (it now avoids
the double collection of installed packages, works with multilib and
I also made a few other minor tweaks). I've already run the revised
version past him before sending
From: Martin Jansa
* usually it's more important to know how much space will each
package take on target device then size of compressed package
* example for libewebkit0 with 4 different architectures, interesting
that om_gta02 .ipk is bigger but it's smaller when installed
before:
MACHI
We were mangling names here to avoid characters that are invalid for dot
node names, but if you just quote all names that isn't necessary and we
retain the original naming, allowing easy searching of the graph files.
Signed-off-by: Paul Eggleton
---
meta/classes/buildhistory.bbclass | 12 ++-
Record the bitbake command line in the commit message as a further
context indication.
Signed-off-by: Paul Eggleton
---
meta/classes/buildhistory.bbclass | 13 +++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/meta/classes/buildhistory.bbclass
b/meta/classes/buildhist
This makes it easier to obtain the difference from the last three
builds particularly where a single build might account for more than one
commit in the buildhistory git repository (e.g. if package and image
changes occurred).
Signed-off-by: Paul Eggleton
---
meta/classes/buildhistory.bbclass |
Improve command-line argument handling of buildhistory-diff to make it
easier to use.
* Default buildhistory directory to buildhistory/ under the current
directory and require an option to set it (since most users will
likely run buildhistory-diff from the build directory and keep
BUILDHISTO
* Default buildhistory directory to buildhistory/ under the current
directory and require an option to set it
* Show a description in the help output
Signed-off-by: Paul Eggleton
---
scripts/buildhistory-collect-srcrevs | 17 +++--
1 file changed, 11 insertions(+), 6 deletions(-)
We use mac99 as platform for qemuppc
lets choose a tuning thats appropriate for it
Signed-off-by: Khem Raj
---
meta/conf/machine/qemuppc.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/conf/machine/qemuppc.conf b/meta/conf/machine/qemuppc.conf
index 48eecb7..93145a1
On Wed, Jul 24, 2013 at 10:26:48AM +, g...@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 2a57bb7e9a7e154578aa7cb9aeebdf398a54ec00
> URL:
> http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2a57bb7e9a7e154578aa7cb9aeebdf398a54ec00
>
> A
The DISTRO_FEATURES shouldn't unconditionally append items to it. This
makes it impossible to override it inside of local.conf or in a distro
based on Poky.
This moved the definition to poky.conf and created a new variable
(POKY_DEFAULT_DISTRO_FEATURES) which easy overriding of this, for Poky
base
The DISTRO_FEATURES shouldn't unconditionally append items to it. This
makes it impossible to override it inside of local.conf or in a distro
based on Poky.
This moved the definition to poky.conf and created a new variable
(POKY_DEFAULT_DISTRO_FEATURES) which easy overriding of this, for Poky
base
When making distributions based on the default distro-less config, it
is useful to be able to reuse the default DISTRO_FEATURES options
without the need of duplication. The new variable,
DISTRO_FEATURES_DEFAULT, allow this reuse and customization.
So distros can include 'default-distrovars.inc' an
Am 14.08.2013 14:05, schrieb Lukas Bulwahn:
I have been working with this patch for quite some time on my
OpenEmbedded-Core repository and I have not seen any problems, but I do not
know if it breaks anything on the complete 'bitbake world'.
The only thing that should be used from the native buil
On Thu, 2013-08-15 at 11:27 -0500, Mark Hatle wrote:
> On 8/15/13 11:23 AM, Richard Purdie wrote:
> > On Thu, 2013-08-15 at 10:55 +0100, Phil Blundell wrote:
> >> On Thu, 2013-08-15 at 17:51 +0800, Rongqing Li wrote:
> >>> OK, But your issue is not related to me.
> >>>
> >>> I can reproduce my issu
On 08/16/2013 01:47 AM, Martin Jansa wrote:
On Wed, Jul 24, 2013 at 10:26:48AM +, g...@git.openembedded.org wrote:
Module: openembedded-core.git
Branch: master
Commit: 2a57bb7e9a7e154578aa7cb9aeebdf398a54ec00
URL:
http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2a57bb7e9a
From: Chen Qi
The following changes since commit 16d522bcd1f1b7741577fa31fab7e2129da0cae9:
maintainers.inc: reassign maintainers, remove obsolete recipes (2013-08-12
13:13:05 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/useradd-add-missing-fun
From: Chen Qi
The preinst scripts are calling bbnote, bbwarn and bbfatal functions,
but these functions are not written to the preinst scripts.
This patch writes these missing functions to the preinst scripts to
avoid the 'not found' errors.
Signed-off-by: Chen Qi
---
meta/classes/useradd.bbc
83 matches
Mail list logo