diff options
Diffstat (limited to 'packages/images/fso-image.bb')
-rw-r--r-- | packages/images/fso-image.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/images/fso-image.bb b/packages/images/fso-image.bb index 173f598770..5d6b21647e 100644 --- a/packages/images/fso-image.bb +++ b/packages/images/fso-image.bb @@ -41,8 +41,11 @@ X_INSTALL = "\ TOOLS_INSTALL = "\ # bash \ htop \ + iptables \ + lsof \ mickeydbus \ mickeyterm \ + mtd-utils \ nano \ powertop \ s3c24xx-gpio \ @@ -95,7 +98,7 @@ IMAGE_INSTALL = "\ inherit image # perform some convenience tweaks to the rootfs -mickey_rootfs_postprocess() { +fso_rootfs_postprocess() { curdir=$PWD cd ${IMAGE_ROOTFS} date "+%m%d%H%M%Y" >./etc/timestamp @@ -109,4 +112,4 @@ mickey_rootfs_postprocess() { cd $curdir } -ROOTFS_POSTPROCESS_COMMAND += "mickey_rootfs_postprocess" +ROOTFS_POSTPROCESS_COMMAND += "fso_rootfs_postprocess" |