Skip to content
Snippets Groups Projects
Commit b5c6a70b authored by Andrei Gherzan's avatar Andrei Gherzan :penguin: Committed by Amit Kucheria
Browse files

linux-raspberrypi: Provide/backport a 5.10.63 version

This was done to support OTA which in turn takes advantage of the
tryboot functionality.

It also unifies the kernel version as per the project's requirements.

Related: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/159
Related: https://git.ostc-eu.org/OSTC/OHOS/manifest/-/issues/74



Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent d3956399
No related branches found
No related tags found
No related merge requests found
CONFIG_ANDROID=y
#CONFIG_ANDROID_BINDERFS is not set
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDER_DEVICES="binder"
CONFIG_ASHMEM=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION="/dev/mmcblk0p2"
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=100
CONFIG_PM_WAKELOCKS_GC=y
CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
CONFIG_ARCH_HIBERNATION_HEADER=y
LINUX_VERSION ?= "5.10.63"
LINUX_RPI_BRANCH ?= "rpi-5.10.y"
LINUX_RPI_KMETA_BRANCH ?= "yocto-5.10"
SRCREV_machine = "4117cba235d24a7c4630dc38cb55cc80a04f5cf3"
SRCREV_meta = "e0147386e9f3c4cabc6f6d256d457fd4e67eb221"
require linux-raspberrypi_5.10.inc
SRC_URI += "\
file://powersave.cfg \
file://android-drivers.cfg \
"
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
KMETA = "kernel-meta"
SRC_URI = " \
git://github.com/raspberrypi/linux.git;name=machine;branch=${LINUX_RPI_BRANCH} \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH};destsuffix=${KMETA} \
"
SRC_URI_remove = "file://rpi-kernel-misc.cfg"
require recipes-kernel/linux/linux-raspberrypi.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
KERNEL_EXTRA_ARGS_append_rpi = " DTC_FLAGS='-@ -H epapr'"
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