From cf7f352ca3ebef3da0dc6e98549c746260f4b3db Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Sat, 12 Feb 2011 13:29:35 +0100 Subject: [PATCH] add janis changes for X-Loader and U-Boot packages for IGEPv2, Beagle and Panda in the OMAP3/4 images --- debian/changelog | 7 +++++++ livecd.sh | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7efa8dc8..64cf3967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (1.156) UNRELEASED; urgency=low + + * Add X-Loader and U-Boot packages for IGEPv2, Beagle and Panda + in the OMAP3/4 images. + + -- Jani Monoses Fri, 11 Feb 2011 17:21:27 +0200 + livecd-rootfs (1.155) natty; urgency=low * Add headless image type for armel minimal developer image building, diff --git a/livecd.sh b/livecd.sh index 3b2e25bf..7f236895 100755 --- a/livecd.sh +++ b/livecd.sh @@ -436,11 +436,11 @@ link_in_boot = $link_in_boot STRIP_VMLINUZ=no ;; omap) - LIST="$LIST linux-omap" + LIST="$LIST linux-omap x-loader-omap3-igepv2 u-boot-linaro-igep0020 x-loader-omap3-beagle u-boot-linaro-omap3-beagle" STRIP_VMLINUZ=no ;; omap4) - LIST="$LIST linux-omap4" + LIST="$LIST linux-omap4 x-loader-omap4-panda u-boot-linaro-omap4-panda" STRIP_VMLINUZ=no ;; esac;;