The kernel recipe for the Ben Nanonote machine is now relying on the Qi-Hardware kernel source code instead of the JLime kernel source code initially. Rename linux-jlime-ben-nanonote recipe to linux-qi-ben-nanonote to reflect the change.
Signed-off-by: Apelete Seketeli <[email protected]> --- conf/machine/ben-nanonote.conf | 2 +- ...inux-jlime-ben-nanonote_3.12.bb => linux-qi-ben-nanonote_3.12.bb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename recipes-kernel/linux/{linux-jlime-ben-nanonote_3.12.bb => linux-qi-ben-nanonote_3.12.bb} (100%) diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf index e09eb70..d5e86bd 100644 --- a/conf/machine/ben-nanonote.conf +++ b/conf/machine/ben-nanonote.conf @@ -4,7 +4,7 @@ require conf/machine/include/tune-mips32.inc -PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote" +PREFERRED_PROVIDER_virtual/kernel = "linux-qi-ben-nanonote" # With 2.6.37 there is not yet uImage target (pending patches) #KERNEL_IMAGETYPE = "uImage" diff --git a/recipes-kernel/linux/linux-jlime-ben-nanonote_3.12.bb b/recipes-kernel/linux/linux-qi-ben-nanonote_3.12.bb similarity index 100% rename from recipes-kernel/linux/linux-jlime-ben-nanonote_3.12.bb rename to recipes-kernel/linux/linux-qi-ben-nanonote_3.12.bb -- 1.7.10.4 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
