Skip to content
Snippets Groups Projects
Commit a1bb6d9e authored by Francesco Pham's avatar Francesco Pham Committed by Esben Haabendal
Browse files

linux-yocto: Enable Android Binder ipc in linux-yocto


Some openharmony components (such as System Abilities) require Android
Binder ipc enabled in the kernel

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent edb5c716
No related branches found
No related tags found
1 merge request!1Initial code import
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDER_DEVICES=binder,hwbinder,vndbinder
......@@ -7,3 +7,4 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/linux-yocto:"
SRC_URI:append:oniro-openharmony-linux = " file://ashmem.cfg"
SRC_URI:append:oniro-openharmony-linux = " file://driver-add-hilog-and-hievent-buffer-management-drive.patch"
SRC_URI:append:oniro-openharmony-linux = " file://driver-add-hilog-and-hievent-buffer-management-drive.cfg"
SRC_URI:append:oniro-openharmony-linux = " file://android_binder_ipc.cfg"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment