diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-11-15 11:02:59 -0600 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-15 19:38:36 +0100 |
commit | 8792cfcff79b2611ff94c2bb053b74e544bd2107 (patch) | |
tree | 8053ffb36dadc0520ef7169fc9ba7c05d314572e | |
parent | 3c4c1e3013bafd87784aab77b6cef2c354cf3be4 (diff) | |
download | meta-ti-8792cfcff79b2611ff94c2bb053b74e544bd2107.tar.gz |
gadget-init: Add image-version-info to info.txt
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | recipes-ti/beagleboard/gadget-init.bb | 2 | ||||
-rwxr-xr-x | recipes-ti/beagleboard/gadget-init/update-image-info-on-mmcblk0p1.sh | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/recipes-ti/beagleboard/gadget-init.bb b/recipes-ti/beagleboard/gadget-init.bb index 16137fae..d016c099 100644 --- a/recipes-ti/beagleboard/gadget-init.bb +++ b/recipes-ti/beagleboard/gadget-init.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Units to initialize usb gadgets" | 1 | DESCRIPTION = "Units to initialize usb gadgets" |
2 | 2 | ||
3 | PR = "r12" | 3 | PR = "r13" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
diff --git a/recipes-ti/beagleboard/gadget-init/update-image-info-on-mmcblk0p1.sh b/recipes-ti/beagleboard/gadget-init/update-image-info-on-mmcblk0p1.sh index 62aab39e..a4daf734 100755 --- a/recipes-ti/beagleboard/gadget-init/update-image-info-on-mmcblk0p1.sh +++ b/recipes-ti/beagleboard/gadget-init/update-image-info-on-mmcblk0p1.sh | |||
@@ -27,6 +27,10 @@ echo "/etc/angstrom-build-info:" >> /mnt/info.txt | |||
27 | cat /etc/angstrom-build-info >> /mnt/info.txt | 27 | cat /etc/angstrom-build-info >> /mnt/info.txt |
28 | 28 | ||
29 | echo >> /mnt/info.txt | 29 | echo >> /mnt/info.txt |
30 | echo "/etc/image-version-info:" >> /mnt/info.txt | ||
31 | cat /etc/image-version-info >> /mnt/info.txt | ||
32 | |||
33 | echo >> /mnt/info.txt | ||
30 | echo "opkg list-installed:" >> /mnt/info.txt | 34 | echo "opkg list-installed:" >> /mnt/info.txt |
31 | opkg list-installed >> /mnt/info.txt | 35 | opkg list-installed >> /mnt/info.txt |
32 | 36 | ||