summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
deleted file mode 100644
index 392fc1c38a..0000000000
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1KBRANCH ?= "v4.15/standard/tiny/common-pc"
2KBRANCH_qemuarm ?= "v4.15/standard/tiny/arm-versatile-926ejs"
3LINUX_KERNEL_TYPE = "tiny"
4KCONFIG_MODE = "--allnoconfig"
5
6require recipes-kernel/linux/linux-yocto.inc
7
8LINUX_VERSION ?= "4.15.18"
9
10KMETA = "kernel-meta"
11KCONF_BSP_AUDIT_LEVEL = "2"
12
13SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
14SRCREV_meta ?= "4f95b5be8ca7af984b4abee7f6f9eeccd136a5cb"
15
16PV = "${LINUX_VERSION}+git${SRCPV}"
17
18SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
19 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}"
20
21COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm"
22
23# Functionality flags
24KERNEL_FEATURES = ""
25
26KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"