[oe] [meta-handheld][PATCH 2/2] linux_2.6.29: fix parsing warnings

Andrea Adami andrea.adami at gmail.com
Thu Jun 21 21:46:07 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_2.6.29.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes-kernel/linux/linux_2.6.29.bb b/recipes-kernel/linux/linux_2.6.29.bb
index e1da026..1886f24 100644
--- a/recipes-kernel/linux/linux_2.6.29.bb
+++ b/recipes-kernel/linux/linux_2.6.29.bb
@@ -6,6 +6,8 @@ PR = "r0"
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_h3600 = "1"
 
+COMPATIBLE_MACHINE = "h3600"
+
 SRC_URI = "${KERNELORG_MIRROR}/linux/kernel/v2.6/linux-2.6.29.6.tar.bz2;name=kernel \
            file://defconfig"
 
-- 
1.7.3.4





More information about the Openembedded-devel mailing list