diff options
author | 2016-06-26 16:14:57 -0500 | |
---|---|---|
committer | 2016-06-28 20:29:00 -0500 | |
commit | aca8652267fb70a00995d32a1de8581694d6c867 (patch) | |
tree | dc81e6c4f8870fcf762bfa74e77d1dc137064d7e | |
parent | 0513c36afcd955bcb24600ef60f412bc821064b8 (diff) | |
download | meta-intel-aca8652267fb70a00995d32a1de8581694d6c867.tar.gz meta-intel-aca8652267fb70a00995d32a1de8581694d6c867.tar.bz2 meta-intel-aca8652267fb70a00995d32a1de8581694d6c867.zip |
linux-yocto-tiny/4.1: Fix SRCREV override
The SRCREV overrides for tiny were malformed - fix them so they
actually make sense and take effect.
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r-- | common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend index 78817a37..c73cc21a 100644 --- a/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend @@ -2,8 +2,8 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" #LINUX_VERSION_i586-nlp-32-intel-common = "4.1.26" COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" -SRCREV_meta_nlp-32-intel-common = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d" -SRCREV_machine_nlp-32-intel-common = "fb0153332a1fdd0518f9055ece1c53f3a99973f5" +SRCREV_meta_i586-nlp-32-intel-common = "20edcbf4e42dd4cef7213a0ce2a4481d8d296f5d" +SRCREV_machine_i586-nlp-32-intel-common = "fb0153332a1fdd0518f9055ece1c53f3a99973f5" KBRANCH_i586-nlp-32-intel-common = "standard/tiny/intel/base" KMACHINE_i586-nlp-32-intel-common = "intel-quark" KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" |