diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-09-05 17:15:00 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-09-05 17:15:00 +0000 |
commit | 61e04971071f24c980a6d1d202f6dda8a2b671ca (patch) | |
tree | 04de66173ff0524d4523f8f3c28dbc3681ed5b35 /conf | |
parent | dafcc4c5ca44ea5a2d1fd36ee6454b58f2282de5 (diff) |
add image and kernel deploy bits for beagle
BKrev: 413b499410OAXNXx17kdqRhmt_MaVQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/beagle.conf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/conf/beagle.conf b/conf/beagle.conf index d43c504d4a..a3ccda7aec 100644 --- a/conf/beagle.conf +++ b/conf/beagle.conf @@ -11,9 +11,14 @@ BOOTSTRAP_EXTRA_RDEPENDS = "kernel modutils-collateral hostap-modules-cs orinoco kernel-module-net-fd \ kernel-module-sa1100-bi kernel-module-usbdcore kernel-module-usbdmonitor " -#kernel-module-gpio kernel-module-registers - EXTRA_IMAGECMD_jffs2 = "--pad=0xec0000 --little-endian --eraseblock=0x40000" +EXTRA_IMAGEDEPENDS = "cetools-native" + +IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ + --output=${T}/${IMAGE_NAME}.rootfs.jffs2 \ + ${EXTRA_IMAGECMD}; bin2rom ${T}/${IMAGE_NAME}.rootfs.jffs2 \ + ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img \ + ffffffff ffffffff d0140000" include conf/handheld-common.conf include conf/tune-strongarm.conf |