summaryrefslogtreecommitdiffstats
path: root/recipes-test/images
Commit message (Collapse)AuthorAgeFilesLines
* meta: change virtual/network-configuration to network-configurationMing Liu2020-05-102-2/+2
| | | | | | | | | | The name 'virtual' is a recipe specific concept but not a package specific one, it's confusing that a package provides 'virtual/' names. Let's drop 'virtual/' from network-configuration, to keep consistent with yocto naming styles. Signed-off-by: Ming Liu <ming.liu@toradex.com>
* aktualizr-device-prov-creds: remove it.fix/603/arch-depsPatrick Vacek2019-10-181-1/+0
| | | | | | | | | | Originally I was just trying to remove the reference to DEPLOY_DIR_IMAGE because it depends on MACHINE, but then I realized that this recipe is just plain not worth keeping. It isn't viable for anything except the most limited testing, since it bakes device-specific credentials into an image, but we weren't even using it for testing. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Rename provisioning methods.Patrick Vacek2019-06-051-5/+5
| | | | | | | | | | | | "Autoprovisioning" or "automatic provisioning" is now known as "shared credential provisioning". "Implicit provisioning" is now known as "device credential provisioning". "HSM provisioning" was always a misnomer, so it is now refered to as "device credential provisioning with an HSM". This includes a bump of the aktualizr version as well. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* OTA-2541: Use local.conf's variables to configure Primary with ↵Mike Sul2019-05-271-1/+2
| | | | | | Secondary(ies) and vice versa Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* OTA-2541: Use MPL-2.0 license for recipes-test's recipesMike Sul2019-05-272-2/+2
| | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* OTA-2541: Add suffix '-sndry' to a default HW_ID for Secondary. Ability to ↵Mike Sul2019-05-271-0/+2
| | | | | | define IP and Port in local.conf Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* OTA-2541: Static IP address on Primary's and Secondary's internal NICMike Sul2019-05-272-0/+2
| | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* Define virtual/network-configurationLaurent Bonnans2019-03-061-3/+1
| | | | | | | Now provided by connman and networkd-dhcp-conf, added to images in our supported platforms Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Replace connman with systemd-networkd on qemux86-64Laurent Bonnans2019-03-051-0/+1
| | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* secondary_image: also remove aktualizr-uboot-env-rollback.Patrick Vacek2018-11-011-0/+1
|
* Update packages removed for secondary-image.fix/master/secondary-image-cred-packagesPatrick Vacek2018-10-311-1/+2
|
* Assorted minor cleanup and formatting.Patrick Vacek2018-03-292-0/+4
| | | | | | Includes the suggestion for using /etc/sota/sota.env if it exists as recommended by the discussion here: https://github.com/advancedtelematic/meta-updater/pull/275
* Add SOTA client feature to enable secondary networkPhil Wise2018-03-271-0/+2
| | | | Also add a test for the 'primary-image'
* Add a --secondary-network option to run-qemu-otaPhil Wise2018-03-192-1/+16
| | | | | This sets up a simulated 'in vehicle' network. Add support for a Primary node with a DHCP server and a secondary node with a DHCP client.
* Add secondary-image to meta-updaterPhil Wise2018-03-141-0/+18
This required splitting the aktualizr package into several components, in order to be able to either install the primary 'aktualzr' or the secondary 'aktualizr-secondary'.