2015-06-08 13:56:29 +02:00
|
|
|
SECTION = "kernel"
|
2020-01-16 17:46:45 +01:00
|
|
|
DESCRIPTION = "Mainline Longterm Linux kernel"
|
2015-06-08 13:56:29 +02:00
|
|
|
LICENSE = "GPLv2"
|
2018-06-01 13:18:37 +02:00
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i|sun50i)"
|
2015-06-08 13:56:29 +02:00
|
|
|
|
|
|
|
inherit kernel
|
|
|
|
|
2015-06-10 12:18:51 +02:00
|
|
|
require linux.inc
|
2015-06-08 13:56:29 +02:00
|
|
|
|
2018-06-01 13:18:37 +02:00
|
|
|
# Since we're not using git, this doesn't make a difference, but we need to fill
|
|
|
|
# in something or kernel-yocto.bbclass will fail.
|
2018-01-12 00:06:13 +01:00
|
|
|
KBRANCH ?= "master"
|
|
|
|
|
2019-11-05 13:31:15 +01:00
|
|
|
DEPENDS += "rsync-native"
|
|
|
|
|
2015-06-08 13:56:29 +02:00
|
|
|
# Pull in the devicetree files into the rootfs
|
2018-01-16 10:17:02 +01:00
|
|
|
RDEPENDS_${KERNEL_PACKAGE_NAME}-base += "kernel-devicetree"
|
2015-06-08 13:56:29 +02:00
|
|
|
|
|
|
|
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
2015-07-29 14:15:17 +02:00
|
|
|
|
2019-05-30 15:20:44 +02:00
|
|
|
S = "${WORKDIR}/linux-${PV}"
|
|
|
|
|
2020-01-16 17:46:45 +01:00
|
|
|
SRC_URI[md5sum] = "dccb4d028c97b6fe5d0bca14a1afcd58"
|
|
|
|
SRC_URI[sha256sum] = "92e9f1fd69543e9ce2a9e6eb918823b1846d2dd99246a74456263cd5ad234d89"
|
2019-05-30 15:20:44 +02:00
|
|
|
|
2020-01-16 17:46:45 +01:00
|
|
|
SRC_URI = "https://www.kernel.org/pub/linux/kernel/v5.x/linux-${PV}.tar.xz \
|
2019-05-30 15:20:44 +02:00
|
|
|
file://0003-ARM-dts-nanopi-neo-air-Add-WiFi-eMMC.patch \
|
2015-06-10 12:18:51 +02:00
|
|
|
file://defconfig \
|
2015-06-08 13:56:29 +02:00
|
|
|
"
|
2020-01-16 17:46:45 +01:00
|
|
|
|
2019-05-30 15:20:44 +02:00
|
|
|
SRC_URI_append_orange-pi-zero += "\
|
2019-08-02 15:27:02 +02:00
|
|
|
file://0001-dts-orange-pi-zero-Add-wifi-support.patch \
|
2019-05-30 15:20:44 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
FILES_${KERNEL_PACKAGE_NAME}-base_append = " ${nonarch_base_libdir}/modules/${KERNEL_VERSION}/modules.builtin.modinfo"
|