aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-06-21 23:46:06 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-06-27 14:00:32 +0100
commit686fdfd93e90569e6cf415751f2c7fb1d0eff61a (patch)
treeb5425f7d5261024569ea6a672fc5fcf3b1092c7b
parentfe8c27b75119965e23cb96abb11a5930132cf907 (diff)
downloadmeta-handheld-686fdfd93e90569e6cf415751f2c7fb1d0eff61a.tar.gz
linux_3.0.1 fix parsing warnings
* declare COMPATIBLE_MACHINE to fix * WARNING: Unable to get checksum for linux SRC_URI entry * defconfig: file could not be found Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes-kernel/linux/linux_3.0.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux_3.0.1.bb b/recipes-kernel/linux/linux_3.0.1.bb
index 38c5196..ac88b29 100644
--- a/recipes-kernel/linux/linux_3.0.1.bb
+++ b/recipes-kernel/linux/linux_3.0.1.bb
@@ -4,6 +4,8 @@ require linux.inc
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_hx4700 = "1"
+COMPATIBLE_MACHINE = "hx4700"
+
SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v3.0/linux-${PV}.tar.bz2;name=kernel \
file://defconfig "