Re: [yocto] General policies for CVE fixes

2016-10-26 Thread Sona Sarmadi
> > Yes regressions (forgetting to fix bugs in master) are bad. I believe > > there are other ways to avoid this, Yocto project has a bug reporting > > system to have track of such things, right? > The issue there is if Jethro gets a fix and Krogoth, morty and mater need it > as well, the bug sys

Re: [yocto] How to handle meta-intel/openembedded repos with multiple developers

2016-10-26 Thread Edward Wingate
On Thu, Mar 3, 2016 at 8:27 AM, Mark Hatle wrote: > At some point during product development a lead/architect needs to make the > decision to 'freeze' development and at that point everything is > tagged/branched > and only backports are used from them on. (If the number of backports gets > to

Re: [yocto] Reg porting of CVE-2016-5195 Linux Kernel Local Privilege Escalation (Dirty CoW) to 3.14 kernel

2016-10-26 Thread akuster808
On 10/26/2016 11:40 AM, Anup Maheshwari (anumahes) wrote: Hi Team, Ref - mm: remove gup_flags FOLL_WRITE games from __get_user_pages() https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=19be0eaffa3ac7d8eb6784ad9bdbc7d67ed8e619 The above issue was recently patched in

[yocto] Reg porting of CVE-2016-5195 Linux Kernel Local Privilege Escalation (Dirty CoW) to 3.14 kernel

2016-10-26 Thread Anup Maheshwari (anumahes)
Hi Team, Ref - mm: remove gup_flags FOLL_WRITE games from __get_user_pages() https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=19be0eaffa3ac7d8eb6784ad9bdbc7d67ed8e619 The above issue was recently patched in 4.8 kernel. When are we backporting this to 3.14 ? Can you give

[yocto] How to proceed with kernel-fitimage and INITRAMFS_IMAGE

2016-10-26 Thread Marcel Gielen [Celestia-STS]
I am using poky Krogoth and try to generate a fitImage including an initramfs. Whatever I try I end up with circular dependendies. My image recipe is based on core-image In my local conf I have the following: KERNEL_CLASSES += "kernel-fitimage" INITRAMFS_IMAGE = "image-recovery" INITRAMFS_IMAGE_

[yocto] [meta-security][PATCH 1/2] smack: Add new package

2016-10-26 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/smack/files/run-ptest | 3 ++ .../smack/files/smack_generator_make_fixup.patch | 18 ++ recipes-security/smack/smack_1.3.0.bb | 42 ++ 3 files changed, 63 insertions(+) create mode 100644 rec

[yocto] [meta-security][PATCH 2/2] smack kernel: add smack kernel config fragments

2016-10-26 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-yocto-4.8/smack-default-lsm.cfg | 2 ++ recipes-kernel/linux/linux-yocto-4.8/smack.cfg | 8 recipes-kernel/linux/linux-yocto_4.8.bbappend | 5 + 3 files changed, 15 insertions(+) create mode 100644 r

Re: [yocto] how to add files to boot media hddimg/ISO SOLVED

2016-10-26 Thread Lars Larsen
I manage to solve it, with a not so elegant solution I any one has an "authorized" solution please let me know in my local .conf I have INHERIT += "rootfsdebugfiles" ROOTFS_DEBUG_FILES += "\ ${TOPDIR}/[path to file]/sektionnumber.dat ${ISODIR}/sektionnumber.dat; \ ${TOPDIR}/[path to file]/se

[yocto] Release Candidate Build for yocto-2.2.rc6.rc6 now available.

2016-10-26 Thread Poky Build User
A release candidate build for yocto-2.2.rc6 is now available at: http://autobuilder.yoctoproject.org/pub/releases/yocto-2.2.rc6 Please begin QA on this build as soon as possible. Build hash information: meta-qt4 : fc9b050569e94b5176bed28b69ef28514e4e4553 meta-intel : 8dbd551c1ce6d7124f

[yocto] how to add files to boot media hddimg/ISO

2016-10-26 Thread Lars Larsen
Hello yocto world I have a recipe that produce an ISO image and a hddimg image. I need to add a file to the boot media root, alongside rootfs.img and intrd - so it is NOT a part of the rootfs inspired by bootimg.bbclass, I tried to add the following recipe to my build /DESCRIPTION = "Provi

[yocto] [meta-raspberrypi3] Failed to build gstreamer1.0-plugins-bad with minimal configuration

2016-10-26 Thread Karim ATIKI
Hi all, I'm currently unable to build gstreamer1.0-plugins-bad with a clean checkout of poky-krogoth and also poky-master with DISTRO_FEATURES_remove = " x11 wayland" It fails during the do_compile() task of gstreamer1.0-plugins-bad with the following error message: undefined reference to

[yocto] Package relation between package.manifest and license.manifest

2016-10-26 Thread Hugo Heutinck
Question: What is the relation between the package.manifest and license.manifest ? After a yocto poky based image has been built there are 2 files in the licenses directory "tmp/deploy/licenses/*image_name-datestamp*" One is the package.manifest, which if understood correctly is a list of all pac

Re: [yocto] YoctoProject: problem bitbake core-image-minimal

2016-10-26 Thread Trevor Woerner
Hi Luca, Thank you for providing a more complete problem report. There are two problems you will need to fix in order for your build to succeed: 1) Don't run the build as the root user. Editing sanity.conf to get rid of the build failure is not the solution to avoid the build failing because it i