[yocto] Trouble using initramfs

2019-08-15 Thread Antonio Teixeira
Hello. I've been having trouble with loading initramfs on boot when the initramfs is bundled with the kernel image. I've been using the following options in local.conf: INITRAMFS_IMAGE = "core-image-minimal-initramfs" INITRAMFS_IMAGE_BUNDLE = "1" I'm using the linux-intel kernel from the

Re: [yocto] Trouble using initramfs

2019-08-15 Thread Mittal, Anuj
On Thu, 2019-08-15 at 19:12 -0300, Antonio Teixeira wrote: > Hello. > > I've been having trouble with loading initramfs on boot when the > initramfs is bundled with the kernel image. > I've been using the following options in local.conf: > INITRAMFS_IMAGE = "core-image-minimal-initramfs" >

[yocto] [meta-security][PATCH] openscap: fix scap-security-guide build error

2019-08-15 Thread Yi Zhao
It would fail to build scap-security-guide when use openscap-native sstate cache. Steps to reproduce: Create a new build project: $ bitbake openscap-native $ bitbake openscap-native -c clean $ bitbake scap-security-guide Error message: OpenSCAP Error: Schema file 'xccdf/1.1/xccdf-schema.xsd' not

Re: [yocto] Segmentation fault | bitbake machine-image.bb | core dumped

2019-08-15 Thread jaymin . dabhi
Hi Randy, Thanks for your information regarding Yocto Jethro branch. Yes, this core dumped issue is reproducible. When I add python3-pip package in local.conf file and build complete image, this core dumped is happening. Randy, it would be much helpful if you explain me how to adjust core

[linux-yocto] [kernel-cache master][PATCH 1/1] ti-am335x: enable kernel options for PMIC support

2019-08-15 Thread Jun Miao
add Power Management IC support. TPS65910: am335x EVM/SK TPS65217: am335x BBB Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsp/ti-am335x/ti-am335x.cfg b/bsp/ti-am335x/ti-am335x.cfg index 77085326..bd2711c8 100644 ---