diff --git a/buildconf/beaglebone-yocto/bblayers.conf.sample b/buildconf/beaglebone-yocto/bblayers.conf.sample index 5574c58..8870963 100644 --- a/buildconf/beaglebone-yocto/bblayers.conf.sample +++ b/buildconf/beaglebone-yocto/bblayers.conf.sample @@ -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 \ " diff --git a/buildconf/beaglebone-yocto/local.conf.sample b/buildconf/beaglebone-yocto/local.conf.sample index 229fe51..fddfee5 100644 --- a/buildconf/beaglebone-yocto/local.conf.sample +++ b/buildconf/beaglebone-yocto/local.conf.sample @@ -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 = "\ diff --git a/recipes-core/busybox/busybox_%.bbappend b/recipes-core/busybox/busybox_%.bbappend index f0f2c96..9ab7197 100644 --- a/recipes-core/busybox/busybox_%.bbappend +++ b/recipes-core/busybox/busybox_%.bbappend @@ -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 () { diff --git a/recipes-kernel/linux/linux-yocto_5.2.bbappend b/recipes-kernel/linux/linux-yocto_5.2.bbappend index dae764d..0cb6d49 100644 --- a/recipes-kernel/linux/linux-yocto_5.2.bbappend +++ b/recipes-kernel/linux/linux-yocto_5.2.bbappend @@ -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 \