From fc8f9b4b1721a029a30bf41e6086cfbff085089d Mon Sep 17 00:00:00 2001 From: Phil Wise Date: Mon, 19 Mar 2018 16:31:31 +0100 Subject: Add a --secondary-network option to run-qemu-ota 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. --- recipes-test/images/secondary-image.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'recipes-test/images/secondary-image.bb') diff --git a/recipes-test/images/secondary-image.bb b/recipes-test/images/secondary-image.bb index c7a91db..c1ce57a 100644 --- a/recipes-test/images/secondary-image.bb +++ b/recipes-test/images/secondary-image.bb @@ -15,4 +15,7 @@ IMAGE_INSTALL_remove = " \ aktualizr-implicit-prov \ " -IMAGE_INSTALL_append = " aktualizr-secondary " \ No newline at end of file +IMAGE_INSTALL_append = " \ + aktualizr-secondary \ + secondary-network-config \ + " -- cgit v1.2.3-54-g00ecf