1eb8dc403SDave CobbleyDESCRIPTION = "Linux Kernel for Raspberry Pi"
2eb8dc403SDave CobbleySECTION = "kernel"
3eb8dc403SDave CobbleyLICENSE = "GPLv2"
411105217SAndrew GeisslerLIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
5eb8dc403SDave Cobbley
6eb8dc403SDave CobbleyCOMPATIBLE_MACHINE = "^rpi$"
7eb8dc403SDave Cobbley
8eb8dc403SDave CobbleyPE = "1"
9eb8dc403SDave CobbleyPV = "${LINUX_VERSION}+git${SRCPV}"
10eb8dc403SDave Cobbley
1111105217SAndrew Geisslerinherit siteinfo
12eb8dc403SDave Cobbleyrequire recipes-kernel/linux/linux-yocto.inc
13eb8dc403SDave Cobbley
1426e4beaaSAndrew GeisslerSRC_URI += " \
1526e4beaaSAndrew Geissler    ${@bb.utils.contains("INITRAMFS_IMAGE_BUNDLE", "1", "file://initramfs-image-bundle.cfg", "", d)} \
1626e4beaaSAndrew Geissler    ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "file://vc4graphics.cfg", "", d)} \
17*a4353c83SAndrew Geissler    ${@bb.utils.contains("MACHINE_FEATURES", "wm8960", "file://wm8960.cfg", "", d)} \
1826e4beaaSAndrew Geissler    "
199392c69cSBrad Bishop
20eb8dc403SDave CobbleyKCONFIG_MODE = "--alldefconfig"
21eb8dc403SDave CobbleyKBUILD_DEFCONFIG_raspberrypi0-wifi ?= "bcmrpi_defconfig"
22eb8dc403SDave CobbleyKBUILD_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
231b9ee293SBrad BishopKBUILD_DEFCONFIG_raspberrypi-cm3 ?= "bcm2709_defconfig"
24eb8dc403SDave CobbleyKBUILD_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig"
25eb8dc403SDave CobbleyKBUILD_DEFCONFIG_raspberrypi3 ?= "bcm2709_defconfig"
26eb8dc403SDave CobbleyKBUILD_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig"
2726bdd445SBrad BishopKBUILD_DEFCONFIG_raspberrypi4 ?= "bcm2711_defconfig"
2826bdd445SBrad BishopKBUILD_DEFCONFIG_raspberrypi4-64 ?= "bcm2711_defconfig"
29eb8dc403SDave Cobbley
30870eb53cSBrad BishopLINUX_VERSION_EXTENSION ?= ""
31870eb53cSBrad Bishop
32eb8dc403SDave CobbleyKERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}"
33eb8dc403SDave Cobbley
34eb8dc403SDave Cobbley# A LOADADDR is needed when building a uImage format kernel. This value is not
35eb8dc403SDave Cobbley# set by default in rpi-4.8.y and later branches so we need to provide it
36eb8dc403SDave Cobbley# manually. This value unused if KERNEL_IMAGETYPE is not uImage.
37eb8dc403SDave CobbleyKERNEL_EXTRA_ARGS += "LOADADDR=0x00008000"
38