Work around config generation issue on fresh clone by running genconfig
twice. This is a temporary "fix" until the cause is found for a broken
config being generated in some specific situations.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
The update_package command no longer works with the new genconfig
design. For now, replace it with a message until its replacement has
been merged.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
The package inbd is deprecated with the logic for generation of
hotplug events for dsl and ethernet ports having been moved to
dslmngr and ethmngr respectively.
UBIFS and ext4 can still be re-enabled by interested developers, when it
is required for development. All production images should use squashfs
only. Produce only one image (squashfs) in all cases to reduce
confusion. Previously, this had also already been set for some targets,
but setting it here globally ensures, this applies to all targets.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Generate Cyclone DX Software bill of materials (SBOM) by default.
This will enable easier license and CVE checking.
https://cyclonedx.org/
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
CONFIG_BUSYBOX_CONFIG_DEVMEM is disabled by default, so there is no need
to explicitly disable it.
(This is probably true for a few others of those options as well and is
to be investigated later).
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Nping is only used as a convenience util. Due to restrictions imposed by
nmap's license (NPSL 0.95) distributing it in official images becomes
questionable. Remove it. Users can still enable it, if needed.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This is a hack to retain existing behaviour in case of ambiguities of
device names between differen targets. For now, let Broadcom have the
lowest priority.
genconfig script is to be replaced soon and the existing code makes
adding a proper check hard and we need some way to deal with the
ambiguity quickly.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Handle failures correctly so that CI for example will terminate. Add
-i option to update index only and not heads.
Take two of this which allows silent failures when updating the
feeds. This is not good but it is necessary as a workaround for the
issue with private feeds. This should be solved in a different
way. Reproducibility of builds in case of network outages for example
cannot be guaranteed as long as silent failure is allowed.
Handle failures correctly so that CI for example will terminate. Add
-i option to update index only and not heads.
Change-Id: Idabcd8c855eb513bf702c0808aff28b28262c9c7
Add hack to consume configs from custom-devices in a separate feed
custom-devices, but only in that feed and not in other feeds. There is
no value in implementing a generic solution, because the whole genconfig
system will be replaced with something else.
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>