[yocto] [meta-selinux] [PATCH v1] libpcre: do no create links when compiling for windows

2019-01-31 Thread Sinan Kaya
lipcre-native is trying to create symbolic links to so files when used with meta-mingw. Remove this condition for mingw builds. Signed-off-by: Sinan Kaya --- recipes-support/libpcre/libpcre_selinux.inc | 20 +--- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git

Re: [yocto] pcre-config replacement

2019-01-31 Thread Chuck Wolber
On Thu, Jan 31, 2019 at 2:14 AM Burton, Ross wrote: > pkg-config. Inherit the pkgconfig class in the recipe if it doesn't > already, and see for example > > meta/recipes-devtools/swig/swig/0001-configure-use-pkg-config-for-pcre-detection.patch > in oe-core for an example. > > This is an

Re: [yocto] [oe] OE Summit @ SCaLE 17x - Sunday March 10th 2019 - Pasadena CA

2019-01-31 Thread Trevor Woerner
On Thu, Jan 31, 2019 at 5:40 AM Andrea Galbusera wrote: > On Thu, Jan 31, 2019 at 8:26 AM Trevor Woerner wrote: > > The schedule for the OE Summit has been posted: > > https://www.socallinuxexpo.org/scale/17x/schedule/sunday > > https://www.socallinuxexpo.org/scale/17x/open-embedded-summit-0 >

Re: [yocto] RDEPENDS and do_rootfs

2019-01-31 Thread Burton, Ross
Ah in that case there's been a lot of work since daisy to useradd etc. Ross On Thu, 31 Jan 2019 at 15:51, Darcy Watkins wrote: > > Hi, > > In my case, package A creates groups a1, a2 and a3. > > B is actually a family of packages B1, B2 and B3 that each create user > b1, b2, or b3 respectively,

Re: [yocto] How to create a signed bootloader and Linux kernel on a UEFI BIOS

2019-01-31 Thread Tom Rini
On Thu, Jan 31, 2019 at 12:53:36PM +0100, Dominig ar Foll (Intel Open Source) wrote: > Hello, > > Securing the full boot chain on a UEFI BIOS such as those provided on > Intel platforms is possible but not that simple. > Working, detailed documentation is not easy to find anywhere. > > Some of

Re: [yocto] How to archive only packages contained in a certain image

2019-01-31 Thread Burton, Ross
Please remember to keep the list on CC. The reason is that those recipes are built for the target so they'll be archived, the archiver doesn't distinguish what recipes go into what image. It's relatively simple to filter the list after the build if you want to produce just what is in a specific

[yocto] How to create a signed bootloader and Linux kernel on a UEFI BIOS

2019-01-31 Thread Dominig ar Foll (Intel Open Source)
Hello, Securing the full boot chain on a UEFI BIOS such as those provided on Intel platforms is possible but not that simple. Working, detailed documentation is not easy to find anywhere. Some of my students from Lorient (University of South Brittany) have done a good documentation job on a

Re: [yocto] RDEPENDS and do_rootfs

2019-01-31 Thread Burton, Ross
Forgot to say, Bitbake's dependency model is loosely based on Debian's so the Debian Policy is a good read for semantics: https://www.debian.org/doc/debian-policy/ch-relationships.html#binary-dependencies-depends-recommends-suggests-enhances-pre-depends Debian's "Depends" is our "RDEPENDS", what

Re: [yocto] RDEPENDS and do_rootfs

2019-01-31 Thread Burton, Ross
On Thu, 31 Jan 2019 at 07:01, Hopp, Denis wrote: > I cannot assure you of that specific case but to my understanding you could > find out with the taskexp: > > bitbake -g -u taskexp > There you will have a graphical interface to explore your package > dependencies and which task will be

Re: [yocto] RDEPENDS and do_rootfs

2019-01-31 Thread Burton, Ross
Presumably the problem here is that you've a maintainer script (preinst or postinst) in B that needs a binary/library from A, and is failing because B's postinst is running before A is unpacked? If not, please clarify, otherwise the problem is that DEPENDS just talks about the final solution. If

Re: [yocto] [oe] OE Summit @ SCaLE 17x - Sunday March 10th 2019 - Pasadena CA

2019-01-31 Thread Andrea Galbusera
On Thu, Jan 31, 2019 at 8:26 AM Trevor Woerner wrote: > > We're excited to announce the inaugural "OpenEmbedded Summit" taking place > Sunday March 10th 2019 as part of the Southern California Linux Expo > (SCaLE) 17x at the Pasadena Convention Center. > > For the past few years there's been an

Re: [yocto] pcre-config replacement

2019-01-31 Thread Burton, Ross
On Thu, 31 Jan 2019 at 00:14, Chuck Wolber wrote: > What is the recommended packaging approach for an upstream configure script > that seems to think that it must have pcre-config (which is disabled by the > binconfig-disabled class)? > > Looking at the source of the upstream package seems to

Re: [yocto] How to archive only packages contained in a certain image

2019-01-31 Thread Burton, Ross
Does it not just contain the packages used to build the entire image, so build-time dependents. Can you give an example of a recipe that is archived but shouldn't be? Ross On Thu, 31 Jan 2019 at 08:46, David Zimmermann wrote: > > Hi List, > > I use Yocto Krogoth and the following configuration

[yocto] How to archive only packages contained in a certain image

2019-01-31 Thread David Zimmermann
Hi List, I use Yocto Krogoth and the following configuration for the archiver: INHERIT += „archiver“ COPYLEFT_RECIPE_TYPES = ’target’ But the ‚tmp/deploy/sources/…/‚ folder for my target architecture contains much more packages then those ‚used‘ to build my image. Is there a way to extract /