The ADT installer compiled from "bitbake adt-installer" needs qemu images
available at adtrepo.yoctoproject.org/$VERSION. To avoid having to deploy
an adtrepo ourselves, we need to change the distro version to the upstream
version.
There are further problems with the ADT installation that need to change
the SDK_VENDOR to the poky default of pokysdk and to have the SDKPATH also
with the default value.
With this change the adt-installer is installed without errors.
https://jira.digi.com/browse/DEL-478
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
If you don't want to use meta-digi-del and use only the BSP layer
(meta-digi-arm) to build a generic image (like core-image-minimal) you
need the DIGI_MIRROR variable in this layer because some of the BSP
recipes (kernel, u-boot) use it to get the source.
So this allows to build core-image-minimal for Digi platforms without
using meta-digi-del.
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
According to the poky reference manual, if a machine feature is not
included in the distro features it will not be supported.
Not convinced that works that way, but just in case I am adding all the
machine features to distro features. It shouldn't hurt.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
The downloads folder can be configured if needed in the local.conf file
in the SOURCE_MIRROR_URL variable.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
-Change distro version to 1.0.0
-Remove preferred version for yocto linux kernel.
-Remove af packet kernel module.
-Move Digi servers from premirrors to mirrors.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This avoids the following recipe parsing warning:
NOTE: multiple providers are available for jpeg (jpeg, libjpeg-turbo)
NOTE: consider defining a PREFERRED_PROVIDER entry to match jpeg
Closes https://jira.digi.com/browse/DEL-336
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>