summaryrefslogtreecommitdiffstats
path: root/recipes/arm-kernel-shim
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-03-09 16:54:57 -0700
committerChris Larson <chris_larson@mentor.com>2010-03-19 10:41:54 -0700
commita215c2f283476776567506c2e3f969c48f7e5e3d (patch)
treed2fbc73e905e93959f0627097a72d52dff200815 /recipes/arm-kernel-shim
parente0503768af714c4e8c7fc75e462d4e58e34042a7 (diff)
downloadopenembedded-a215c2f283476776567506c2e3f969c48f7e5e3d.tar.gz
Don't inherit siteinfo in base.bbclass
Acked-by: Richard Purdie <rpurdie@linux.intel.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/arm-kernel-shim')
-rw-r--r--recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb b/recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb
index 5e2bbb83cc..591a32f6f9 100644
--- a/recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb
+++ b/recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb
@@ -15,6 +15,8 @@ SRC_URI = "ftp://ftp.buici.com/pub/arm/arm-kernel-shim/arm-kernel-shim-${PV}.tar
S = ${WORKDIR}/arm-kernel-shim-${PV}
+inherit siteinfo
+
CMDLINE_CONSOLE = "console=${@bb.data.getVar("KERNEL_CONSOLE",d,1) or "ttyS0"}"
CMDLINE_ROOT_DSMG600 = "root=/dev/mtdblock2 rootfstype=jffs2 rootflags=noatime rw init=/linuxrc"