Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: make secondaries' network less intrusivefix/ip-secondary-network/non-intrusive-internal-network | Mykhaylo Sul | 2020-02-10 | 3 | -4/+4 |
| | | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com> | ||||
* | Get the second IP from DHCP to access Inetfeat/secondary/access-to-pub-inet | Mykhaylo Sul | 2020-02-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com> | ||||
* | Specify more configs as MACHINE_ARCH. | Patrick Vacek | 2019-10-17 | 1 | -0/+3 |
| | | | | | | | If they depend on MACHINE, that's what we gotta do. Still haven't sorted out aktualizr-device-prov-creds, though. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com> | ||||
* | demo-config: recipes that depend on MACHINE cannot be allarch. | Patrick Vacek | 2019-10-17 | 2 | -4/+0 |
| | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com> | ||||
* | demo-network-config: use ${libdir} consistently. | Patrick Vacek | 2019-10-17 | 3 | -9/+9 |
| | | | | 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-RPi | Mike Sul | 2019-06-18 | 3 | -4/+3 |
| | | | | | | 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 RPi | Mike Sul | 2019-06-13 | 5 | -18/+32 |
| | | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com> | ||||
* | OTA-2541: Use MPL-2.0 license for recipes-test's recipes | Mike Sul | 2019-05-27 | 2 | -2/+4 |
| | | | | 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 Sul | 2019-05-27 | 3 | -5/+7 |
| | | | | | | 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 NIC | Mike Sul | 2019-05-27 | 4 | -6/+43 |
| | | | | Signed-off-by: Mike Sul <ext-mykhaylo.sul@here.com> | ||||
* | Add SOTA client feature to enable secondary network | Phil Wise | 2018-03-27 | 2 | -1/+11 |
| | | | | Also add a test for the 'primary-image' | ||||
* | Add a --secondary-network option to run-qemu-ota | Phil Wise | 2018-03-19 | 4 | -0/+50 |
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. |