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:
Khem Raj 2020-08-31 18:13:47 -07:00 committed by Andrei Gherzan
parent 46f4028e6f
commit 5013a063d5
2 changed files with 9 additions and 0 deletions

View 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

View File

@ -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://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://0001-perf-cs-etm-Move-definition-of-traceid_list-global-v.patch \
file://powersave.cfg \ file://powersave.cfg \
file://android-drivers.cfg \
" "