From: Chen Qi
The following changes since commit 92aeb31341b28b193d616ab5cf38af1b9673e37d:
qemuimage-testlib: Fix quoting issue (2013-03-30 17:26:56 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/rpm-postinsts-problem
http://git.pokylinux.org/
From: Chen Qi
Previously, if 'package-management' is in IMAGE_FEATURES, this variable
is set to "", otherwise, it's ${ROOTFS_PKGMANAGE_BOOTSTRAP}. It works fine
with deb and ipk, because their postinsts rely on their package managers.
However, rpm is a little different, as its postinsts are just
From: Chen Qi
Override ROOTFS_BOOTSTAP_INSTALL to make rpm-postinsts installed on
target regardless of 'package-management' image feature.
[YOCTO #4160]
Signed-off-by: Chen Qi
---
meta/classes/rootfs_rpm.bbclass |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/rootfs_rpm.bb
eglibc-extra-nss-dev is a dependency for libc6-dev but
the package is empty and is not created as a result target
install of libc6-dev fails. This will create an empty package
[Yocto Bug #4168]
Signed-off-by: Khem Raj
---
meta/recipes-core/eglibc/eglibc-package.inc |4 +++-
1 file changed,
On 04/02/2013 10:59 AM, Khem Raj wrote:
On Apr 1, 2013, at 7:30 PM, qi.c...@windriver.com wrote:
+
+# Override IMAGE_OVERHEAD_FACTOR to increase the free space size on sato
images.
+IMAGE_OVERHEAD_FACTOR = "2.0"
what is the size of image before and after ?
roughly 100M -> 300M.
smart automa
On Apr 1, 2013, at 7:30 PM, qi.c...@windriver.com wrote:
> +
> +# Override IMAGE_OVERHEAD_FACTOR to increase the free space size on sato
> images.
> +IMAGE_OVERHEAD_FACTOR = "2.0"
what is the size of image before and after ?
___
Openembedded-core mail
1, When do_kernel_configcheck(such as 3.8.1), it has the following warning:
log.do_kernel_configcheck:
NOTE: validating kernel config, see log.do_kernel_configcheck for details
DEBUG: [non-hardware (4)]: meta/cfg/standard/atom-pc/specified_non_hdw.cfg
This BSP sets config options that are possib
The following changes since commit 0fac9380caa5eaf8038536413366511c48b579b0:
meta: Remove Cedartrail Machine (2013-02-10 23:54:01 -0500)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib hongxu/fix-atompc-kernel-warn
http://git.pokylinux.org/cgit.cgi/poky-contri
From: Chen Qi
Sato images, by default, have about 100M free space. This is not enough
and it blocks automatic testing.
This patch fixes this problem by overriding the IMAGE_OVERHEAD_FACTOR
in the sato image recipe.
[YOCTO #4109]
Signed-off-by: Chen Qi
---
meta/recipes-sato/images/core-image-
From: Chen Qi
The following changes since commit 3c5f4d54d01887a117bf659fc9af6b2b892c2b08:
separatebuilddir.inc: mxsldr should never have been added to this list,
remove (2013-03-24 14:03:19 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/sato-si
From: Jason Wessel
There are two cases of corruption that the relocate_sdk.py was not correctly
dealing with.
1) SDK Extras should be left alone
Extra external binaries included in an SDK that were linked against the
host's version of /usr/lib/ld-so.so should not get a relocation applied.
From: Jason Wessel
Avoid the chicken / egg problem of an SDK that provides a working
python but requires that version of python to extract itself. The
RHEL 5.x systems and some other enterprise Linux systems ship with
python 2.4.x as the default python. We need to at least be able to
extract wo
On 13-04-01 03:24 PM, Khem Raj wrote:
On Apr 1, 2013, at 10:09 AM, Bruce Ashfield
wrote:
[PATCH 1/3] linux-yocto/3.8: update mips SA_RESTORER fix
During the 3.8.4 integration there was a build issue on MIPS due to
SA_RESTORER changes. A solution was put in place for mips, but it
On Apr 1, 2013, at 10:09 AM, Bruce Ashfield
wrote:
> [PATCH 1/3] linux-yocto/3.8: update mips SA_RESTORER fix
>
>During the 3.8.4 integration there was a build issue on MIPS due to
>SA_RESTORER changes. A solution was put in place for mips, but it
>didn't cover other impacted archi
Under some conditions (ACLs enabled, NFS) mv can interactively prompt
before overwriting files. Avoid hanging builds in that case by using
-f which should be harmless in other cases.
Signed-off-by: Jeff Polk
---
meta/classes/sstate.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-
Richard,
Here are three small fixes that I've gathered up since pushing out the
last update to 3.8.x.
[PATCH 1/3] linux-yocto/3.8: update mips SA_RESTORER fix
During the 3.8.4 integration there was a build issue on MIPS due to
SA_RESTORER changes. A solution was put in place for mips, bu
Updating to 3.8.4-rt2 to fix the minor issues found with -rt1.
>From the upstream commit log:
changes since v3.8.4-rt1:
- build fix for i915 (reported by "Luis Claudio R. Goncalves")
- build fix for fscache (reported by tglx)
- build fix for !RT (kernel/softirq.c did not compile)
- p
commit 61001aa [kernel-yocto: respect SRC_URI modified branch selection]
changed branch processing such that a branch specified in the SRC_URI
would set the branch forced as the build branch.
This change broke compatibility with the yocto-bsp, linux-yocto-custom
based recipes. These recipes specif
During the 3.8.4 integration there was a build issue on MIPS due to
SA_RESTORER changes. A solution was put in place for mips, but it
didn't cover other impacted architectures.
This is a backport of the proposed fix for the next 3.8-stable,
since the full -stable might not be available in the righ
Added support for correctly configuring
wired interface if systemd is the init system.
Fixes [YOCTO #4041].
Signed-off-by: Cristian Iorga
---
meta/recipes-connectivity/connman/connman.inc |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-connectivity/conn
Changelog since 2013-03-24 until 2013-03-31. 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-angstrom: git://github.com/Angstrom-distr
On Fri, 2013-03-29 at 13:50 +0100, Andreas Müller wrote:
> Anybody an idea why I get this when building from scratch:
>
> |
> /home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/armv7a-vfp-neon-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-objcopy:
> 'systemd': No such file
> |
* persistent cache records tag-srcrev mappings, but is not shared between
builders
* when tag is moved in remote repo, all builders should rebuild the component to
use the same source, show warning when revision is different than what was
used
in last build
Signed-off-by: Martin Jansa
---
On Monday 01 April 2013 06:47:59 Joe MacDonald wrote:
> I like it, though I have a couple of questions about the accounts
> themselves.
>
>- Any chance we could have them connected (or use the same
> credentials as) the patchworks ones?
Seems like they are both based on Django so I guess
This changes definition of PCMCIAUTILS_VERSION to string from a multichacter
constant to avoid segmentation fault of pccardctl command.
Signed-off-by: Takeshi Hamasaki
---
meta/recipes-bsp/pcmciautils/pcmciautils.inc |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/r
On Mon, Apr 01, 2013 at 06:10:44PM +0900, Takeshi Hamasaki wrote:
>
Hi,
nitpicking about spelling.
> This changes difinition of PCMCIAUTILS_VERSION to string from a multichacter
> constant to avoid segmentation fault of pccardctl command.
^^^
> Signed-off-by: Takeshi Hamasaki
Hi list, and administrator(s),
it may be already known,...
the web interface of this list is down now.
I used mail interface instead to subscribe so you are reading this one.
Is there any plan to let web interface come back?
2013/3/31 :
> This mailinglist requires people to subscribe before pos
On Sat, Mar 30, 2013 at 10:03:19AM +0100, Martin Jansa wrote:
> And now the rest of qemuarm gcc-4.8 world failure
>
> openembedded-core/meta/recipes-devtools/elfutils/elfutils_0.148.bb, do_compile
> ICE as reported before
>
> openembedded-core/meta/recipes-devtools/gcc/gcc_4.8.bb, do_compile
> gc
This changes difinition of PCMCIAUTILS_VERSION to string from a multichacter
constant to avoid segmentation fault of pccardctl command.
Signed-off-by: Takeshi Hamasaki
---
meta/recipes-bsp/pcmciautils/pcmciautils.inc |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/r
On 03/29/2013 07:00 PM, Bernhard Reutner-Fischer wrote:
On Fri, Mar 29, 2013 at 12:05:10PM +0200, Radu Moisan wrote:
Removed obsolete patches
Added a few new patches pending 1.21.1
*busybox-1.21.0-mdev.patch
*busybox-1.21.0-platform.patch
*busybox-1.21.0-xz.patch
Signed-off-by: Radu Moisan
--
On 03/29/2013 07:00 PM, Bernhard Reutner-Fischer wrote:
On Fri, Mar 29, 2013 at 12:05:10PM +0200, Radu Moisan wrote:
Removed obsolete patches
Added a few new patches pending 1.21.1
*busybox-1.21.0-mdev.patch
*busybox-1.21.0-platform.patch
*busybox-1.21.0-xz.patch
Signed-off-by: Radu Moisan
--
On 03/28/2013 12:18 PM, Zhenhua Luo wrote:
1. Split out run-postinsts script into separated package, sometimes only the
postinsts script is required to run all postinsts scripts in
/etc/rpm-postinsts/
instead of the whole rpm package.
2. Set ROOTFS_PKGMANAGE_BOOTSTRAP to rpm-postinsts
S
V2 patch.
DISTRO_CODENAME is check for existence, in case of distros not defining it.
Regards,
Cristian
-Original Message-
From: Iorga, Cristian
Sent: Monday, April 01, 2013 10:35 AM
To: openembedded-core@lists.openembedded.org
Cc: Iorga, Cristian
Subject: [PATCH] lsb: distro codename i
Poky distro codename info added to /etc/lsb-release file.
lsb_release script will not complain anymore about
the incompleteness of /etc/lsb-release file by
returning an error code.
Increases LSB compliance.
Partial fix for [YOCTO #4071].
Signed-off-by: Cristian Iorga
---
meta/recipes-extended/l
34 matches
Mail list logo