Skip to content

Commit c05d94f

Browse files
author
Cezary Sobczak
committed
linux-readonly-rootfs-overlay.inc: provide overlays.cfg directly
Signed-off-by: Cezary Sobczak <cezary.sobczak@3mdeb.com>
1 parent cf0fcf8 commit c05d94f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
KERNEL_FEATURES_append = " features/overlayfs/overlayfs.scc"
1+
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2+
SRC_URI_append = " \
3+
file://overlays.cfg \
4+
"
5+
6+
# This option is turned off due to problems with integration with other
7+
# meta-layer which use "defconfig" instead "kernel metadata" from
8+
# yocto-kernel-cache.
9+
#KERNEL_FEATURES_append = " features/overlayfs/overlayfs.scc"
10+

0 commit comments

Comments
 (0)