Age | Commit message (Collapse) | Author | Files | Lines |
|
It is not systemd-networkd that does bite use here, it is the
systemd-network-generator.service that will interfere with
our settings. This is triggered by the ip=dhcp setting on the
kernel cmdline and even the removed wired.network file will
not prevent his from interfering and taking the network
interface down and up for another dhcp run.
Question is ... WHY ?!: The interface IS already configured.
Connmand can be configured to ignore it and does actually ignore
or at least not take it down.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I2872ddfbc97e26ae84fcc3640a9129c28691557c
|
|
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I21ec3f2772a2a997fa3d370712d1ce49bb46cd24
|
|
Specifying the kernel type in "actions: boot:" is deprecated.
It should now be set in "deploy: kernel:".
So this patch set unconditonaly the type: in the deploy section (before
it was only for ramdisk method) and remove the type: from the deprecated
place.
But due to a bug in LAVA, NBD jobs rely on type: to be in the deprecated
place until 2020.02 (2020.02 has the fix).
So this patch must be applied only after LAVA 2020.02 was deployed.
Change-Id: Ida30092d2abe14b05d5e37f651f91ab33876e4f5
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
|
|
This patch adds suppport for the upsquare.
Upsquare use a GRUB boot method, so we needed to add a new
generic-grub-tftp boot template.
Since all x86_64 use the same yocto generated build name, we add a new
upsquare machine, but tweaked a bit utils/agljobtemplate.py to keep
intel-corei7-64 everywhere (except for the LAVA device-type).
Bug-AGL: SPEC-2075
Change-Id: I15c850fada53efbcda4fd58527d7b7414865f89d
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
|