Complements commit 3422a7a329.
The distro version is set by an include file which makes the
externalgitsrc class obsolete (local builds are not our
reference and the developer needs to take care for differentiating
the distro versions ;-P)
BugzID: 79719
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
bitbake creates the version string when inheriting from
externalgitsrc and thus building with repo won't work as
the root directory is not a git repository.
Anyway, the distro version is set by an include file and for
a devloper building locally the version might not be that
important. Otherwise he can set it manually or adding this
automatic generation into his local.conf
BugzID: 79719
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
the create support package script and its helpers are not used
so far and can be removed.
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
In ethtool 5.13, there is now support for configuring broadr interfaces,
like changing the master / slave mode.
With the upgrade of the kernel to 5.10, this replaces the sysfs
interface.
BugzID: 75479
the config and systemd files are moved to their repositories, thus
the recipes needed to be adapted. Additionally, the binary
permissions are changed from 555 to 755 as all others have.
BugzID: 75350
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
ATM the system state framework only works properly if we have the da9063
with working ignition.
BugzID: 74987
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
The code is broken upstream. Although a fix is present in the speedtest
repo, the revision has not been updated in the meta-python recipe.
BugzID: 74967
There is no need to keep the libnmapp internally, thus the
gitea repo can be removed. But first the recipe need to be changed
BugzID: 74403
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
These tools were recommended before and therefore not present since we
removed the recommendations. Since they are needed for tests, we add
them directly in the dev image.
By adding bluetooth, usbhost, pci and wifi to DISTRO_FEATURES and
MACHINE_FEATURES, oe-core is handling the base tools through
packagegroup-base. We can therefore remove them from our own
packagegroups.
Removing the recommendations, is not an issue, most of the
recommendations are actually kernel modules.
BugzID: 73589
openembedded-core provides an include file doing all the settings to use
systemd, so we don't need to do it ourselves. Setting INIT_MANAGER is
enough.
BugzID: 73589