docker image for rpi3_64
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf
|
||||
# changes incompatibly
|
||||
POKY_BBLAYERS_CONF_VERSION = "2"
|
||||
POKY_BBLAYERS_CONF_VERSION = "3"
|
||||
|
||||
BBPATH = "${TOPDIR}"
|
||||
BBFILES ?= ""
|
||||
@@ -9,9 +9,11 @@ BBLAYERS ?= " \
|
||||
${TOPDIR}/../layers/poky/meta \
|
||||
${TOPDIR}/../layers/poky/meta-poky \
|
||||
${TOPDIR}/../layers/poky/meta-yocto-bsp \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-filesystems \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-oe \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-networking \
|
||||
${TOPDIR}/../layers/meta-openembedded/meta-python \
|
||||
${TOPDIR}/../layers/meta-raspberrypi \
|
||||
${TOPDIR}/../layers/meta-virtualization \
|
||||
${TOPDIR}/../layers/meta-blackfinn \
|
||||
"
|
||||
|
@@ -2,6 +2,7 @@ Common targets are:
|
||||
console-image
|
||||
console-dev-image
|
||||
tiny-image
|
||||
docker-image
|
||||
core-image-minimal
|
||||
core-image-sato
|
||||
meta-toolchain
|
||||
|
@@ -27,6 +27,10 @@ BB_DISKMON_DIRS = "\
|
||||
|
||||
CONF_VERSION = "1"
|
||||
|
||||
ENABLE_UART = "1"
|
||||
ENABLE_SPI = "1"
|
||||
ENABLE_I2C = "1"
|
||||
|
||||
INHERIT += "rm_work"
|
||||
|
||||
INHERIT += "own-mirrors"
|
||||
|
Reference in New Issue
Block a user