Re: [yocto] kernel-module- prefix for out-of-tree modules mandatory?

2015-10-09 Thread Khem Raj
> On Oct 8, 2015, at 1:29 PM, Daniel. wrote: > > Hi all, > > Is the kernel-module- prefix mandatory for out-of-tree modules > compiled inside Yocto? And, This prefix applies to package names or > recipe names? Should I rename my recipe file with this prefix or setup > PN stuff? if you inherit

Re: [yocto] Remove my email from your database

2015-10-09 Thread Khem Raj
Unsubscribe from mailing list. The link is right at bottom of the email > On Oct 8, 2015, at 4:38 AM, neerajdadhwal1...@gmail.com wrote: > > Sir > Please remove my email id . Iam frustate with ur unwanted mails. > > > Sent from my Huawei Mobile > -- > ___

[yocto] Intelligent global config files setting

2015-10-09 Thread Gilles CARRY
Hi, I have a concern regarding global config files to be put into rootfs when several components need to alter a common config file. Let me explain with an example. I have two components (recipes) that need to write options into /etc/directfbrc. Let's call the recipes c1.bb and c2.bb and respecti

[yocto] VFAT patent EP 0 618 540

2015-10-09 Thread Gorny Krystian
Hi, I have a question regarding the VFAT patent (EP 0 618 540) owned by Microsoft. It's about common name space for long and short filenames. I have read that this patent was canceled by Germany / EU, but it's still available in the US right? So is there a patch/option where we can activate to a

Re: [yocto] Can any one please tell the what is the exact difference between DEPENDS and RDEPENDS

2015-10-09 Thread Vivek Per
Hi, Thanks I have one more doubt when RDEPENDS variable depends is packages . Do you know why RDEPENDS variable in (rootfs-image.bb recipe) which inherit core-image. why RDEPENDS cant able to install packages in final roofs image apart from IMAGE_INSTALL . Thanks and regrads Vivek On Thu

Re: [yocto] can any one please tell the difference between DEPENDS and RDEPENDS

2015-10-09 Thread Vivek Per
Hi, Thanks As i read RDEPENDS in recipe do_build task depends on do_pacakge_write_rpm task (i.e packages ) I have one more doubt when RDEPENDS variable depends is packages . Do you know why RDEPENDS variable in (rootfs-image.bb recipe) which inherit core-image. why RDEPENDS cant able to instal

Re: [yocto] Can any one please tell the what is the exact difference between DEPENDS and RDEPENDS

2015-10-09 Thread Burton, Ross
On 9 October 2015 at 10:16, Vivek Per wrote: > I have one more doubt when RDEPENDS variable depends is packages . Do you > know why RDEPENDS variable in (rootfs-image.bb recipe) which inherit > core-image. why RDEPENDS cant able to install packages in final roofs image > apart from IMAGE_INSTALL

Re: [yocto] Intelligent global config files setting

2015-10-09 Thread Burton, Ross
On 9 October 2015 at 08:38, Gilles CARRY wrote: > I tried to use ROOTFS_POSTPROCESS_COMMAND in c1.bb and c2.bb but this > mechanism only seems to work in images recipes. (inherit core-image) > > Use a package postinst to modify the configuration files when the rootfs is generated? Ross -- _

Re: [yocto] kernel-module- prefix for out-of-tree modules mandatory?

2015-10-09 Thread Daniel.
Thanks!! Em 09/10/2015 04:25, "Khem Raj" escreveu: > > > On Oct 8, 2015, at 1:29 PM, Daniel. wrote: > > > > Hi all, > > > > Is the kernel-module- prefix mandatory for out-of-tree modules > > compiled inside Yocto? And, This prefix applies to package names or > > recipe names? Should I rename my

Re: [yocto] Intelligent global config files setting

2015-10-09 Thread Gilles CARRY
Yes, this looks good. I was not aware of this postinst mechanism. Thanks for the answer. From: Burton, Ross [mailto:ross.bur...@intel.com] Sent: Friday, October 09, 2015 12:40 PM To: Gilles CARRY Cc: yocto@yoctoproject.org Subject: Re: [yocto] Intelligent global config files setting On 9 October

[yocto] Yocto Project Status WW41

2015-10-09 Thread Jolley, Stephen K
Current Dev Position: YP 2.0 Final (rc1 out of QA and being reviewed.) Next Deadline: YP 2.0 Final Release Target: Before Oct. 30, 2015 SWAT team rotation: Cristian -> Randy https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Top Bugs to be tackled: * systemd timeouts in

[yocto] Yocto Project Status WW41 - Updated

2015-10-09 Thread Jolley, Stephen K
Current Dev Position: YP 2.0 Final (rc1 out of QA and being reviewed.) Next Deadline: YP 2.0 Final Release Target: Before Oct. 30, 2015 SWAT team rotation: Cristian -> Randy https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Top Bugs to be tackled (2.0 release blockers): *

Re: [yocto] VFAT patent EP 0 618 540

2015-10-09 Thread Robert Berger
Hi, On 10/09/2015 11:36 AM, Gorny Krystian wrote: > Hi, > > I have a question regarding the VFAT patent (EP 0 618 540) owned by > Microsoft. It’s about common name space for long and short filenames. I > have read that this patent was canceled by Germany / EU, but it’s still > available in the US

Re: [yocto] VFAT patent EP 0 618 540

2015-10-09 Thread Christian Ege
Hi, Am 09.10.2015 8:31 nachm. schrieb "Robert Berger" < gm...@reliableembeddedsystems.com>: > > Hi, > > On 10/09/2015 11:36 AM, Gorny Krystian wrote: > > Hi, > > > > I have a question regarding the VFAT patent (EP 0 618 540) owned by > > Microsoft. It’s about common name space for long and short fi

Re: [yocto] VFAT patent EP 0 618 540

2015-10-09 Thread Ayoub Zaki
TI Socs Boot Rom code can use Vfat but does not necessarly need it as Bootloaders (spl, u-boot) can be loaded directly from Raw MMC/eMMC. Am 09.10.2015 21:59 schrieb "Christian Ege" : > Hi, > Am 09.10.2015 8:31 nachm. schrieb "Robert Berger" < > gm...@reliableembeddedsystems.com>: > > > > Hi, > >

[yocto] [meta-selinux] [PATCH] libsepol: DEPENDS on flex-native

2015-10-09 Thread Robert Yang
Fixed when build libsepol-native: /bin/sh: 1: flex: not found Signed-off-by: Robert Yang --- recipes-security/selinux/libsepol.inc |2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-security/selinux/libsepol.inc b/recipes-security/selinux/libsepol.inc index b24ed28..a8ee749 100644

[yocto] [PATCH][meta-selinux] refpolicy: fix exit code issue of bzip2

2015-10-09 Thread wenzong.fan
From: Wenzong Fan 'bzip2 -qt $moudle_name.pp' has different exit codes on different distributions, for example: * On Redhat/CentOS/Fedora, OpenSUSE: $ bzip2 -qt /tmp/tor.pp bzip2: /tmp/tor.pp: bad magic number (file not created by bzip2) $ echo $? 0 This causes install errors: unzip