Skip to content
Snippets Groups Projects
Commit 8db49661 authored by Francesco Pham's avatar Francesco Pham
Browse files

linux-raspberrypi: add linux-raspberrypi_%.bbappend and set version 5.10


Currently kernel configs and patches are applied only to linux-yocto.
Adding linux-raspberrypi_%.bbappend to apply openharmony kernel patches
also to linux-raspberrypi kernel.

Set linux-raspberrypi preferred kernel version to 5.10 to align with linux-yocto
version. This allows `driver-add-hilog-and-hievent-buffer-management-drive.patch`
to be correctly applied.

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent abbd400a
No related branches found
No related tags found
1 merge request!112pi4 support: add linux-raspberrypi bbappend, disable CONFIG_ANDROID_BINDERFS
...@@ -29,6 +29,7 @@ INIT_MANAGER = "systemd" ...@@ -29,6 +29,7 @@ INIT_MANAGER = "systemd"
# Linux kernel version # Linux kernel version
PREFERRED_VERSION_linux-yocto = "5.10.%" PREFERRED_VERSION_linux-yocto = "5.10.%"
PREFERRED_VERSION_linux-raspberrypi = "5.10.%"
# Attempt to isolate the buidl system from the host distribution's C library # Attempt to isolate the buidl system from the host distribution's C library
require conf/distro/include/yocto-uninative.inc require conf/distro/include/yocto-uninative.inc
......
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
require openharmony.inc
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