Re: [yocto] [mcswdev] Yocto branches policy for concurrent SDK releases

2014-01-22 Thread zhenhua....@freescale.com
Hi Bob, Sorry for the late response. > -Original Message- > From: Bob Cochran [mailto:yo...@mindchasers.com] > Sent: Friday, January 10, 2014 4:25 AM > > Any plans to create a repo for meta-fsl-networking on git.yoctoproject > for Power / QorIQ developers? [Luo Zhenhua-B19537] meta-fsl

Re: [yocto] [meta-selinux][PATCH] udev/init: fix the invalid binary path

2014-01-22 Thread Pascal Ouyang
于 14-1-22 下午2:17, jackie.hu...@windriver.com 写道: > From: Jackie Huang > > The invalid binary path causes failure: > udevd[102]: starting version 182 > /etc/rcS.d/S04udev: line 106: /usr/bin/udevadm: No such file or directory > > use the command 'udevadm' directly in the init just as the oe-core

Re: [yocto] Issue in combining configure options in different tunes

2014-01-22 Thread Rohit2 Jindal
Hi, Actually I am able to build both elf(for xloader uboot) and linux toolchain(linux and userspace components) using tune mips32 and tune mips64-n32 with the required libgcc libraries and other required headers. Glibc libraries were also build using tune-mips64-n32 with different combinations

[yocto] [meta-selinux][PATCH 0/1] libsemanage: fix DEPENDS override issue

2014-01-22 Thread wenzong.fan
From: Wenzong Fan Don't override DEPENDS for target build, the "audit" should be appended to it. The following changes since commit de0afbc8f434b235156e17234b72027840a821af: libsemanage-native: remove audit-native dependency (2014-01-20 18:28:11 +0800) are available in the git repository at:

[yocto] [meta-selinux][PATCH 1/1] libsemanage: fix DEPENDS override issue

2014-01-22 Thread wenzong.fan
From: Wenzong Fan Don't override DEPENDS for target build, the "audit" should be appended to it. Signed-off-by: Wenzong Fan --- recipes-security/selinux/libsemanage.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/selinux/libsemanage.inc b/recipes-se