From 69ad383525657b44dc7eeb347e888deebb501b00 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 13 Dec 2010 01:23:56 -0500 Subject: linux-yocto: fix machine compatibility During the last phase of the recipe factoring, the board compatibility lists ended up in the wrong place, which meant we had an incomplete list of boards, and the same set of boards for both kernels (stable and devel). To fix this, I've yanked the compatibility to the recipes themselves and updated the emenlow to have a -stable bbappend. Signed-off-by: Bruce Ashfield --- meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend | 3 +++ meta-emenlow/recipes/linux/linux-yocto_git.bbappend | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend delete mode 100644 meta-emenlow/recipes/linux/linux-yocto_git.bbappend (limited to 'meta-emenlow') diff --git a/meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend b/meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend new file mode 100644 index 0000000000..9fa2937d4f --- /dev/null +++ b/meta-emenlow/recipes/linux/linux-yocto-stable_git.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS := "${THISDIR}/${PN}" +COMPATIBLE_MACHINE_emenlow = "emenlow" +KMACHINE_emenlow = "emenlow" diff --git a/meta-emenlow/recipes/linux/linux-yocto_git.bbappend b/meta-emenlow/recipes/linux/linux-yocto_git.bbappend deleted file mode 100644 index 9fa2937d4f..0000000000 --- a/meta-emenlow/recipes/linux/linux-yocto_git.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" -COMPATIBLE_MACHINE_emenlow = "emenlow" -KMACHINE_emenlow = "emenlow" -- cgit v1.2.3-54-g00ecf