From 1c7046973140c8c51e94c552ba765811f08b8ac5 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 16 Jul 2012 21:26:07 -0400 Subject: [PATCH] core/linux-omap: add note in .install to copy uImage --- core/linux-omap/linux-omap.install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/linux-omap/linux-omap.install b/core/linux-omap/linux-omap.install index 94e82b4a2..e2d184005 100644 --- a/core/linux-omap/linux-omap.install +++ b/core/linux-omap/linux-omap.install @@ -8,6 +8,9 @@ post_install () { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} + + echo "NOTE: You will probably need to copy /boot/uImage to the first partition" + echo " of your SD card." } post_upgrade() { @@ -22,4 +25,7 @@ post_upgrade() { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." depmod ${KERNEL_VERSION} + + echo "NOTE: You will probably need to copy /boot/uImage to the first partition" + echo " of your SD card." }