| inherit kernel |
| require recipes-kernel/linux/linux-yocto.inc |
| |
| PROVIDES += "virtual/kernel" |
| KCONFIG_MODE = "--allnoconfig" |
| PV = "${LINUX_VERSION}+git${SRCPV}" |
| |
| SRC_URI += " \ |
| git://gbmc.googlesource.com/linux;protocol=https;branch=${KBRANCH} \ |
| file://DOWNSTREAM_0001-ARM-dts-gbmc-Add-flash-layouts.patch \ |
| file://DOWNSTREAM_0002-mtd-spi-nor-macronix-Add-google-compatible-flash-IDs.patch \ |
| " |
| |
| FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| SRC_URI += "file://defconfig" |
| SRC_URI:append:dev = " file://dev.cfg" |
| SRC_URI:append:npcm7xx = " file://npcm7xx.cfg" |
| |
| SRC_URI:append:aspeed-g6 = " \ |
| file://0001-net-ftgmac100-Support-for-fixed-PHYs.patch \ |
| file://DOWNSTREAM_0002-kernel-Ensure-only-3-byte-read-command-can-be-sent.patch \ |
| file://0003-net-ftgmac100-Add-scu-reset-toggling.patch \ |
| file://0003-ftgmac100-enlarge-the-ring-size.patch \ |
| " |