diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 17:25:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:30 +0100 |
| commit | 6e95cb246f39e4d49d46761b9a7d51c858ac7e9d (patch) | |
| tree | 1646acfdc315d3dfcc2516a6f49509ba7f633fae /meta/recipes-devtools/installer/adt-installer/scripts | |
| parent | 4d609d502161137620c4b1901cc225f9e871c3dc (diff) | |
| download | poky-6e95cb246f39e4d49d46761b9a7d51c858ac7e9d.tar.gz | |
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From OE-Core rev: 560b04181d8f51d189b99f01a72f17210dadf7a3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/scripts')
| -rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal index 65b1b54c72..0fd9e47e98 100755 --- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal +++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | |||
| @@ -172,7 +172,7 @@ echo_info "Installing target sysroot for arch: $1, rootfs type: $target_sysroot_ | |||
| 172 | 172 | ||
| 173 | 173 | ||
| 174 | qemu_type=`echo "$1" | sed -e 's/x86_64/x86-64/'` | 174 | qemu_type=`echo "$1" | sed -e 's/x86_64/x86-64/'` |
| 175 | sysroot_image_name="poky-image-$target_sysroot_image-qemu$qemu_type.tar.bz2" | 175 | sysroot_image_name="core-image-$target_sysroot_image-qemu$qemu_type.tar.bz2" |
| 176 | #echo_info "Extracting rootfs: $sysroot_image_name, using pseudo..." | 176 | #echo_info "Extracting rootfs: $sysroot_image_name, using pseudo..." |
| 177 | 177 | ||
| 178 | scripts/extract_rootfs $sysroot_image_name $target_sysroot $POKY_NATIVE_SYSROOT $user_inst_type | 178 | scripts/extract_rootfs $sysroot_image_name $target_sysroot $POKY_NATIVE_SYSROOT $user_inst_type |
