[yocto] [meta-selinux][PATCH] e2fsprogs: Update patch for current master

2018-07-12 Thread Jeremy Puhlman
Signed-off-by: Jeremy Puhlman --- .../files/misc_create_inode.c-label_rootfs.patch | 20 ++-- 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/recipes-devtools/e2fsprogs/files/misc_create_inode.c-label_rootfs.patch b/recipes-devtools/e2fsprogs/files

Re: [yocto] Hook for layer-only actions?

2018-07-10 Thread Jeremy Puhlman
On 7/10/2018 1:04 PM, Michael Habibi wrote: Well I should have just used what I want to actually do as the example, and not a QA action. I want to create a new type of manifest that is only my layer, that will include line items that basically has like: package name, version, download URL,

[yocto] [meta-cgl][PATCH] Add LAYERSERIES_COMPAT

2018-05-21 Thread Jeremy Puhlman
From: "Jeremy A. Puhlman" --- meta-cgl-common/conf/layer.conf | 2 +- meta-cgl-fsl-ppc/conf/layer.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf index bdf5f3f..9384ec7 100644 ---

Re: [yocto] initramfs support in Yocto

2012-03-02 Thread Jeremy Puhlman
Can you be more specific about what you are looking for? When you build an image with the cpio.gz image type, you can boot that as an initramfs with the following kernel command line: initrd=core-image-minimal-fri2.cpio.gz root=/dev/ram0 If you are looking for something beyond that, please

Re: [yocto] recipe priority in multiple metas

2011-06-08 Thread Jeremy Puhlman
meta-oe in my bblayers.conf, but when I try to do a bitbake openssl bitbake try to compile ever the meta-oe recipe How I set priority in search recipes? Search priority is set via BBFILE_PRIORITY_layer name that is set in the layer.conf files. -- Jeremy Puhlman Montavista Sofware, LLC

Re: [yocto] [PATCH 1/1] meta-intel: fix BBFILE_COLLECTIONS overrides

2011-05-27 Thread Jeremy Puhlman
it probably doesn't matter either way, but it doesn't appear to be needed by the way you are configuring it. Jeremy Puhlman Montavista Sofware, LLC. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] In consistancy in the defition of BBFILE_COLLECTIONS in layer.conf

2011-05-25 Thread Jeremy Puhlman
that I am missing that fixes this up)? -- Jeremy Puhlman Montavista Sofware, LLC. ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] In consistancy in the defition of BBFILE_COLLECTIONS in layer.conf

2011-05-25 Thread Jeremy Puhlman
No, not intentional - looks like a case of an overzealous overriding typo that propagated. I'll cook up a patch to make them all just 'BBFILE_COLLECTIONS += ' Tom Good deal. Just wanted to double check. Thanks for the quick response. -- Jeremy Puhlman Montavista Sofware, LLC