developer | ec4ebe4 | 2022-04-12 11:17:45 +0800 | [diff] [blame] | 1 | DESCRIPTION = "Linux Kernel for Mediatek SoCs" |
| 2 | SECTION = "kernel" |
| 3 | LICENSE = "GPLv2" |
| 4 | |
| 5 | COMPATIBLE_MACHINE = "^filogic$" |
| 6 | |
| 7 | PE = "1" |
| 8 | PV = "${LINUX_VERSION}+git${SRCPV}" |
| 9 | |
| 10 | inherit kernel siteinfo |
| 11 | require recipes-kernel/linux/linux-yocto.inc |
| 12 | |
| 13 | LIC_FILES_CHKSUM="file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
| 14 | |
| 15 | KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains("MACHINE_FEATURES", "pitft28r", "stmpe-ts", "", d)}" |
| 16 | |
| 17 | # A LOADADDR is needed when building a uImage format kernel. This value is not |
| 18 | # set by default in rpi-4.8.y and later branches so we need to provide it |
| 19 | # manually. This value unused if KERNEL_IMAGETYPE is not uImage. |
| 20 | # KERNEL_EXTRA_ARGS += "LOADADDR=0x48008000" |
| 21 | |
| 22 | # Set a variable in .configure |
| 23 | # $1 - Configure variable to be set |
| 24 | # $2 - value [n/y/value] |