From 25f8bd4b604d47cf0852ad6515e14503feb2b67a Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 10 Jan 2012 12:46:38 +0100 Subject: [PATCH] put ti-omap4-ppa into omap4 images --- debian/changelog | 6 ++++++ live-build/auto/config | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index fba1fe73..c532c407 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.47) UNRELEASED; urgency=low + + * put ti-omap4-ppa into omap4 images + + -- Oliver Grawert Tue, 10 Jan 2012 12:45:20 +0100 + livecd-rootfs (2.46) precise; urgency=low * Guard legacy cloop code in a [ -f ], so it stops failing. diff --git a/live-build/auto/config b/live-build/auto/config index 019fff75..fccbdc8e 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -214,7 +214,7 @@ case $ARCH in BINARY_REMOVE_LINUX=false ;; omap4) - add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda + add_package install x-loader-omap4-panda u-boot-linaro-omap4-panda ti-omap4-ppa BINARY_REMOVE_LINUX=false ;; mx5)