[oe] [meta-handheld][PATCH 1/2] linux_3.0.1 fix parsing warnings

Andrea Adami andrea.adami at gmail.com
Thu Jun 21 21:46:06 UTC 2012


* 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 at gmail.com>
---
 recipes-kernel/linux/linux_3.0.1.bb |    2 ++
 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 "
 
-- 
1.7.3.4





More information about the Openembedded-devel mailing list