File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-FileCopyrightText: Andrei Gherzan <andrei.gherzan@huawei.com>
2+ #
3+ # SPDX-License-Identifier: MIT
4+
5+ require linux -raspberrypi -v7 . inc
6+ require linux -raspberrypi_6 .12 . bb
Original file line number Diff line number Diff line change 1+ LINUX_VERSION ?= "6.12.1"
2+ LINUX_RPI_BRANCH ?= ""
3+ LINUX_RPI_KMETA_BRANCH ?= "yocto-6.12"
4+
5+ SRCREV_machine = "614fa9b0b1a21c0cc320b9915393bdaa31357de9"
6+ SRCREV_meta = "96ce9b7ee67702aec75816c4d44a527061c418c5"
7+
8+ KMETA = "kernel-meta"
9+
10+ SRC_URI = " \
11+ git://github.com/raspberrypi/linux.git;name=machine;nobranch=1;protocol=https \
12+ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=${LINUX_RPI_KMETA_BRANCH} ;destsuffix=${KMETA} \
13+ file://powersave.cfg \
14+ file://android-drivers.cfg \
15+ "
16+
17+ require linux -raspberrypi . inc
18+
19+ KERNEL_DTC_FLAGS += "-@ -H epapr"
20+
21+ RDEPENDS :${KERNEL_PACKAGE_NAME} :raspberrypi -armv7 :append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME} "
22+ RDEPENDS :${KERNEL_PACKAGE_NAME} -base :raspberrypi -armv7 :append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME} -base"
23+ RDEPENDS :${KERNEL_PACKAGE_NAME} -image :raspberrypi -armv7 :append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME} -image"
24+ RDEPENDS :${KERNEL_PACKAGE_NAME} -dev :raspberrypi -armv7 :append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME} -dev"
25+ RDEPENDS :${KERNEL_PACKAGE_NAME} -vmlinux :raspberrypi -armv7 :append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME} -vmlinux"
26+ RDEPENDS :${KERNEL_PACKAGE_NAME} -modules :raspberrypi -armv7 :append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME} -modules"
27+ RDEPENDS :${KERNEL_PACKAGE_NAME} -dbg :raspberrypi -armv7 :append = " ${RASPBERRYPI_v7_KERNEL_PACKAGE_NAME} -dbg"
28+
29+ DEPLOYDEP = ""
30+ DEPLOYDEP :raspberrypi -armv7 = "${RASPBERRYPI_v7_KERNEL} :do_deploy"
31+ do_deploy [depends ] += "${DEPLOYDEP} "
You can’t perform that action at this time.
0 commit comments