summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-31 18:13:47 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-03 17:25:39 +0000
commite965faba4e8e50b0d1fde46cbf19b365ca97332a (patch)
treec2ee581f25da9455951c92a627c965a9c38b8c28
parentd59ebf692c81f32c19431775934861641b0bb327 (diff)
downloadmeta-raspberrypi-e965faba4e8e50b0d1fde46cbf19b365ca97332a.tar.gz
linux-raspberrypi_5.4.bb: Build ashmem and binder drivers
These are android drivers, which help in running anbox on top of raspberrypi machines Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-kernel/linux/files/android-drivers.cfg8
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_5.4.bb1
2 files changed, 9 insertions, 0 deletions
diff --git a/recipes-kernel/linux/files/android-drivers.cfg b/recipes-kernel/linux/files/android-drivers.cfg
new file mode 100644
index 0000000..f74ac0e
--- /dev/null
+++ b/recipes-kernel/linux/files/android-drivers.cfg
@@ -0,0 +1,8 @@
1CONFIG_ANDROID=y
2
3#CONFIG_ANDROID_BINDERFS is not set
4CONFIG_ANDROID_BINDER_IPC=y
5CONFIG_ANDROID_BINDER_DEVICES="binder"
6
7CONFIG_ASHMEM=y
8
diff --git a/recipes-kernel/linux/linux-raspberrypi_5.4.bb b/recipes-kernel/linux/linux-raspberrypi_5.4.bb
index a425836..377e113 100644
--- a/recipes-kernel/linux/linux-raspberrypi_5.4.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_5.4.bb
@@ -10,4 +10,5 @@ SRC_URI += "file://0001-Revert-selftests-bpf-Skip-perf-hw-events-test-if-the.pat
10 file://0002-Revert-selftests-bpf-Fix-perf_buffer-test-on-systems.patch \ 10 file://0002-Revert-selftests-bpf-Fix-perf_buffer-test-on-systems.patch \
11 file://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \ 11 file://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \
12 file://powersave.cfg \ 12 file://powersave.cfg \
13 file://android-drivers.cfg \
13 " 14 "