1eb8dc403SDave CobbleyDESCRIPTION = "Linux Kernel for Raspberry Pi"
2eb8dc403SDave CobbleySECTION = "kernel"
3*7e0e3c0cSAndrew GeisslerLICENSE = "GPL-2.0-only"
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)} \
17a4353c83SAndrew Geissler    ${@bb.utils.contains("MACHINE_FEATURES", "wm8960", "file://wm8960.cfg", "", d)} \
1826e4beaaSAndrew Geissler    "
199392c69cSBrad Bishop
20eb8dc403SDave CobbleyKCONFIG_MODE = "--alldefconfig"
21213cb269SPatrick WilliamsKBUILD_DEFCONFIG:raspberrypi0-wifi ?= "bcmrpi_defconfig"
22213cb269SPatrick WilliamsKBUILD_DEFCONFIG:raspberrypi ?= "bcmrpi_defconfig"
23213cb269SPatrick WilliamsKBUILD_DEFCONFIG:raspberrypi-cm3 ?= "bcm2709_defconfig"
24213cb269SPatrick WilliamsKBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
25213cb269SPatrick WilliamsKBUILD_DEFCONFIG:raspberrypi3 ?= "bcm2709_defconfig"
26213cb269SPatrick WilliamsKBUILD_DEFCONFIG:raspberrypi3-64 ?= "bcmrpi3_defconfig"
27213cb269SPatrick WilliamsKBUILD_DEFCONFIG:raspberrypi4 ?= "bcm2711_defconfig"
28213cb269SPatrick WilliamsKBUILD_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