From 686fdfd93e90569e6cf415751f2c7fb1d0eff61a Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 21 Jun 2012 23:46:06 +0200 Subject: 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 --- recipes-kernel/linux/linux_3.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-kernel') 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 " -- cgit 1.2.3-korg