build-minimal: fix typo in bblayers file
id:375849 Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
ebabd65d95
commit
8f19df51d1
|
|
@ -19,6 +19,6 @@ BBLAYERS ?= " \
|
||||||
${YOCTOROOT}/meta-openembedded/meta-filesystems \
|
${YOCTOROOT}/meta-openembedded/meta-filesystems \
|
||||||
${YOCTOROOT}/meta-updater \
|
${YOCTOROOT}/meta-updater \
|
||||||
${YOCTOROOT}/meta-freescale \
|
${YOCTOROOT}/meta-freescale \
|
||||||
${YOCTOROOT}/meta-ublox-module \
|
${YOCTOROOT}/meta-ublox-modules \
|
||||||
${YOCTOROOT}/meta-netmodule-om \
|
${YOCTOROOT}/meta-netmodule-om \
|
||||||
"
|
"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue