mirror of
https://git.yoctoproject.org/poky
synced 2026-07-25 18:57:02 +00:00
ADT: Fix several bugs for adt installer
Two bugs are found 1) image download file path is not correct. So even if file is downloaded already, it can't be detected. 2) several images now are renamed, such as sato-dev, sato-sdk, we need to change the name accordingly. Signed-off-by: Liping Ke <liping.ke@intel.com>
This commit is contained in:
@@ -31,7 +31,7 @@ OPKG_LIBDIR="/var/lib"
|
||||
|
||||
# List all supported root fs types and target types,
|
||||
# it will be used in user configuration validity checking
|
||||
YOCTOADT_SUPPORTED_ROOTFS="minimal sato sdk lsb"
|
||||
YOCTOADT_SUPPORTED_ROOTFS="minimal minimal-dev sato sato-dev sato-sdk lsb lsb-dev lsb-sdk"
|
||||
YOCTOADT_SUPPORTED_TARGETS="x86 x86_64 arm powerpc mips"
|
||||
# Different host (32 bit or 64 bit) will have different opkg
|
||||
# configuration files
|
||||
|
||||
Reference in New Issue
Block a user