From cc93b59948038ddfec94543ca8397309a80600a5 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 12 Aug 2007 08:31:02 +0000 Subject: at32stk1000, atngw100: fix machine features and uboot version --- conf/machine/at32stk1000.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/machine/at32stk1000.conf') diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index faa4785fb4..5acc5b88fe 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -11,7 +11,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" #don't try to access tty1 USE_VT = "0" -MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget screen" +MACHINE_FEATURES = "kernel26 alsa ext2 usbgadget touchscreen screen" # used by sysvinit_2 SERIAL_CONSOLE = "115200" @@ -19,3 +19,5 @@ SERIAL_CONSOLE = "115200" # used by some images ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" + +PREFERRED_VERSION_u-boot = "1.1.4" -- cgit v1.2.3 From 4d76ff2e324f46d4aa330658566a19f59755b751 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 14 Sep 2007 07:49:12 +0000 Subject: avr32 machines: remove uImage from rootfs, needs a better way --- conf/machine/at32stk1000.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'conf/machine/at32stk1000.conf') diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 21ffdda843..343c6aa44e 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -21,5 +21,7 @@ ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" KERNEL_IMAGETYPE = "uImage" +PREFERRED_VERSION_u-boot = "1.1.4" + +ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* ;" -PREFERRED_VERSION_u-boot = "1.1.4" \ No newline at end of file -- cgit v1.2.3 From 95580064683ef83263017dce9b610c74306348bb Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 30 Nov 2007 20:53:17 +0000 Subject: avr32 machines: make uImage hack less fragile --- conf/machine/at32stk1000.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/at32stk1000.conf') diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 343c6aa44e..ac63af5e56 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -23,5 +23,5 @@ EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" KERNEL_IMAGETYPE = "uImage" PREFERRED_VERSION_u-boot = "1.1.4" -ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* ;" +ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* || true;" -- cgit v1.2.3