From c70816cb9022dfedd78817bb1dfe20219fe2dd90 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 15 Nov 2010 11:25:58 -0500 Subject: linux-wrs: rename to linux-yocto The existing preferred yocto kernel wasn't named appropriately and needs to be updated. In keeping the changes small and isolated, this commit simply renames the recipe and some internal variables. Future commits will refactor the code into more usable blocks. Now that linuy-wrs has been renamed linux-yocto, we need to rename and update an board configurations and append files. Now that linux-wrs has been renamed linux-yocto, we need to update the SRCREVs to have the new name. Signed-off-by: Bruce Ashfield --- meta-emenlow/conf/machine/emenlow.conf | 2 +- meta-emenlow/recipes/linux/linux-wrs_git.bbappend | 3 --- meta-emenlow/recipes/linux/linux-yocto_git.bbappend | 3 +++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 meta-emenlow/recipes/linux/linux-wrs_git.bbappend create mode 100644 meta-emenlow/recipes/linux/linux-yocto_git.bbappend (limited to 'meta-emenlow') diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 897f36e62a..0f9ed8a299 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf @@ -16,7 +16,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ KERNEL_IMAGETYPE = "bzImage" -PREFERRED_PROVIDER_virtual/kernel = "linux-wrs" +PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" PREFERRED_PROVIDER_drm = "libdrm-poulsbo" PREFERRED_PROVIDER_virtual/libx11 = "libx11-trim" diff --git a/meta-emenlow/recipes/linux/linux-wrs_git.bbappend b/meta-emenlow/recipes/linux/linux-wrs_git.bbappend deleted file mode 100644 index ed7e8509ee..0000000000 --- a/meta-emenlow/recipes/linux/linux-wrs_git.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" -COMPATIBLE_MACHINE_emenlow = "emenlow" -WRMACHINE_emenlow = "emenlow" diff --git a/meta-emenlow/recipes/linux/linux-yocto_git.bbappend b/meta-emenlow/recipes/linux/linux-yocto_git.bbappend new file mode 100644 index 0000000000..ed7e8509ee --- /dev/null +++ b/meta-emenlow/recipes/linux/linux-yocto_git.bbappend @@ -0,0 +1,3 @@ +FILESEXTRAPATHS := "${THISDIR}/${PN}" +COMPATIBLE_MACHINE_emenlow = "emenlow" +WRMACHINE_emenlow = "emenlow" -- cgit v1.2.3-54-g00ecf