Age | Commit message (Collapse) | Author | Files | Lines |
|
* replace base_contains by bb.utils.contains
* base_contains is deprecated use bb.utils.contains instead
* yocto version: 2.2
Change-Id: Ida44a8ded5040cb8bcc1e6140dcbdc795463ce9a
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
This is report 7ffdb1f20d8 upstream patch to avoid QA warning while do_rootfs
tasks occured.
Change-Id: Ie2661c7e85dc50ee6a736fa4d5ccc8b1373aa5a1
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
|
|
Since 46cdaf1c7b in poky (v1.8), kernel source and build artefact
are in two separated directories.
This patch prepares to use STAGING_KERNEL_BUILDDIR as it is used
in KBUILD_OUTPUT from modules-base.bbclass
It also set this variable to keep same state as before for poky < 1.8
Change-Id: Ie27593407a85d88da28b8a91c3ea69378bb91a63
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
|
|
kernel-module-dc-linuxfb
The package provides modules that are not found when do_rootfs installs dependent
packages for certain package configurations. Add them to the RPROVIDES so they are found.
Fixes do_rootfs build errors of the form:
error: Can't install <foo>0@koelsch: no package provides <bar>
|
|
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|