diff options
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} |