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 +++- conf/machine/atngw100.conf | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'conf/machine') 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" diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index b725831321..833282d468 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -9,7 +9,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" #don't try to access tty1 USE_VT = "0" -MACHINE_FEATURES = "kernel26 ext2 usbhost usbgadget" +MACHINE_FEATURES = "kernel26 ext2 usbgadget" # used by sysvinit_2 SERIAL_CONSOLE = "115200" @@ -18,3 +18,4 @@ SERIAL_CONSOLE = "115200" 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 +++- conf/machine/atngw100.conf | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'conf/machine') 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 diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 76453323ff..6acc3d7907 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -19,4 +19,6 @@ ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" PREFERRED_VERSION_u-boot = "1.1.4" -KERNEL_IMAGETYPE = "uImage" \ No newline at end of file +KERNEL_IMAGETYPE = "uImage" + +ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* ;" -- cgit v1.2.3 From b50d962c7a083cf090d503c76d622a1f3fa743e2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 1 Nov 2007 08:55:20 +0000 Subject: atngw100: use linux kernel --- conf/machine/atngw100.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine') diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 6acc3d7907..1d402dbef3 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -10,6 +10,7 @@ PREFERRED_PROVIDER_xserver = "xserver-kdrive" USE_VT = "0" MACHINE_FEATURES = "kernel26 ext2 usbgadget" +PREFERRED_PROVIDER_virtual/kernel = "linux" # used by sysvinit_2 SERIAL_CONSOLE = "115200" -- cgit v1.2.3