linux 2.6.20, 2.6.21, 2.6.21+2.6.22-rc1: more uImage fixes, don't we love that all...
authorKoen Kooi <koen@openembedded.org>
Wed, 13 Jun 2007 09:46:42 +0000 (09:46 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 13 Jun 2007 09:46:42 +0000 (09:46 +0000)
packages/linux/linux_2.6.20.bb
packages/linux/linux_2.6.21+2.6.22-rc1.bb
packages/linux/linux_2.6.21.bb

index 76a9000..d888218 100644 (file)
@@ -47,6 +47,10 @@ do_install_prepend() {
         if test -e arch/${ARCH}/boot/Image ; then
              ln -f arch/arm/boot/Image arch/arm/boot/uImage
         fi
+
+        if test -e arch/${ARCH}/boot/images/uImage ; then
+             ln -f arch/arm/boot/images/uImage arch/arm/boot/uImage
+        fi
 }
 
 do_install_append_n2100() {
index b127d33..c8d28ee 100644 (file)
@@ -63,4 +63,8 @@ do_install_prepend() {
         if test -e arch/${ARCH}/boot/Image ; then
              ln -f arch/arm/boot/Image arch/arm/boot/uImage
         fi
+
+        if test -e arch/${ARCH}/boot/images/uImage ; then
+             ln -f arch/arm/boot/images/uImage arch/arm/boot/uImage
+        fi
 }
index 34dd535..24d4018 100644 (file)
@@ -55,5 +55,9 @@ do_install_prepend() {
         if test -e arch/${ARCH}/boot/Image ; then
              ln -f arch/arm/boot/Image arch/arm/boot/uImage
         fi
+
+        if test -e arch/${ARCH}/boot/images/uImage ; then
+             ln -f arch/arm/boot/images/uImage arch/arm/boot/uImage
+        fi
 }