summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-08-03 12:33:35 +0200
committerMing Liu <ming.liu@toradex.com>2022-08-03 12:33:35 +0200
commitd48af4a3e06c6eb407e526146df965f0053f86f9 (patch)
tree569b67d8edd6cc77ccd9c15ecb222ea824772173
parent2b7f43b1eaa3321db3eff00d3412bacec2c6a930 (diff)
bblayers.conf: drop meta-initramfs
We dont need any recipes from meta-initramfs, drop it from bblayers.conf. Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--buildconf/bblayers.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildconf/bblayers.conf b/buildconf/bblayers.conf
index 4855940..f04f5ff 100644
--- a/buildconf/bblayers.conf
+++ b/buildconf/bblayers.conf
@@ -16,7 +16,6 @@ BBLAYERS ?= " \
${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
${TOPDIR}/../layers/meta-openembedded/meta-gnome \
${TOPDIR}/../layers/meta-openembedded/meta-xfce \
- ${TOPDIR}/../layers/meta-openembedded/meta-initramfs \
${TOPDIR}/../layers/meta-openembedded/meta-networking \
${TOPDIR}/../layers/meta-openembedded/meta-multimedia \
${TOPDIR}/../layers/meta-openembedded/meta-python \