summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-sota-raspberrypi/conf/bblayers.conf.sample2
-rw-r--r--meta-sota-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-sota-raspberrypi/conf/bblayers.conf.sample b/meta-sota-raspberrypi/conf/bblayers.conf.sample
index 85cc004..4dfaa22 100644
--- a/meta-sota-raspberrypi/conf/bblayers.conf.sample
+++ b/meta-sota-raspberrypi/conf/bblayers.conf.sample
@@ -14,7 +14,7 @@ BBLAYERS ?= " \
14 ##OEROOT##/../meta-updater-raspberrypi \ 14 ##OEROOT##/../meta-updater-raspberrypi \
15 ##OEROOT##/../meta-openembedded/meta-oe \ 15 ##OEROOT##/../meta-openembedded/meta-oe \
16 ##OEROOT##/../meta-openembedded/meta-filesystems \ 16 ##OEROOT##/../meta-openembedded/meta-filesystems \
17 ##OEROOT##/../meta-rust \ 17 ##OEROOT##/../meta-openembedded/meta-python \
18 " 18 "
19BBLAYERS_NON_REMOVABLE ?= " \ 19BBLAYERS_NON_REMOVABLE ?= " \
20 ##OEROOT##/meta \ 20 ##OEROOT##/meta \
diff --git a/meta-sota-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend b/meta-sota-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend
index 1db6d42..451aa94 100644
--- a/meta-sota-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend
+++ b/meta-sota-raspberrypi/recipes-kernel/linux/linux-raspberrypi_%.bbappend
@@ -1,7 +1,7 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
2 2
3SRC_URI_append = "\ 3SRC_URI_append = "\
4 ${@base_conditional('USE_FAYTECH_MONITOR', '1', 'file://0002-faytech-fix-rpi.patch', '', d)} \ 4 ${@oe.utils.conditional('USE_FAYTECH_MONITOR', '1', 'file://0002-faytech-fix-rpi.patch', '', d)} \
5" 5"
6 6
7do_configure_append_smack() { 7do_configure_append_smack() {
@@ -63,7 +63,7 @@ CMDLINE_DEBUG = ""
63CMDLINE_append = " usbhid.mousepoll=0" 63CMDLINE_append = " usbhid.mousepoll=0"
64 64
65# Add options to allow CMA to operate 65# Add options to allow CMA to operate
66CMDLINE_append = ' ${@base_conditional("ENABLE_CMA", "1", "coherent_pool=6M smsc95xx.turbo_mode=N", "", d)}' 66CMDLINE_append = ' ${@oe.utils.conditional("ENABLE_CMA", "1", "coherent_pool=6M smsc95xx.turbo_mode=N", "", d)}'
67 67
68KERNEL_MODULE_AUTOLOAD += "snd-bcm2835" 68KERNEL_MODULE_AUTOLOAD += "snd-bcm2835"
69KERNEL_MODULE_AUTOLOAD += "hid-multitouch" 69KERNEL_MODULE_AUTOLOAD += "hid-multitouch"