docker image for rpi3_64

This commit is contained in:
Thomas Klaehn
2020-01-23 18:58:15 +01:00
parent f655d5f14b
commit 2ea40c1e8a
16 changed files with 147 additions and 5 deletions

View File

@@ -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 \
"

View File

@@ -2,6 +2,7 @@ Common targets are:
console-image
console-dev-image
tiny-image
docker-image
core-image-minimal
core-image-sato
meta-toolchain

View File

@@ -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"