summaryrefslogtreecommitdiffstats
path: root/meta-n450
diff options
context:
space:
mode:
Diffstat (limited to 'meta-n450')
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend2
-rw-r--r--meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
index 73a3ee37..18d4999b 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto-stable_git.bbappend
@@ -1,4 +1,4 @@
1FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2KMACHINE_n450 = "atom-pc" 2KMACHINE_n450 = "atom-pc"
3COMPATIBLE_MACHINE_n450 = "n450" 3COMPATIBLE_MACHINE_n450 = "n450"
4 4
diff --git a/meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend
index 92d666f1..d52a90aa 100644
--- a/meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend
+++ b/meta-n450/recipes-kernel/linux/linux-yocto_git.bbappend
@@ -1,4 +1,4 @@
1FILESEXTRAPATHS := "${FILESEXTRAPATHS}:${THISDIR}/${PN}" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2KMACHINE_n450 = "yocto/standard/common-pc/atom-pc" 2KMACHINE_n450 = "yocto/standard/common-pc/atom-pc"
3COMPATIBLE_MACHINE_n450 = "n450" 3COMPATIBLE_MACHINE_n450 = "n450"
4 4