aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.8.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-02-10 06:32:08 +0000
committerRobert Yang <liezhi.yang@windriver.com>2017-02-10 06:32:08 +0000
commit3495ec36d62172cbe19e887235c7373807645629 (patch)
tree45f0ab6b6fc24f63a3deefb92d0356543ad6c751 /meta/recipes-kernel/linux/linux-yocto_4.8.bb
parent5bdf7c980b509330a35fef1dcf28d0d359c7bd6e (diff)
downloadopenembedded-core-contrib-3495ec36d62172cbe19e887235c7373807645629.tar.gz
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.8.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.8.bb b/meta/recipes-kernel/linux/linux-yocto_4.8.bb
index aedfe1b155..6e1789863a 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.8.bb
@@ -24,6 +24,8 @@ SRCREV_meta ?= "926c93ae07de2173b4f764d1da6996597a6d2b73"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.8.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.8;destsuffix=${KMETA}"
+SRC_URI_append_qemuarm64 = " file://0001-for-ft1500a.patch"
+
LINUX_VERSION ?= "4.8.12"
PV = "${LINUX_VERSION}+git${SRCPV}"
@@ -32,6 +34,8 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
KERNEL_DEVICETREE_qemuarm = "versatile-pb.dtb"
+KERNEL_DEVICETREE_qemuarm64 = "phytium/ft1500a.dtb"
+KERNEL_FEATURES_append_qemuarm64 =" cfg/sound.scc features/pci/pci.scc features/scsi/scsi.scc features/serial/8250.scc"
COMPATIBLE_MACHINE = "qemuarm|qemuarm64|qemux86|qemuppc|qemumips|qemumips64|qemux86-64"