From 5992830145c55f5103b4ba24f98eeeae13c604fc Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Tue, 10 Sep 2013 18:10:50 +0300 Subject: adt-installer: allow installation of other machines Currently, adt-installer allows only the installation of qemu target sysroots. The changes in this patch do the following: * add a new setting in adt-installer.conf (YOCTOADT_TARGET_MACHINE) for each target architecture. For example, for arm we can choose to use a qemuarm sysroot or a beagleboard sysroot. By default, only the qemu target sysroots are selected (current behavior); * change adt_installer scripts to allow installing the correct meta-environment package for the selected machine; * remove some left-over commented lines; * use packagegroup-cross-canadian-${MACHINE} when installing the cross canadian packages instead of doing it separately for each package; * change the opkg config files in order to be able to find the packagegroup package, which is allarch; [YOCTO #4783] (From OE-Core rev: 02085d410bf734e833d45293f4d5b06bb9536a60) Signed-off-by: Laurentiu Palcu Signed-off-by: Richard Purdie --- .../installer/adt-installer/opkg/conf/opkg-sdk-i686.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf') diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf index 71c62e882e..ee169f6ccd 100644 --- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf +++ b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf @@ -3,3 +3,4 @@ arch any 6 arch noarch 11 arch i686-nativesdk 16 src yp-i686-nativesdk ADTREPO_URL/adt-ipk/i686-nativesdk +src yp-i686-nativesdk ADTREPO_URL/adt-ipk/all -- cgit v1.2.3-54-g00ecf