From eb2904cea78a767368f2ab4c57b1e299a004c1df Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 29 Apr 2012 12:54:33 -0400 Subject: Fix "build" to build a Linux image for "rcstereo". --- diff --git a/build b/build index 676ed7f..47a9c54 100755 --- a/build +++ b/build @@ -4,18 +4,19 @@ linux-libre linux-libre-headers: linux-libre.stamp linux-libre.config.stamp: cd src && \ - make mrproper && \ make oldconfig touch linux-libre.config.stamp linux-libre.build.stamp: linux-libre.config.stamp + # TODO: This "uImage" target is hardcoded for the "rcstereo" platform, which + # uses DAS U-Boot. cd src && \ - make + make uImage touch linux-libre.build.stamp linux-libre.install.stamp: linux-libre.build.stamp - install -m 644 "src/arch/$${ARCH}/boot/*Image" \ - "dest/boot/vmlinuz-$${OH_PKGVER%%-*}" + # TODO: Again, this is hardcoded for "rcstereo". + install -D -m 644 "src/arch/$${ARCH}/boot/uImage" dest/boot/UIMAGE cp src/.config "dest/boot/config-$${OH_PKGVER%%-*}" cp src/System.map "dest/boot/System.map-$${OH_PKGVER%%-*}" touch linux-libre.install.stamp -- cgit v0.9.1