From 8f19df51d1fdf339caab9c36d7f4aaa912223980 Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Sun, 5 Mar 2023 22:24:17 +0100 Subject: [PATCH] build-minimal: fix typo in bblayers file id:375849 Signed-off-by: Patrick Zysset --- build-minimal/conf/bblayers.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-minimal/conf/bblayers.conf b/build-minimal/conf/bblayers.conf index 9e2ce25..220b5da 100644 --- a/build-minimal/conf/bblayers.conf +++ b/build-minimal/conf/bblayers.conf @@ -19,6 +19,6 @@ BBLAYERS ?= " \ ${YOCTOROOT}/meta-openembedded/meta-filesystems \ ${YOCTOROOT}/meta-updater \ ${YOCTOROOT}/meta-freescale \ - ${YOCTOROOT}/meta-ublox-module \ + ${YOCTOROOT}/meta-ublox-modules \ ${YOCTOROOT}/meta-netmodule-om \ "