linux_4.14%.bb: Cleanup recipe
With the update to Poky Sumo, there is no longer a need to include linux-dtb.inc as long as one defines KERNEL_DEVICETREE. Changelog-entry: Clean-up swap, conf-notes.txt and obsolete kernel recipes Signed-off-by: Florin Sarbu <florin@resin.io>
This commit is contained in:
parent
8caedbbe18
commit
d10a0dc009
1 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,6 @@ COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i|sun8i)"
|
||||||
|
|
||||||
inherit kernel
|
inherit kernel
|
||||||
|
|
||||||
require recipes-kernel/linux/linux-dtb.inc
|
|
||||||
require recipes-kernel/linux/linux.inc
|
require recipes-kernel/linux/linux.inc
|
||||||
|
|
||||||
# Pull in the devicetree files into the rootfs
|
# Pull in the devicetree files into the rootfs
|
||||||
|
@ -17,12 +16,11 @@ RDEPENDS_kernel-base += "kernel-devicetree"
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||||
|
|
||||||
# 4.13.12
|
|
||||||
PV = "4.14.14+git${SRCPV}"
|
PV = "4.14.14+git${SRCPV}"
|
||||||
SRCREV_pn-${PN} = "v4.14.14"
|
SRCREV_pn-${PN} = "v4.14.14"
|
||||||
|
|
||||||
|
|
||||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;branch=linux-4.14.y \
|
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git;protocol=git;branch=linux-4.14.y \
|
||||||
"
|
"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
Loading…
Add table
Reference in a new issue