summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2016-05-20 14:45:46 -0500
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-05-26 20:59:33 -0500
commit7105cda8ec4e8934d1c82413bb3c46272bd76202 (patch)
tree3b56f9c7c63195defaad221508ea2541011e2b54 /common
parente352344a3692d6a7cb25f03dbd5d51c34ba733ff (diff)
downloadmeta-intel-7105cda8ec4e8934d1c82413bb3c46272bd76202.tar.gz
linux-yocto-tiny/4.4: Switch to standard/tiny/intel
We now have a dedicated standard/tiny/intel branch for Intel platforms, so have the the 4.4 tiny kernel recipe make use of it. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
index 55bc928c..2eb7399e 100644
--- a/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend
@@ -1,10 +1,10 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3#LINUX_VERSION_i586-nlp-32-intel-common = "4.4.11" 3#LINUX_VERSION_i586-nlp-32-intel-common = "4.4.11"
4SRCREV_meta-i586-nlp-32-intel-common = "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b" 4SRCREV_meta-i586-nlp-32-intel-common = "1465ac389f22979618852aa04298049cfdd5dcb4"
5SRCREV_machine-i586-nlp-32-intel-common = "628bf627561c6285d99fb978e11d4c15fc29324b" 5SRCREV_machine-i586-nlp-32-intel-common = "628bf627561c6285d99fb978e11d4c15fc29324b"
6 6
7COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" 7COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
8KBRANCH_i586-nlp-32-intel-common = "standard/tiny/common-pc" 8KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel"
9KMACHINE_i586-nlp-32-intel-common = "intel-quark" 9KMACHINE_i586-nlp-32-intel-common = "intel-quark"
10KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" 10KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"