diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-30 15:26:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-30 15:26:55 +0000 |
commit | c491b0c9b2c06239f268cb309083eb21c53e4286 (patch) | |
tree | 0ba93ab4a238fdcd18ff0629201d819dae3326cb /conf/machine/at32stk1000.conf | |
parent | f0ade73c77036bea989835d91e38af494a1b26d9 (diff) | |
parent | e49ed8da00b7a5d874fd92a806c6b036a726069c (diff) |
propagate from branch 'org.openembedded.dev' (head 968e6781dca5ee420f8b36434c88d54cafe77f35)
to branch 'org.openembedded.dev.avr32' (head facce641a6e2c90f8a2171880eafb72136895681)
Diffstat (limited to 'conf/machine/at32stk1000.conf')
-rw-r--r-- | conf/machine/at32stk1000.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 2231f80ed2..ac63af5e56 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" @@ -21,3 +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* || true;" + |