]> code.ossystems Code Review - openembedded-core.git/commit
adt-installer: allow installation of other machines
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Tue, 10 Sep 2013 15:10:50 +0000 (18:10 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 10 Sep 2013 21:55:10 +0000 (22:55 +0100)
commit02085d410bf734e833d45293f4d5b06bb9536a60
tree0cf3e38c8e6371bd9ff900df8d78ed21e1a42988
parent8f8cd338faf63f665c2214f0110b712736f8ed5d
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]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/installer/adt-installer/adt_installer
meta/recipes-devtools/installer/adt-installer/adt_installer.conf
meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal