diff options
| author | Jessica Zhang <jessica.zhang@intel.com> | 2011-08-25 11:19:53 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-29 13:48:00 +0100 |
| commit | ae4ad20edbb6ea023155f7ae2b00871d479e370d (patch) | |
| tree | 17e6f5b1458a16d3b09fc1726c425e8f34b7147f /meta/recipes-devtools/installer/adt-installer/scripts/data_define | |
| parent | de36669053f1af61bc03f33968809297c7123992 (diff) | |
| download | poky-ae4ad20edbb6ea023155f7ae2b00871d479e370d.tar.gz | |
Fix adt-installer for consistent naming for powerpc and add all arch template for installation
(From OE-Core rev: 299402832cc461f2db58481ccbb1a3a8ac92a7d0)
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/scripts/data_define')
| -rw-r--r-- | meta/recipes-devtools/installer/adt-installer/scripts/data_define | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/data_define b/meta/recipes-devtools/installer/adt-installer/scripts/data_define index 2781e77032..1de21d770a 100644 --- a/meta/recipes-devtools/installer/adt-installer/scripts/data_define +++ b/meta/recipes-devtools/installer/adt-installer/scripts/data_define | |||
| @@ -32,7 +32,7 @@ OPKG_LIBDIR="/var/lib" | |||
| 32 | # List all supported root fs types and target types, | 32 | # List all supported root fs types and target types, |
| 33 | # it will be used in user configuration validity checking | 33 | # it will be used in user configuration validity checking |
| 34 | YOCTOADT_SUPPORTED_ROOTFS="minimal minimal-dev sato sato-dev sato-sdk lsb lsb-dev lsb-sdk" | 34 | YOCTOADT_SUPPORTED_ROOTFS="minimal minimal-dev sato sato-dev sato-sdk lsb lsb-dev lsb-sdk" |
| 35 | YOCTOADT_SUPPORTED_TARGETS="x86 x86_64 arm ppc mips" | 35 | YOCTOADT_SUPPORTED_TARGETS="x86 x86_64 arm powerpc mips" |
| 36 | # Different host (32 bit or 64 bit) will have different opkg | 36 | # Different host (32 bit or 64 bit) will have different opkg |
| 37 | # configuration files | 37 | # configuration files |
| 38 | YOCTOADT_OPKG_CONF_FILE_32="./opkg/conf/opkg-sdk-i686.conf" | 38 | YOCTOADT_OPKG_CONF_FILE_32="./opkg/conf/opkg-sdk-i686.conf" |
