docker-image: add beaglebone

This commit is contained in:
Thomas Klaehn 2020-01-26 12:42:49 +01:00
parent 2ea40c1e8a
commit f5a399e87a
4 changed files with 9 additions and 4 deletions

View File

@ -14,6 +14,7 @@ BBLAYERS ?= " \
${TOPDIR}/../layers/meta-openembedded/meta-networking \
${TOPDIR}/../layers/meta-openembedded/meta-python \
${TOPDIR}/../layers/meta-virtualization \
${TOPDIR}/../layers/meta-raspberrypi \
${TOPDIR}/../layers/meta-blackfinn \
"

View File

@ -15,6 +15,8 @@ USER_CLASSES ?= "buildstats image-mklibs image-prelink"
IMAGE_BOOT_FILES_append = " uEnv.txt"
SERIAL_CONSOLES = "115200;ttyS0"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\

View File

@ -1,10 +1,10 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI += " \
file://S20load_modules.sh \
file://fragments.cfg \
file://ntp.conf \
file://ntpd \
file://S20load_modules.sh \
file://fragments.cfg \
file://ntp.conf \
file://ntpd \
"
do_install_append () {

View File

@ -3,6 +3,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
KERNEL_MODULE_AUTOLOAD += " rtl8192cu"
SRC_URI += " \
file://rtl8192cu.cfg \
file://enable_onboard_leds.cfg \