From: Saul Wold Date: Sun, 21 Nov 2010 01:10:04 +0000 (-0800) Subject: linux-emenlow: Correct KMACHINE after kernel rename X-Git-Tag: 2011-1~3945 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bd3b63179ccdb030dbf0ff1e792b896f0e1476ae;p=openembedded-core.git linux-emenlow: Correct KMACHINE after kernel rename Signed-off-by: Saul Wold --- diff --git a/meta-emenlow/recipes/linux/linux-yocto_git.bbappend b/meta-emenlow/recipes/linux/linux-yocto_git.bbappend index ed7e8509ee..9fa2937d4f 100644 --- a/meta-emenlow/recipes/linux/linux-yocto_git.bbappend +++ b/meta-emenlow/recipes/linux/linux-yocto_git.bbappend @@ -1,3 +1,3 @@ FILESEXTRAPATHS := "${THISDIR}/${PN}" COMPATIBLE_MACHINE_emenlow = "emenlow" -WRMACHINE_emenlow = "emenlow" +KMACHINE_emenlow = "emenlow"