mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
46f4028e6f
commit
5013a063d5
8
recipes-kernel/linux/files/android-drivers.cfg
Normal file
8
recipes-kernel/linux/files/android-drivers.cfg
Normal file
|
@ -0,0 +1,8 @@
|
|||
CONFIG_ANDROID=y
|
||||
|
||||
#CONFIG_ANDROID_BINDERFS is not set
|
||||
CONFIG_ANDROID_BINDER_IPC=y
|
||||
CONFIG_ANDROID_BINDER_DEVICES="binder"
|
||||
|
||||
CONFIG_ASHMEM=y
|
||||
|
|
@ -9,4 +9,5 @@ SRC_URI += "file://0001-Revert-selftests-bpf-Skip-perf-hw-events-test-if-the.pat
|
|||
file://0002-Revert-selftests-bpf-Fix-perf_buffer-test-on-systems.patch \
|
||||
file://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \
|
||||
file://powersave.cfg \
|
||||
file://android-drivers.cfg \
|
||||
"
|
||||
|
|
Loading…
Reference in New Issue
Block a user