summaryrefslogtreecommitdiffstats
path: root/recipes-test/images/primary-image.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta: change virtual/network-configuration to network-configurationMing Liu2020-05-101-1/+1
| | | | | | | | | | 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>
* 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-271-1/+1
| | | | 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-271-0/+1
| | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* Assorted minor cleanup and formatting.Patrick Vacek2018-03-291-0/+2
| | | | | | 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 a --secondary-network option to run-qemu-otaPhil Wise2018-03-191-0/+12
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.