summaryrefslogtreecommitdiffstats
path: root/recipes-test/demo-network-config/secondary-network-config.bb
Commit message (Collapse)AuthorAgeFilesLines
* fix: make secondaries' network less intrusivefix/ip-secondary-network/non-intrusive-internal-networkMykhaylo Sul2020-02-101-1/+1
| | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* Get the second IP from DHCP to access Inetfeat/secondary/access-to-pub-inetMykhaylo Sul2020-02-061-1/+1
| | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* demo-config: recipes that depend on MACHINE cannot be allarch.Patrick Vacek2019-10-171-2/+0
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* demo-network-config: use ${libdir} consistently.Patrick Vacek2019-10-171-3/+3
| | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* OTA-2294: Use WiFi on Primary (if enabled) to communicate with the backend ↵feat/OTA-2294/preconfigured-secondaries-on-RPiMike Sul2019-06-181-1/+1
| | | | | | in case of RPi target Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* OTA-2541: Primary and Secondary network configuration in case of RPiMike Sul2019-06-131-1/+2
| | | | 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/+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-1/+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-271-3/+10
| | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com>
* Add SOTA client feature to enable secondary networkPhil Wise2018-03-271-1/+5
| | | | Also add a test for the 'primary-image'
* Add a --secondary-network option to run-qemu-otaPhil Wise2018-03-191-0/+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.