diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-09 21:36:58 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-09 21:36:58 +0000 |
commit | 68c1896202e12376543b4bfafe48fc053f8d38b9 (patch) | |
tree | 32e23849e500b26b4c3c523ae30f53e4b5734822 /packages/linux/linux.inc | |
parent | f13935215c790b58ba20b0bd570802288bf3f0b2 (diff) | |
parent | 09d44c043f33b47b7d577f51a62bd414ea2e94aa (diff) |
merge of '6cbf0719a581ec7faecefbc05b3c17d8b1b72d52'
and '7d51500e1f981f891b494ca3d396c965faecc9e0'
Diffstat (limited to 'packages/linux/linux.inc')
-rw-r--r-- | packages/linux/linux.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index 97adebf678..a25dc44083 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -14,9 +14,11 @@ DEPENDS_append_at91sam9260ek = " u-boot-mkimage-openmoko-native " DEPENDS_append_sarge-at91 = " u-boot-mkimage-openmoko-native " DEPENDS_append_gumstix-connex = " u-boot-mkimage-openmoko-native " DEPENDS_append_gumstix-verdex = " u-boot-mkimage-openmoko-native " +DEPENDS_append_fic-gta01 = " u-boot-mkimage-openmoko-native " +DEPENDS_append_fic-gta02 = " u-boot-mkimage-openmoko-native " -# Specify the commandline for you device here: +# Specify the commandline for you device #boot from mmc CMDLINE_at91sam9263ek = "mem=64M console=ttyS0,115200 root=/dev/mmcblk0p1 rootfstype=ext2 rootdelay=5" @@ -64,7 +66,7 @@ do_install_prepend() { UBOOT_ENTRYPOINT ?= "20008000" -KERNEL_IMAGE_BASE_NAME = ${KERNEL_IMAGETYPE}-${KERNEL_RELEASE}-${PR}-${MACHINE}-${DATETIME} +KERNEL_IMAGE_BASE_NAME = ${KERNEL_IMAGETYPE}-${PV}-${PR}-${MACHINE}-${DATETIME} do_deploy() { install -d ${DEPLOY_DIR_IMAGE} |