New changes in meta-mender since scarthgap-v2024.07:
Released: 07.03.2024
New changes in meta-mender since kirkstone-v2024.06:
mender
4.0.x series when building
with usrmerge enabledAdd the mender
recipe in
meta-mender-core/recipes/mender/mender-client/
while still keeping
support for the old golang client builds. The new mender
recipe
creates two packages. mender-auth
and mender-update
to provide
the C++ implementations of the given functionality.
The default is the C++ client.
The given client
implementation can be chosen using the Yocto PREFERRED_PROVIDER
and
PREFERRED_RPROVIDER
variables, by using the 'mender' prefix for the
C++ client, and 'mender-client' for the Golang client. For example
like this:
PREFERRED_PROVIDER_mender-native = "mender-client-native"
PREFERRED_RPROVIDER_mender-auth = "mender-client"
PREFERRED_RPROVIDER_mender-update = "mender-client"
Remove -client
to go from the Golang to the C++ implementation. Note
that you should always set all of them.
scarthgap
Standardize on new names that follow the C++ client rewrite.
The build component is now called mender
instead of mender-client
,
because it contains the two independent mender-auth
and
mender-update
runtime components. Other recipes should either use
DEPENDS = "mender"
for a build time dependency, or
RDEPENDS:${PN} = "mender-auth | mender-update"
for a runtime
dependency.
mender-install
and mender-install-ubi
Mender features have been removed. Do not use them in
MENDER_FEATURES
variables, but instead one of the alternatives (see
Features under Yocto section in the Mender documentation).INIT_MANAGER = "systemd"
in your local.conf
file. Alternatively,
use MENDER_FEATURES_DISABLE = "mender-systemd"
, but be aware that
this can break daemon mode.New changes in meta-mender since kirkstone-v2024.06:
Released: 06.17.2024
New changes in meta-mender since kirkstone-v2024.04:
Set correct systemd installation dir.
This is important when usrmerge is enabled, which changes the systemd install location.
mender-binary-delta.conf
so
that the user value for MENDER_FLASH
is respected, instead of the
previously wrongly hard-coded value of mender-flash
. Without this
fix it is impossible to omit mender-flash
from UBI systems, even
when ubiupdatevol
would have been sufficient.mender-app-update-module
git recipe. Due to the
dependencies on virtualization
this module has not been fully
integrated in meta-mender-core
layer. Use the one from
meta-mender-community
instead.Released: 04.26.2024
New changes in meta-mender since kirkstone-v2023.12:
mender-client-dev
package. It was $(datadir)/dbus-1/interface
but it
should be interfaces
instead.has_journal
flag from mkfs.ext4 when
read-only-rootfs
flag is enabled, which causes issues in certain
configurations. Specifically it solves these problems:
kernel: EXT4-fs error (device mmcblk0p6): ext4_mb_generate_buddy:1141: group 35, block bitmap and bg descriptor inconsistent: 32766 vs 32768 free clusters
(MEN-6027)
mender
recipe in
meta-mender-core/recipes/mender/mender-client/
while still keeping
support for the old golang client builds. The new mender
recipe
creates two packages, mender-auth
and mender-update
, to provide
the C++ implementations of the given functionality. The given client
implementation can be chosen using the Yocto PREFERRED_PROVIDER
and
PREFERRED_RPROVIDER
variables, by using the 'mender' prefix for the
C++ client, and 'mender-client' for the Golang client. For example
like this:
PREFERRED_PROVIDER_mender-native = "mender-client-native"
PREFERRED_RPROVIDER_mender-auth = "mender-client"
PREFERRED_RPROVIDER_mender-update = "mender-client"
Remove -client
to go from the Golang to the C++ implementation. Note
that you should always set all of them. The default on this branch is
the Golang client.
mender-flash
git recipemender-update
recommends mender-flash
, which is
the standalone tool used for rootfs updates.Add recipe for mender-flash-1.0.0.
This tool will be used by Mender client 4.0.0 and later to do rootfs-image updates. (MEN-6279)
Add MENDER_FLASH_TOOL
variable to mender-binary-delta.
This has no effect for mender-binary-delta versions older than 1.5. (MEN-6774)
mender-auth-install
and
mender-update-install
when mender-client-install
is set. The
two former features have been added to accomodate the new Mender
client written in C++, where the auth and update functionality has
been split into separate daemons which can be installed individually.rootfs-image
Update Module, instead of having this functionality
built in.mender
instead of mender-client
,
because it contains the two independent mender-auth
and
mender-update
runtime components. Other recipes should either use
DEPENDS = "mender"
for a build time dependency, or
RDEPENDS:${PN} = "mender-auth | mender-update"
for a runtime
dependency.mender-client: Move DBus xml files to dev package.
They do not influence production, and thus they belong in the dev package.
meta-mender-demo
layer, mender-update
recommends
mender-snapshot
, which an standalone tool to make snapshots of a live
rootfs image. Prior to v4.0, this functionality used to be part of the
core mender
binary.mender
4.0.0mender-artifact
3.11.1mender-configure
1.1.2mender-snapshot
1.0.0mender
4.0.1mender-artifact
3.11.2mender-connect
2.2.1mender-binary-delta
1.5.0mender
4.0.2_Released: 01.01.2024
New changes in meta-mender since kirkstone-v2023.10:
Released: 10.01.2023
New changes in meta-mender since kirkstone-v2023.08:
Released: 09.05.2023
New changes in meta-mender since kirkstone-v2023.03:
lib64
.Released: 03.10.2023
A total of 3 lines added, 3 removed (delta 0)
Developers with the most changesets | |
---|---|
Kristian Amlie | 1 (100.0%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 3 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 1 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 3 (100.0%) |
Employers with the most hackers (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
New changes in mender-client since kirkstone-v2023.02:
Released: 02.24.2023
A total of 686 lines added, 376 removed (delta 310)
Developers with the most changesets | |
---|---|
Kristian Amlie | 15 (34.1%) |
Lluis Campos | 12 (27.3%) |
Ole Petter Orhagen | 6 (13.6%) |
Marek Belisko | 6 (13.6%) |
Clément Péron | 2 (4.5%) |
Justin Verble | 1 (2.3%) |
Fabio Tranchitella | 1 (2.3%) |
Drew Moseley | 1 (2.3%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 351 (48.7%) |
Kristian Amlie | 250 (34.7%) |
Marek Belisko | 47 (6.5%) |
Clément Péron | 40 (5.5%) |
Ole Petter Orhagen | 25 (3.5%) |
Drew Moseley | 4 (0.6%) |
Justin Verble | 3 (0.4%) |
Fabio Tranchitella | 1 (0.1%) |
Developers with the most lines removed | |
---|---|
Clément Péron | 24 (6.4%) |
Developers with the most signoffs (total 2) | |
---|---|
Ole Petter Orhagen | 1 (50.0%) |
Lluis Campos | 1 (50.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 34 (77.3%) |
open-nandra | 6 (13.6%) |
peron.clem@gmail.com | 2 (4.5%) |
Election Systems & Software | 1 (2.3%) |
drew@moseleynet.net | 1 (2.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 627 (87.0%) |
open-nandra | 47 (6.5%) |
peron.clem@gmail.com | 40 (5.5%) |
drew@moseleynet.net | 4 (0.6%) |
Election Systems & Software | 3 (0.4%) |
Employers with the most signoffs (total 2) | |
---|---|
Northern.tech | 2 (100.0%) |
Employers with the most hackers (total 8) | |
---|---|
Northern.tech | 4 (50.0%) |
open-nandra | 1 (12.5%) |
peron.clem@gmail.com | 1 (12.5%) |
drew@moseleynet.net | 1 (12.5%) |
Election Systems & Software | 1 (12.5%) |
New changes in meta-mender since kirkstone-v2022.10:
provide
two
pair of keys for each module:
rootfs-image.update-module.<UPDATE_MODULE>.version
and
rootfs-image.update-module.<UPDATE_MODULE>.mender_update_module
. This
also applies to the bootstrap Artifact which gets installed on first
boot. (MEN-5845)Released: 10.27.2022
A total of 432 lines added, 113 removed (delta 319)
Developers with the most changesets | |
---|---|
Kristian Amlie | 5 (45.5%) |
Ole Petter Orhagen | 4 (36.4%) |
Lluis Campos | 2 (18.2%) |
Developers with the most changed lines | |
---|---|
Ole Petter Orhagen | 313 (68.3%) |
Kristian Amlie | 93 (20.3%) |
Lluis Campos | 52 (11.4%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 7 (6.2%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 11 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 458 (100.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 3 (100.0%) |
New changes in meta-mender since kirkstone-v2022.09:
Released: 09.12.2022
A total of 12574 lines added, 14375 removed (delta -1801)
Developers with the most changesets | |
---|---|
Kristian Amlie | 172 (35.1%) |
Lluis Campos | 126 (25.7%) |
Ole Petter Orhagen | 55 (11.2%) |
Drew Moseley | 28 (5.7%) |
Fabio Tranchitella | 24 (4.9%) |
Josef Holzmayr | 18 (3.7%) |
Peter Grzybowski | 14 (2.9%) |
Clément Péron | 9 (1.8%) |
Manuel Zedel | 5 (1.0%) |
Leon Anavi | 5 (1.0%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 13064 (56.5%) |
Lluis Campos | 3857 (16.7%) |
Ole Petter Orhagen | 3030 (13.1%) |
Drew Reed | 653 (2.8%) |
Drew Moseley | 561 (2.4%) |
Fabio Tranchitella | 527 (2.3%) |
Liam White McShane | 401 (1.7%) |
Josef Holzmayr | 336 (1.5%) |
Peter Grzybowski | 275 (1.2%) |
Marek Belisko | 141 (0.6%) |
Developers with the most lines removed | |
---|---|
Ole Petter Orhagen | 1655 (11.5%) |
Kristian Amlie | 1260 (8.8%) |
Drew Moseley | 178 (1.2%) |
Marek Belisko | 54 (0.4%) |
Drew Reed | 4 (0.0%) |
Maciej Tomczuk | 1 (0.0%) |
Developers with the most signoffs (total 21) | |
---|---|
Lluis Campos | 8 (38.1%) |
Kristian Amlie | 2 (9.5%) |
Mirza Krak | 2 (9.5%) |
Maciej Borzecki | 2 (9.5%) |
Vikas Katariya | 2 (9.5%) |
Zachary T Welch | 2 (9.5%) |
Ole Petter Orhagen | 1 (4.8%) |
Drew Moseley | 1 (4.8%) |
Drew Reed | 1 (4.8%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 447 (91.2%) |
peron.clem@gmail.com | 9 (1.8%) |
Konsulko Group | 5 (1.0%) |
open-nandra | 5 (1.0%) |
Timesys Corporation | 4 (0.8%) |
Arm | 4 (0.8%) |
Chora | 3 (0.6%) |
ENLYZE GMBH | 3 (0.6%) |
contact@coreycothrum.com | 2 (0.4%) |
kekiefer@gmail.com | 2 (0.4%) |
Top lines changed by employer | |
---|---|
Northern.tech | 21714 (94.0%) |
Arm | 685 (3.0%) |
Timesys Corporation | 431 (1.9%) |
open-nandra | 141 (0.6%) |
peron.clem@gmail.com | 59 (0.3%) |
Konsulko Group | 28 (0.1%) |
ENLYZE GMBH | 22 (0.1%) |
Chora | 7 (0.0%) |
kekiefer@gmail.com | 4 (0.0%) |
contact@coreycothrum.com | 3 (0.0%) |
Employers with the most signoffs (total 21) | |
---|---|
Northern.tech | 12 (57.1%) |
Arm | 3 (14.3%) |
Timesys Corporation | 2 (9.5%) |
RnDity | 2 (9.5%) |
mirza.krak@gmail.com | 2 (9.5%) |
Employers with the most hackers (total 30) | |
---|---|
Northern.tech | 13 (43.3%) |
Arm | 2 (6.7%) |
Timesys Corporation | 2 (6.7%) |
open-nandra | 1 (3.3%) |
peron.clem@gmail.com | 1 (3.3%) |
Konsulko Group | 1 (3.3%) |
ENLYZE GMBH | 1 (3.3%) |
Chora | 1 (3.3%) |
kekiefer@gmail.com | 1 (3.3%) |
contact@coreycothrum.com | 1 (3.3%) |
New changes in meta-mender since dunfell-v2022.09:
$BUILDDIR/tmp/deploy/licenses
.
(MEN-3604)read-only-rootfs
tweaks dependent on mender-image
feature flag.abort()ing pseudo client by server request.
See https://wiki.yoctoproject.org/wiki/Pseudo_Abort for more details on this
(MEN-5857)
Unable to add definition MTDIDS_DEFAULT
, which happens on U-Boot v2020.10 and later.mv
is not
atomic, but still using it narrows the time window in which the files
could be corrupted.MENDER_EFI_LOADER
. This can be used to specify
which bootloader is used to load other EFI apps, such as the grub-efi
bootloader. This is normally provided by firmware on x86, and is
therefore empty, but on ARM it is often set to u-boot or edk2.mender-binary-delta
recipe now takes a tarball as
input instead of a folder containing unpacked files. Remove the line
starting with FILESEXTRAPATHS
, and instead insert this line:
SRC_URI:pn-mender-binary-delta = "file://${HOME}/mender-binary-delta-1.4.0.tar.xz"
where the path points to the downloaded tarball. (MEN-4980)
PACKAGECONFIG_remove = "modules"
to your mender_%.bbappend
file,
or set PACKAGECONFIG
explicitly.Make DBus support optional in Mender client with PACKAGECONFIG
.
It defaults to on, but can be turned off with:
PACKAGECONFIG_remove = "dbus"
(MEN-4014)
MENDER_FEATURES_ENABLE
or MENDER_FEATURES_DISABLE
now end up in
the MENDER_FEATURES
variable instead of the DISTRO_FEATURES
variable. Code of the kind:
${@bb.utils.contains('DISTRO_FEATURES', 'mender-uboot', 'true', 'false', d)}
needs to change to look in MENDER_FEATURES
instead.
mender-server-certificate
to install a
self-signed Mender server certificate to be trusted by all services
running in the device. To use it create a .bbappend
recipe in your
layer fetching the certificate into file://server.crt
(MEN-4273)mender-server-certificate
recipe to be used by mender-client
,
mender-shell
, and further services that could be added.
(MEN-4273)MENDER_CERT_LOCATION
deprecated. See note about
mender-server-certificate
for more details
(MEN-4273)mender-server-certificate: Split concatenated certificates.
Multiple certificates in one file are necessary to split in
order for update-ca-certificates
to produce a hashed symlink to
them, which is required by some programs, such as curl.
(MEN-4580)
ERROR: It's not possible to create empty squashfs partition 'None'
when using "squashfs" filesystem type.
(MEN-5285)/boot/efi/EFI/BOOT/mender_grubenv*
to
/boot/efi/grub-mender-grubenv/mender_grubenv*
. This change is
backwards compatible; existing devices will keep the environment in
the original location and the grub-mender-grubenv-*
tools will
handle either location, by
auto-detection. /etc/mender_grubenv.config
is no longer installed by
default, but it is still supported if installed manually.Aggregated Dependabot Changelogs:
Bumps alpine from 3.13.5 to 3.14.0.
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps urllib3 from 1.26.5 to 1.26.6.
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps pathlib2 from 2.3.5 to 2.3.6.
updated-dependencies:
- dependency-name: pathlib2
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps packaging from 20.9 to 21.0.
updated-dependencies:
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-major
Bumps invoke from 1.5.0 to 1.6.0.
updated-dependencies:
- dependency-name: invoke
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps cffi from 1.14.5 to 1.14.6.
updated-dependencies:
- dependency-name: cffi
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps requests from 2.25.1 to 2.26.0.
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps alpine from 3.14.0 to 3.14.1.
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps alpine from 3.14.1 to 3.14.2.
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps pluggy from 0.13.1 to 1.0.0.
updated-dependencies:
- dependency-name: pluggy
dependency-type: direct:production
update-type: version-update:semver-major
Bumps cryptography from 3.4.7 to 3.4.8.
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps pytest from 6.2.4 to 6.2.5.
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps filelock from 3.0.12 to 3.1.0.
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps urllib3 from 1.26.6 to 1.26.7.
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps filelock from 3.1.0 to 3.3.0.
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps cryptography from 3.4.8 to 35.0.0.
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-major
Bumps certifi from 2021.5.30 to 2021.10.8.
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps paramiko from 2.7.2 to 2.8.0.
updated-dependencies:
- dependency-name: paramiko
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps cffi from 1.14.6 to 1.15.0.
updated-dependencies:
- dependency-name: cffi
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps pyyaml from 5.4.1 to 6.0.
updated-dependencies:
- dependency-name: pyyaml
dependency-type: direct:production
update-type: version-update:semver-major
Bumps filelock from 3.3.0 to 3.3.1.
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps idna from 2.10 to 3.3.
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
update-type: version-update:semver-major
Bumps pyparsing from 2.4.7 to 3.0.1.
updated-dependencies:
- dependency-name: pyparsing
dependency-type: direct:production
update-type: version-update:semver-major
Bumps filelock from 3.3.1 to 3.3.2.
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps py from 1.10.0 to 1.11.0.
updated-dependencies:
- dependency-name: py
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps pycparser from 2.20 to 2.21.
updated-dependencies:
- dependency-name: pycparser
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps alpine from 3.14.2 to 3.14.3.
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps pyparsing from 3.0.1 to 3.0.6.
updated-dependencies:
- dependency-name: pyparsing
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps packaging from 21.0 to 21.3.
updated-dependencies:
- dependency-name: packaging
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps filelock from 3.3.2 to 3.4.0.
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps cryptography from 35.0.0 to 36.0.0.
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-major
Bumps alpine from 3.14.3 to 3.15.0.
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps paramiko from 2.8.0 to 2.8.1.
updated-dependencies:
- dependency-name: paramiko
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps cryptography from 36.0.0 to 36.0.1.
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps python-lzo from 1.12 to 1.14.
updated-dependencies:
- dependency-name: python-lzo
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps paramiko from 2.8.1 to 2.9.1.
updated-dependencies:
- dependency-name: paramiko
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps attrs from 21.2.0 to 21.4.0.
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps psutil from 5.8.0 to 5.9.0.
updated-dependencies:
- dependency-name: psutil
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps requests from 2.26.0 to 2.27.0.
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps requests from 2.27.0 to 2.27.1.
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps pynacl from 1.4.0 to 1.5.0.
updated-dependencies:
- dependency-name: pynacl
dependency-type: direct:production
update-type: version-update:semver-minor
Bumps paramiko from 2.9.1 to 2.9.2.
updated-dependencies:
- dependency-name: paramiko
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps urllib3 from 1.26.7 to 1.26.8.
updated-dependencies:
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps ubi-reader from 0.7.0 to 0.7.2.
updated-dependencies:
- dependency-name: ubi-reader
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps pyparsing from 3.0.6 to 3.0.7.
updated-dependencies:
- dependency-name: pyparsing
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps pytest from 6.2.5 to 7.0.0.
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-major
Bumps pathlib2 from 2.3.6 to 2.3.7.post1.
updated-dependencies:
- dependency-name: pathlib2
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps pytest from 7.0.0 to 7.0.1.
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
Bumps paramiko from 2.9.2 to 2.10.2.
updated-dependencies:
- dependency-name: paramiko
dependency-type: direct:production
update-type: version-update:semver-minor
Released: 06.14.2024
New changes in meta-mender since dunfell-v2023.03:
lib64
.mender-client-dev
package. It was $(datadir)/dbus-1/interface
but it
should be interfaces
instead.has_journal
flag from mkfs.ext4 when
read-only-rootfs
flag is enabled, which causes issues in certain
configurations. Specifically it solves these problems:
mender-partuuid
feature for dunfell
MENDER_FLASH_TOOL
variable to mender-binary-delta.
This has no effect for mender-binary-delta versions older than 1.5.
(MEN-6774)mender-client
3.5.2mender-configure
1.1.1mender-configure
1.1.2mender-binary-delta
1.5.0mender-client
,
mender-connect
, mender-configure
, mender-artifact
,
mender-monitor
and mender-gateway
. These won't build in dunfell
and are not meant to be used from an LTS yocto release.Released: 03.13.2023
A total of 23 lines added, 9 removed (delta 14)
Developers with the most changesets | |
---|---|
Kristian Amlie | 1 (100.0%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 23 (100.0%) |
Developers with the most signoffs (total 1) | |
---|---|
Lluis Campos | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 1 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 23 (100.0%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
New changes in meta-mender since dunfell-v2023.02:
Released: 02.24.2023
A total of 472 lines added, 61 removed (delta 411)
Developers with the most changesets | |
---|---|
Lluis Campos | 6 (60.0%) |
Ole Petter Orhagen | 2 (20.0%) |
Justin Verble | 1 (10.0%) |
Fabio Tranchitella | 1 (10.0%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 465 (98.5%) |
Ole Petter Orhagen | 3 (0.6%) |
Justin Verble | 3 (0.6%) |
Fabio Tranchitella | 1 (0.2%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 9 (90.0%) |
Election Systems & Software | 1 (10.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 469 (99.4%) |
Election Systems & Software | 3 (0.6%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 3 (75.0%) |
Election Systems & Software | 1 (25.0%) |
New changes in meta-mender since dunfell-v2022.12:
mender-artifact
next recipe to be compatible with
dunfell
which builds with golang 1.14.
(MEN-6142)provide
two
pair of keys for each module:
rootfs-image.update-module.<UPDATE_MODULE>.version
and
rootfs-image.update-module.<UPDATE_MODULE>.mender_update_module
. This
also applies to the bootstrap Artifact which gets installed on first
boot. (MEN-5845)Released: 12.22.2022
A total of 1 lines added, 1 removed (delta 0)
Developers with the most changesets | |
---|---|
Ole Petter Orhagen | 1 (100.0%) |
Developers with the most changed lines | |
---|---|
Ole Petter Orhagen | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 1 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
New changes in meta-mender since dunfell-v2022.11:
2.x
client is once again the default.
(MEN-6122)Released: 11.22.2022
A total of 157 lines added, 18 removed (delta 139)
Developers with the most changesets | |
---|---|
Marek Belisko | 6 (75.0%) |
Lluis Campos | 2 (25.0%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 110 (70.1%) |
Marek Belisko | 47 (29.9%) |
Top changeset contributors by employer | |
---|---|
open-nandra | 6 (75.0%) |
Northern.tech | 2 (25.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 110 (70.1%) |
open-nandra | 47 (29.9%) |
Employers with the most hackers (total 2) | |
---|---|
Northern.tech | 1 (50.0%) |
open-nandra | 1 (50.0%) |
New changes in meta-mender since dunfell-v2022.10:
Released: 10.27.2022
A total of 461 lines added, 62 removed (delta 399)
Developers with the most changesets | |
---|---|
Kristian Amlie | 7 (70.0%) |
Ole Petter Orhagen | 1 (10.0%) |
Lluis Campos | 1 (10.0%) |
Peter Grzybowski | 1 (10.0%) |
Developers with the most changed lines | |
---|---|
Ole Petter Orhagen | 284 (59.3%) |
Kristian Amlie | 161 (33.6%) |
Lluis Campos | 32 (6.7%) |
Peter Grzybowski | 2 (0.4%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 18 (29.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 10 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 479 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 4 (100.0%) |
New changes in meta-mender since dunfell-v2022.09:
abort()ing pseudo client by server request.
See https://wiki.yoctoproject.org/wiki/Pseudo_Abort for more details on this
(MEN-5857)
Released: 09.07.2022
A total of 799 lines added, 175 removed (delta 624)
Developers with the most changesets | |
---|---|
Ole Petter Orhagen | 12 (30.8%) |
Kristian Amlie | 11 (28.2%) |
Peter Grzybowski | 5 (12.8%) |
Colin Finck | 3 (7.7%) |
Fabio Tranchitella | 2 (5.1%) |
Josef Holzmayr | 2 (5.1%) |
Leon Anavi | 2 (5.1%) |
Lluis Campos | 1 (2.6%) |
Sebastian Suesens | 1 (2.6%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 547 (64.6%) |
Peter Grzybowski | 181 (21.4%) |
Ole Petter Orhagen | 65 (7.7%) |
Colin Finck | 23 (2.7%) |
Josef Holzmayr | 12 (1.4%) |
Leon Anavi | 10 (1.2%) |
Fabio Tranchitella | 4 (0.5%) |
Lluis Campos | 3 (0.4%) |
Sebastian Suesens | 2 (0.2%) |
Developers with the most lines removed | |
---|---|
Josef Holzmayr | 2 (1.1%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 33 (84.6%) |
ENLYZE GMBH | 3 (7.7%) |
Konsulko Group | 2 (5.1%) |
Basler AG | 1 (2.6%) |
Top lines changed by employer | |
---|---|
Northern.tech | 812 (95.9%) |
ENLYZE GMBH | 23 (2.7%) |
Konsulko Group | 10 (1.2%) |
Basler AG | 2 (0.2%) |
Employers with the most hackers (total 9) | |
---|---|
Northern.tech | 6 (66.7%) |
ENLYZE GMBH | 1 (11.1%) |
Konsulko Group | 1 (11.1%) |
Basler AG | 1 (11.1%) |
New changes in meta-mender since dunfell-v2022.04:
externalsrc
.mender-client-data-dir
service file.repeated grub build with different MENDER_STORAGE_DEVICE
If a variable in do_configure task changed do_configure task is triggered again but not do_compile.This patch clean the build folder and triggered do_compile task again to get a fresh grub.cfg file with the fresh generated data from do_configure task.
$BUILDDIR/tmp/deploy/licenses
.meta-mender-commercial/files/licenses/Mender-Yocto-Layer-License.md
),
by adding this to their local.conf
:
LICENSE_FLAGS_ACCEPTED:append = " commercial_mender-yocto-layer-license"
Previous assignments of LICENSE_FLAGS_ACCEPTED
mentioning "mender"
software can be removed.
(MEN-5517)
dataimg: Load Mender files on F2FS
Bug fix to load Mender configuration files to the data partition when using F2FS through sload.f2fs.
mender-part-images: f2fs-tools-native if using F2FS
Add a dependency to f2fs-tools-native if using F2FS for the data partition.
Released: 04.11.2022
A total of 27 lines added, 11 removed (delta 16)
Developers with the most changesets | |
---|---|
Lluis Campos | 4 (80.0%) |
Leon Anavi | 1 (20.0%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 27 (77.1%) |
Leon Anavi | 8 (22.9%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 4 (80.0%) |
Konsulko Group | 1 (20.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 27 (77.1%) |
Konsulko Group | 8 (22.9%) |
Employers with the most hackers (total 2) | |
---|---|
Northern.tech | 1 (50.0%) |
Konsulko Group | 1 (50.0%) |
New changes in meta-mender since dunfell-v2022.03:
Merge pull request #1652 from lluiscampos/qemu-docker-update-alpine
Bump alpine in /meta-mender-qemu/docker/qemux86-64
meta-mender-demo: Add demo functionality for mender-gateway
Requires the user to extend SRC_URI of mender-gateway with the location of the examples tarball:
SRC_URI_pn-mender-gateway_append = " file:///<download-path>/mender-gateway-examples-1.0.0.tar"
Download the tarball from https://docs.mender.io/downloads (MEN-5475)
Released: 03.25.2022
A total of 30 lines added, 4 removed (delta 26)
Developers with the most changesets | |
---|---|
Josef Holzmayr | 4 (66.7%) |
Leon Anavi | 1 (16.7%) |
Corey Cothrum | 1 (16.7%) |
Developers with the most changed lines | |
---|---|
Josef Holzmayr | 24 (80.0%) |
Leon Anavi | 4 (13.3%) |
Corey Cothrum | 2 (6.7%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 4 (66.7%) |
Konsulko Group | 1 (16.7%) |
contact@coreycothrum.com | 1 (16.7%) |
Top lines changed by employer | |
---|---|
Northern.tech | 24 (80.0%) |
Konsulko Group | 4 (13.3%) |
contact@coreycothrum.com | 2 (6.7%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 1 (33.3%) |
Konsulko Group | 1 (33.3%) |
contact@coreycothrum.com | 1 (33.3%) |
New changes in meta-mender since zeus-v2022.02:
Released: 03.14.2022
A total of 217 lines added, 121 removed (delta 96)
Developers with the most changesets | |
---|---|
Lluis Campos | 6 (40.0%) |
Josef Holzmayr | 4 (26.7%) |
Kristian Amlie | 2 (13.3%) |
Leon Anavi | 1 (6.7%) |
Ole Petter Orhagen | 1 (6.7%) |
Corey Cothrum | 1 (6.7%) |
Developers with the most changed lines | |
---|---|
Ole Petter Orhagen | 109 (50.2%) |
Lluis Campos | 69 (31.8%) |
Josef Holzmayr | 24 (11.1%) |
Kristian Amlie | 9 (4.1%) |
Leon Anavi | 4 (1.8%) |
Corey Cothrum | 2 (0.9%) |
Developers with the most signoffs (total 1) | |
---|---|
Lluis Campos | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 13 (86.7%) |
Konsulko Group | 1 (6.7%) |
contact@coreycothrum.com | 1 (6.7%) |
Top lines changed by employer | |
---|---|
Northern.tech | 211 (97.2%) |
Konsulko Group | 4 (1.8%) |
contact@coreycothrum.com | 2 (0.9%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 6) | |
---|---|
Northern.tech | 4 (66.7%) |
Konsulko Group | 1 (16.7%) |
contact@coreycothrum.com | 1 (16.7%) |
New changes in meta-mender since dunfell-v2022.02:
Released 02.28.2022
A total of 681 lines added, 137 removed (delta 544)
Developers with the most changesets | |
---|---|
Lluis Campos | 12 (42.9%) |
Ole Petter Orhagen | 8 (28.6%) |
Kristian Amlie | 6 (21.4%) |
Marek Belisko | 2 (7.1%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 628 (89.3%) |
Ole Petter Orhagen | 34 (4.8%) |
Kristian Amlie | 31 (4.4%) |
Marek Belisko | 10 (1.4%) |
Developers with the most signoffs (total 1) | |
---|---|
Ole Petter Orhagen | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 26 (92.9%) |
open-nandra | 2 (7.1%) |
Top lines changed by employer | |
---|---|
Northern.tech | 693 (98.6%) |
open-nandra | 10 (1.4%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 3 (75.0%) |
open-nandra | 1 (25.0%) |
New changes in meta-mender since zeus-v2021.12:
Released 02.16.2022
A total of 674 lines added, 133 removed (delta 541)
Developers with the most changesets | |
---|---|
Lluis Campos | 10 (37.0%) |
Ole Petter Orhagen | 9 (33.3%) |
Kristian Amlie | 6 (22.2%) |
Marek Belisko | 2 (7.4%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 611 (87.8%) |
Ole Petter Orhagen | 44 (6.3%) |
Kristian Amlie | 31 (4.5%) |
Marek Belisko | 10 (1.4%) |
Developers with the most signoffs (total 1) | |
---|---|
Ole Petter Orhagen | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 25 (92.6%) |
open-nandra | 2 (7.4%) |
Top lines changed by employer | |
---|---|
Northern.tech | 686 (98.6%) |
open-nandra | 10 (1.4%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 3 (75.0%) |
open-nandra | 1 (25.0%) |
New changes in meta-mender since dunfell-v2021.12:
Released 12.20.2021
A total of 25 lines added, 7 removed (delta 18)
Developers with the most changesets | |
---|---|
Kristian Amlie | 2 (50.0%) |
Clément Péron | 1 (25.0%) |
Lluis Campos | 1 (25.0%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 13 (52.0%) |
Clément Péron | 9 (36.0%) |
Kristian Amlie | 3 (12.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 3 (75.0%) |
peron.clem@gmail.com | 1 (25.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 16 (64.0%) |
peron.clem@gmail.com | 9 (36.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 2 (66.7%) |
peron.clem@gmail.com | 1 (33.3%) |
New changes in meta-mender since zeus-v2021.11:
Released 12.03.2021
A total of 27 lines added, 8 removed (delta 19)
Developers with the most changesets | |
---|---|
Kristian Amlie | 2 (40.0%) |
Clément Péron | 1 (20.0%) |
Lluis Campos | 1 (20.0%) |
Peter Hatina | 1 (20.0%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 13 (48.1%) |
Clément Péron | 9 (33.3%) |
Kristian Amlie | 3 (11.1%) |
Peter Hatina | 2 (7.4%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 3 (60.0%) |
peron.clem@gmail.com | 1 (20.0%) |
peter@hatina.eu | 1 (20.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 16 (59.3%) |
peron.clem@gmail.com | 9 (33.3%) |
peter@hatina.eu | 2 (7.4%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 2 (50.0%) |
peron.clem@gmail.com | 1 (25.0%) |
peter@hatina.eu | 1 (25.0%) |
New changes in meta-mender since dunfell-v2021.11:
Released 11.19.2021
A total of 5 lines added, 4 removed (delta 1)
Developers with the most changesets | |
---|---|
Peter Hatina | 1 (33.3%) |
Kristian Amlie | 1 (33.3%) |
Clément Péron | 1 (33.3%) |
Developers with the most changed lines | |
---|---|
Peter Hatina | 2 (40.0%) |
Clément Péron | 2 (40.0%) |
Kristian Amlie | 1 (20.0%) |
Developers with the most signoffs (total 1) | |
---|---|
Lluis Campos | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 1 (33.3%) |
peter@hatina.eu | 1 (33.3%) |
peron.clem@gmail.com | 1 (33.3%) |
Top lines changed by employer | |
---|---|
peter@hatina.eu | 2 (40.0%) |
peron.clem@gmail.com | 2 (40.0%) |
Northern.tech | 1 (20.0%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 1 (33.3%) |
peter@hatina.eu | 1 (33.3%) |
peron.clem@gmail.com | 1 (33.3%) |
New changes in meta-mender since zeus-v2021.10:
+
.Released 11.02.2021
A total of 19 lines added, 17 removed (delta 2)
Developers with the most changesets | |
---|---|
Clément Péron | 1 (33.3%) |
Ole Petter Orhagen | 1 (33.3%) |
Kristian Amlie | 1 (33.3%) |
Developers with the most changed lines | |
---|---|
Ole Petter Orhagen | 17 (89.5%) |
Clément Péron | 1 (5.3%) |
Kristian Amlie | 1 (5.3%) |
Developers with the most signoffs (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 2 (66.7%) |
peron.clem@gmail.com | 1 (33.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 18 (94.7%) |
peron.clem@gmail.com | 1 (5.3%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 2 (66.7%) |
peron.clem@gmail.com | 1 (33.3%) |
New changes in meta-mender since dunfell-v2021.10:
+
.Released 10.05.2021
A total of 331 lines added, 61 removed (delta 270)
Developers with the most changesets | |
---|---|
Lluis Campos | 7 (36.8%) |
Ole Petter Orhagen | 4 (21.1%) |
Peter Grzybowski | 4 (21.1%) |
Kristian Amlie | 3 (15.8%) |
Alf-Rune Siqveland | 1 (5.3%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 207 (62.5%) |
Ole Petter Orhagen | 71 (21.5%) |
Peter Grzybowski | 31 (9.4%) |
Alf-Rune Siqveland | 15 (4.5%) |
Kristian Amlie | 7 (2.1%) |
Developers with the most signoffs (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 19 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 331 (100.0%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 5 (100.0%) |
New changes in meta-mender since zeus-v2021.07:
Released 10.04.2021
A total of 231 lines added, 33 removed (delta 198)
Developers with the most changesets | |
---|---|
Ole Petter Orhagen | 4 (26.7%) |
Lluis Campos | 4 (26.7%) |
Kristian Amlie | 3 (20.0%) |
Peter Grzybowski | 3 (20.0%) |
Alf-Rune Siqveland | 1 (6.7%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 123 (53.2%) |
Ole Petter Orhagen | 71 (30.7%) |
Peter Grzybowski | 15 (6.5%) |
Alf-Rune Siqveland | 15 (6.5%) |
Kristian Amlie | 7 (3.0%) |
Developers with the most signoffs (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 15 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 231 (100.0%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 5 (100.0%) |
New changes in meta-mender since dunfell-v2021.08:
Released 08.05.2021
A total of 179 lines added, 99 removed (delta 80)
Developers with the most changesets | |
---|---|
Lluis Campos | 7 (77.8%) |
Peter Grzybowski | 1 (11.1%) |
Kristian Amlie | 1 (11.1%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 109 (60.6%) |
Kristian Amlie | 55 (30.6%) |
Peter Grzybowski | 16 (8.9%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 9 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 180 (100.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 3 (100.0%) |
New changes in meta-mender since dunfell-v2021.07.02:
Released 07.23.2021
A total of 1314 lines added, 298 removed (delta 1016)
Developers with the most changesets | |
---|---|
Kristian Amlie | 12 (40.0%) |
Lluis Campos | 11 (36.7%) |
Ole Petter Orhagen | 2 (6.7%) |
Fabio Tranchitella | 2 (6.7%) |
Pierre-Jean Texier | 1 (3.3%) |
Corey Cothrum | 1 (3.3%) |
Alan Martinovic | 1 (3.3%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 1009 (76.6%) |
Lluis Campos | 238 (18.1%) |
Fabio Tranchitella | 55 (4.2%) |
Ole Petter Orhagen | 12 (0.9%) |
Pierre-Jean Texier | 1 (0.1%) |
Corey Cothrum | 1 (0.1%) |
Alan Martinovic | 1 (0.1%) |
Developers with the most signoffs (total 6) | |
---|---|
Lluis Campos | 6 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 28 (93.3%) |
texier.pj2@gmail.com | 1 (3.3%) |
contact@coreycothrum.com | 1 (3.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 1315 (99.8%) |
texier.pj2@gmail.com | 1 (0.1%) |
contact@coreycothrum.com | 1 (0.1%) |
Employers with the most signoffs (total 6) | |
---|---|
Northern.tech | 6 (100.0%) |
Employers with the most hackers (total 7) | |
---|---|
Northern.tech | 5 (71.4%) |
texier.pj2@gmail.com | 1 (14.3%) |
contact@coreycothrum.com | 1 (14.3%) |
New changes in meta-mender since zeus-v2021.04:
mender-configure-1.0.0-r0 do_package: SYSTEMD_SERVICE_mender-configure value mender-configure-apply-device-config.service does not exist.
PREFERRED_VERSION_mender-client = "3.%"
In particular, the single dash flags have been removed and replaced
with commands. It is no longer possible to use mender -install
, it
must be replaced with mender install
, and likewise for similar
commands.
Released 07.15.2021
A total of 10 lines added, 1 removed (delta 9)
Developers with the most changesets | |
---|---|
Ole Petter Orhagen | 1 (100.0%) |
Developers with the most changed lines | |
---|---|
Ole Petter Orhagen | 10 (100.0%) |
Developers with the most signoffs (total 2) | |
---|---|
Lluis Campos | 2 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 1 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 10 (100.0%) |
Employers with the most signoffs (total 2) | |
---|---|
Northern.tech | 2 (100.0%) |
Employers with the most hackers (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
New changes in meta-mender since dunfell-v2021.07:
Released 07.15.2021
A total of 1172 lines added, 227 removed (delta 945)
Developers with the most changesets | |
---|---|
Kristian Amlie | 11 (50.0%) |
Lluis Campos | 7 (31.8%) |
Ole Petter Orhagen | 1 (4.5%) |
Pierre-Jean Texier | 1 (4.5%) |
Corey Cothrum | 1 (4.5%) |
Alan Martinovic | 1 (4.5%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 956 (81.4%) |
Lluis Campos | 213 (18.1%) |
Ole Petter Orhagen | 2 (0.2%) |
Pierre-Jean Texier | 1 (0.1%) |
Corey Cothrum | 1 (0.1%) |
Alan Martinovic | 1 (0.1%) |
Developers with the most signoffs (total 1) | |
---|---|
Lluis Campos | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 20 (90.9%) |
texier.pj2@gmail.com | 1 (4.5%) |
contact@coreycothrum.com | 1 (4.5%) |
Top lines changed by employer | |
---|---|
Northern.tech | 1172 (99.8%) |
texier.pj2@gmail.com | 1 (0.1%) |
contact@coreycothrum.com | 1 (0.1%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 6) | |
---|---|
Northern.tech | 4 (66.7%) |
texier.pj2@gmail.com | 1 (16.7%) |
contact@coreycothrum.com | 1 (16.7%) |
New changes in meta-mender since dunfell-v2021.06:
mender-configure-1.0.0-r0 do_package: SYSTEMD_SERVICE_mender-configure value mender-configure-apply-device-config.service does not exist.
PREFERRED_VERSION_mender-client = "3.%"
In particular, the single dash flags have been removed and replaced
with commands. It is no longer possible to use mender -install
, it
must be replaced with mender install
, and likewise for similar
commands.
Released 05.28.2021
A total of 55 lines added, 1 removed (delta 54)
Developers with the most changesets | |
---|---|
Fabio Tranchitella | 2 (100.0%) |
Developers with the most changed lines | |
---|---|
Fabio Tranchitella | 55 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 2 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 55 (100.0%) |
Employers with the most hackers (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
New changes in meta-mender since dunfell-v2021.04:
Released 04.23.2021
A total of 264 lines added, 92 removed (delta 172)
Developers with the most changesets | |
---|---|
Kristian Amlie | 9 (34.6%) |
Lluis Campos | 8 (30.8%) |
Ole Petter Orhagen | 7 (26.9%) |
Peter Grzybowski | 1 (3.8%) |
Leon Anavi | 1 (3.8%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 125 (46.5%) |
Lluis Campos | 99 (36.8%) |
Ole Petter Orhagen | 37 (13.8%) |
Leon Anavi | 6 (2.2%) |
Peter Grzybowski | 2 (0.7%) |
Developers with the most signoffs (total 1) | |
---|---|
Lluis Campos | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 25 (96.2%) |
Konsulko Group | 1 (3.8%) |
Top lines changed by employer | |
---|---|
Northern.tech | 263 (97.8%) |
Konsulko Group | 6 (2.2%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 4 (80.0%) |
Konsulko Group | 1 (20.0%) |
New changes in meta-mender since zeus-v2021.02:
mender-systemd
class is set (the default),
mender-configure now provides a service file for systemd which will
automatically apply the stored configuration on startup.update-ca-certificates
to produce a hashed symlink to
them, which is required by some programs, such as curl.
(MEN-4580)Released 04.23.2021
A total of 271 lines added, 94 removed (delta 177)
Developers with the most changesets | |
---|---|
Lluis Campos | 9 (33.3%) |
Kristian Amlie | 9 (33.3%) |
Ole Petter Orhagen | 7 (25.9%) |
Peter Grzybowski | 1 (3.7%) |
Leon Anavi | 1 (3.7%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 124 (44.9%) |
Lluis Campos | 107 (38.8%) |
Ole Petter Orhagen | 37 (13.4%) |
Leon Anavi | 6 (2.2%) |
Peter Grzybowski | 2 (0.7%) |
Developers with the most signoffs (total 6) | |
---|---|
Lluis Campos | 6 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 26 (96.3%) |
Konsulko Group | 1 (3.7%) |
Top lines changed by employer | |
---|---|
Northern.tech | 270 (97.8%) |
Konsulko Group | 6 (2.2%) |
Employers with the most signoffs (total 6) | |
---|---|
Northern.tech | 6 (100.0%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 4 (80.0%) |
Konsulko Group | 1 (20.0%) |
New changes in meta-mender since warrior-v2021.02:
mender-systemd
class is set (the default),
mender-configure now provides a service file for systemd which will
automatically apply the stored configuration on startup.update-ca-certificates
to produce a hashed symlink to
them, which is required by some programs, such as curl.
(MEN-4580)Released 04.16.2021
A total of 271 lines added, 85 removed (delta 186)
Developers with the most changesets | |
---|---|
Kristian Amlie | 12 (50.0%) |
Ole Petter Orhagen | 7 (29.2%) |
Lluis Campos | 5 (20.8%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 143 (52.6%) |
Lluis Campos | 92 (33.8%) |
Ole Petter Orhagen | 37 (13.6%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 24 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 272 (100.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 3 (100.0%) |
New changes in meta-mender since dunfell-v2021.03:
mender-systemd
class is set (the default),
mender-configure now provides a service file for systemd which will
automatically apply the stored configuration on startup.EFI_PROVIDER
being set incorrectly when using certain layers.update-ca-certificates
to produce a hashed symlink to
them, which is required by some programs, such as curl.
(MEN-4580)Released 03.05.2021
A total of 29 lines added, 23 removed (delta 6)
Developers with the most changesets | |
---|---|
Lluis Campos | 5 (62.5%) |
Kristian Amlie | 2 (25.0%) |
Leon Anavi | 1 (12.5%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 16 (47.1%) |
Lluis Campos | 12 (35.3%) |
Leon Anavi | 6 (17.6%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 2 (8.7%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 7 (87.5%) |
Konsulko Group | 1 (12.5%) |
Top lines changed by employer | |
---|---|
Northern.tech | 28 (82.4%) |
Konsulko Group | 6 (17.6%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 2 (66.7%) |
Konsulko Group | 1 (33.3%) |
New changes in meta-mender since dunfell-v2021.01:
Released 02.22.2021
A total of 887 lines added, 368 removed (delta 519)
Developers with the most changesets | |
---|---|
Lluis Campos | 22 (40.0%) |
Kristian Amlie | 18 (32.7%) |
Fabio Tranchitella | 14 (25.5%) |
Ole Petter Orhagen | 1 (1.8%) |
Developers with the most changed lines | |
---|---|
Fabio Tranchitella | 407 (42.0%) |
Lluis Campos | 379 (39.2%) |
Kristian Amlie | 162 (16.7%) |
Ole Petter Orhagen | 20 (2.1%) |
Developers with the most lines removed | |
---|---|
Ole Petter Orhagen | 20 (5.4%) |
Developers with the most signoffs (total 7) | |
---|---|
Lluis Campos | 7 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 55 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 968 (100.0%) |
Employers with the most signoffs (total 7) | |
---|---|
Northern.tech | 7 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 4 (100.0%) |
New changes in meta-mender since zeus-v2020.12:
PACKAGECONFIG
.
It defaults to on, but can be turned off with:
PACKAGECONFIG_remove = "dbus"
Backported to dunfell, modifying the PACKAGECONFIG defaults and amending the test. (MEN-4014)
MENDER_CERT_LOCATION
to be trusted by other services running in the
device. (MEN-4273)Released 02.22.2021
A total of 272 lines added, 180 removed (delta 92)
Developers with the most changesets | |
---|---|
Kristian Amlie | 13 (43.3%) |
Lluis Campos | 12 (40.0%) |
Fabio Tranchitella | 5 (16.7%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 202 (64.3%) |
Kristian Amlie | 77 (24.5%) |
Fabio Tranchitella | 35 (11.1%) |
Developers with the most signoffs (total 8) | |
---|---|
Lluis Campos | 8 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 30 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 314 (100.0%) |
Employers with the most signoffs (total 8) | |
---|---|
Northern.tech | 8 (100.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 3 (100.0%) |
New changes in meta-mender since warrior-v2020.12:
PACKAGECONFIG
.
It defaults to on, but can be turned off with:
PACKAGECONFIG_remove = "dbus"
Backported to dunfell, modifying the PACKAGECONFIG defaults and amending the test. Backported to warrior, removing the test. (MEN-4014)
MENDER_CERT_LOCATION
to be trusted by other services running in the
device. (MEN-4273)Released 01.26.2021
A total of 959 lines added, 405 removed (delta 554)
Developers with the most changesets | |
---|---|
Lluis Campos | 28 (43.1%) |
Kristian Amlie | 21 (32.3%) |
Fabio Tranchitella | 14 (21.5%) |
Drew Moseley | 1 (1.5%) |
Ole Petter Orhagen | 1 (1.5%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 439 (41.6%) |
Fabio Tranchitella | 408 (38.6%) |
Kristian Amlie | 186 (17.6%) |
Ole Petter Orhagen | 20 (1.9%) |
Drew Moseley | 3 (0.3%) |
Developers with the most lines removed | |
---|---|
Ole Petter Orhagen | 20 (4.9%) |
Developers with the most signoffs (total 2) | |
---|---|
Lluis Campos | 2 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 65 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 1056 (100.0%) |
Employers with the most signoffs (total 2) | |
---|---|
Northern.tech | 2 (100.0%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 5 (100.0%) |
New changes in meta-mender since dunfell-v2020.12:
PACKAGECONFIG
.
It defaults to on, but can be turned off with:
PACKAGECONFIG_remove = "dbus"
Backported to dunfell, modifying the PACKAGECONFIG defaults and amending the test. (MEN-4014)
MENDER_CERT_LOCATION
to be trusted by other services running in the
device. (MEN-4273)ServerURL
can be configured setting yocto variable
MENDER_SERVER_URL
, same as used by mender-client recipe. If a
mender-shell.conf
file is found in the SRC_URI
the contents will be
merged. (MEN-4242)User
to generated mender-shell.conf. The
value of it is configured using MENDER_SHELL_USER
variable, which
defaults to nobody
for meta-mender-core and root
for
meta-mender-demo.
(MEN-4242)Released 12.16.2020
A total of 676 lines added, 2800 removed (delta -2124)
Developers with the most changesets | |
---|---|
Lluis Campos | 12 (34.3%) |
Kristian Amlie | 9 (25.7%) |
Ole Petter Orhagen | 6 (17.1%) |
Drew Moseley | 3 (8.6%) |
Kasper Føns | 2 (5.7%) |
Fabio Tranchitella | 2 (5.7%) |
Peter Grzybowski | 1 (2.9%) |
Developers with the most changed lines | |
---|---|
Ole Petter Orhagen | 1826 (56.0%) |
Lluis Campos | 1329 (40.7%) |
Kristian Amlie | 84 (2.6%) |
Fabio Tranchitella | 12 (0.4%) |
Drew Moseley | 6 (0.2%) |
Kasper Føns | 5 (0.2%) |
Peter Grzybowski | 1 (0.0%) |
Developers with the most lines removed | |
---|---|
Ole Petter Orhagen | 1274 (45.5%) |
Lluis Campos | 838 (29.9%) |
Kristian Amlie | 22 (0.8%) |
Drew Moseley | 2 (0.1%) |
Developers with the most signoffs (total 5) | |
---|---|
Lluis Campos | 3 (60.0%) |
Kristian Amlie | 2 (40.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 33 (94.3%) |
Chora | 2 (5.7%) |
Top lines changed by employer | |
---|---|
Northern.tech | 3258 (99.8%) |
Chora | 5 (0.2%) |
Employers with the most signoffs (total 5) | |
---|---|
Northern.tech | 5 (100.0%) |
Employers with the most hackers (total 7) | |
---|---|
Northern.tech | 6 (85.7%) |
Chora | 1 (14.3%) |
New changes in meta-mender since zeus-v2020.10:
ServerURL
can be configured setting yocto variable
MENDER_SERVER_URL
, same as used by mender-client recipe. If a
mender-connect.conf
file is found in the SRC_URI
the contents will be
merged. (MEN-4242)User
to generated mender-connect.conf. The
value of it is configured using MENDER_CONNECT_USER
variable, which
defaults to nobody
for meta-mender-core and root
for
meta-mender-demo.
(MEN-4242)Released 12.16.2020
A total of 750 lines added, 94 removed (delta 656)
Developers with the most changesets | |
---|---|
Lluis Campos | 8 (33.3%) |
Kristian Amlie | 7 (29.2%) |
Ole Petter Orhagen | 5 (20.8%) |
Kasper Føns | 2 (8.3%) |
Drew Moseley | 1 (4.2%) |
Peter Grzybowski | 1 (4.2%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 534 (68.0%) |
Ole Petter Orhagen | 166 (21.1%) |
Kristian Amlie | 76 (9.7%) |
Kasper Føns | 5 (0.6%) |
Drew Moseley | 3 (0.4%) |
Peter Grzybowski | 1 (0.1%) |
Developers with the most lines removed | |
---|---|
Kristian Amlie | 13 (13.8%) |
Drew Moseley | 2 (2.1%) |
Developers with the most signoffs (total 2) | |
---|---|
Lluis Campos | 2 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 22 (91.7%) |
Chora | 2 (8.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 780 (99.4%) |
Chora | 5 (0.6%) |
Employers with the most signoffs (total 2) | |
---|---|
Northern.tech | 2 (100.0%) |
Employers with the most hackers (total 6) | |
---|---|
Northern.tech | 5 (83.3%) |
Chora | 1 (16.7%) |
New changes in meta-mender since warrior-v2020.10:
64bit
ext4 filesystem feature.
(MEN-3513)ServerURL
can be configured setting yocto variable
MENDER_SERVER_URL
, same as used by mender-client recipe. If a
mender-connect.conf
file is found in the SRC_URI
the contents will be
merged. (MEN-4242)User
to generated mender-connect.conf. The
value of it is configured using MENDER_CONNECT_USER
variable, which
defaults to nobody
for meta-mender-core and root
for
meta-mender-demo.
(MEN-4242)Released 12.08.2020
A total of 547 lines added, 1726 removed (delta -1179)
Developers with the most changesets | |
---|---|
Kristian Amlie | 7 (38.9%) |
Ole Petter Orhagen | 5 (27.8%) |
Lluis Campos | 3 (16.7%) |
Kasper Føns | 2 (11.1%) |
Drew Moseley | 1 (5.6%) |
Developers with the most changed lines | |
---|---|
Ole Petter Orhagen | 1823 (87.5%) |
Kristian Amlie | 143 (6.9%) |
Lluis Campos | 111 (5.3%) |
Kasper Føns | 5 (0.2%) |
Drew Moseley | 2 (0.1%) |
Developers with the most lines removed | |
---|---|
Ole Petter Orhagen | 1275 (73.9%) |
Developers with the most signoffs (total 2) | |
---|---|
Kristian Amlie | 2 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 16 (88.9%) |
Chora | 2 (11.1%) |
Top lines changed by employer | |
---|---|
Northern.tech | 2079 (99.8%) |
Chora | 5 (0.2%) |
Employers with the most signoffs (total 2) | |
---|---|
Northern.tech | 2 (100.0%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 4 (80.0%) |
Chora | 1 (20.0%) |
New changes in meta-mender since dunfell-v2020.11:
inherit
could not be used with
variables that had been defined with overrides that depended on
MENDER_FEATURES_ENABLE
. One example would be:
MYVAR_mender-grub = "grub-efi"
inherit ${MYVAR}
Released 11.16.2020
A total of 6 lines added, 1067 removed (delta -1061)
Developers with the most changesets | |
---|---|
Ole Petter Orhagen | 3 (50.0%) |
Lluis Campos | 2 (33.3%) |
Drew Moseley | 1 (16.7%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 922 (86.4%) |
Ole Petter Orhagen | 142 (13.3%) |
Drew Moseley | 3 (0.3%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 921 (86.3%) |
Ole Petter Orhagen | 138 (12.9%) |
Drew Moseley | 2 (0.2%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 6 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 1067 (100.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 3 (100.0%) |
New changes in meta-mender since dunfell-v2020.10:
457ea99
to 713c563
.457ea99
to 713c563
Released 10.13.2020
A total of 334 lines added, 431 removed (delta -97)
Developers with the most changesets | |
---|---|
Drew Moseley | 17 (53.1%) |
Kristian Amlie | 8 (25.0%) |
Lluis Campos | 2 (6.2%) |
Ole Petter Orhagen | 2 (6.2%) |
Fabio Tranchitella | 2 (6.2%) |
Peter Grzybowski | 1 (3.1%) |
Developers with the most changed lines | |
---|---|
Drew Moseley | 315 (65.9%) |
Kristian Amlie | 129 (27.0%) |
Ole Petter Orhagen | 15 (3.1%) |
Fabio Tranchitella | 12 (2.5%) |
Lluis Campos | 6 (1.3%) |
Peter Grzybowski | 1 (0.2%) |
Developers with the most lines removed | |
---|---|
Drew Moseley | 114 (26.5%) |
Developers with the most signoffs (total 5) | |
---|---|
Lluis Campos | 5 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 32 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 478 (100.0%) |
Employers with the most signoffs (total 5) | |
---|---|
Northern.tech | 5 (100.0%) |
Employers with the most hackers (total 6) | |
---|---|
Northern.tech | 6 (100.0%) |
New changes in meta-mender since dunfell-v2020.09:
Released 10.05.2020
A total of 86545 lines added, 31 removed (delta 86514)
Developers with the most changesets | |
---|---|
Drew Moseley | 5 (27.8%) |
Lluis Campos | 4 (22.2%) |
Peter Grzybowski | 2 (11.1%) |
Daniel Selvan D | 1 (5.6%) |
Kristian Amlie | 1 (5.6%) |
Mirza Krak | 1 (5.6%) |
Kasper Føns | 1 (5.6%) |
Kurt Kiefer | 1 (5.6%) |
Marek Belisko | 1 (5.6%) |
Ossian Riday | 1 (5.6%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 86467 (99.9%) |
Marek Belisko | 47 (0.1%) |
Peter Grzybowski | 10 (0.0%) |
Drew Moseley | 9 (0.0%) |
Kurt Kiefer | 7 (0.0%) |
Kristian Amlie | 4 (0.0%) |
Ossian Riday | 3 (0.0%) |
Kasper Føns | 2 (0.0%) |
Daniel Selvan D | 1 (0.0%) |
Mirza Krak | 1 (0.0%) |
Developers with the most signoffs (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 13 (72.2%) |
kekiefer@gmail.com | 1 (5.6%) |
danilselvan@gmail.com | 1 (5.6%) |
ossian.riday@gmail.com | 1 (5.6%) |
Chora | 1 (5.6%) |
open-nandra | 1 (5.6%) |
Top lines changed by employer | |
---|---|
Northern.tech | 86491 (99.9%) |
open-nandra | 47 (0.1%) |
kekiefer@gmail.com | 7 (0.0%) |
ossian.riday@gmail.com | 3 (0.0%) |
Chora | 2 (0.0%) |
danilselvan@gmail.com | 1 (0.0%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 10) | |
---|---|
Northern.tech | 5 (50.0%) |
open-nandra | 1 (10.0%) |
kekiefer@gmail.com | 1 (10.0%) |
ossian.riday@gmail.com | 1 (10.0%) |
Chora | 1 (10.0%) |
danilselvan@gmail.com | 1 (10.0%) |
New changes in meta-mender since zeus-v2020.07:
add_kconfig_option_with_depends.py
file throws Not sure how to handle Kconfig option that doesn't start with 'CONFIG_'
when the
provided defconfig file contains blank lines. It has been fixed by
checking for empty lines before processing for keys.Released 10.05.2020
A total of 86487 lines added, 100 removed (delta 86387)
Developers with the most changesets | |
---|---|
Drew Moseley | 7 (46.7%) |
Lluis Campos | 3 (20.0%) |
Peter Grzybowski | 1 (6.7%) |
Mirza Krak | 1 (6.7%) |
Kristian Amlie | 1 (6.7%) |
Michael Davis | 1 (6.7%) |
Kasper Føns | 1 (6.7%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 86463 (99.9%) |
Drew Moseley | 92 (0.1%) |
Peter Grzybowski | 9 (0.0%) |
Kristian Amlie | 4 (0.0%) |
Kasper Føns | 2 (0.0%) |
Mirza Krak | 1 (0.0%) |
Michael Davis | 1 (0.0%) |
Developers with the most lines removed | |
---|---|
Drew Moseley | 73 (73.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 13 (86.7%) |
Election Systems & Software | 1 (6.7%) |
Chora | 1 (6.7%) |
Top lines changed by employer | |
---|---|
Northern.tech | 86569 (100.0%) |
Chora | 2 (0.0%) |
Election Systems & Software | 1 (0.0%) |
Employers with the most signoffs (total 0) |
---|
Employers with the most hackers (total 7) | |
---|---|
Northern.tech | 5 (71.4%) |
Chora | 1 (14.3%) |
Election Systems & Software | 1 (14.3%) |
New changes in meta-mender since warrior-v2020.07:
Released 10.05.2020
A total of 82 lines added, 38 removed (delta 44)
Developers with the most changesets | |
---|---|
Drew Moseley | 7 (43.8%) |
Lluis Campos | 3 (18.8%) |
Gaurav Kalra | 2 (12.5%) |
Matthew Beckler | 2 (12.5%) |
Joerg Hofrichter | 1 (6.2%) |
Kristian Amlie | 1 (6.2%) |
Developers with the most changed lines | |
---|---|
Drew Moseley | 55 (63.2%) |
Lluis Campos | 16 (18.4%) |
Kristian Amlie | 10 (11.5%) |
Gaurav Kalra | 2 (2.3%) |
Matthew Beckler | 2 (2.3%) |
Joerg Hofrichter | 2 (2.3%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 11 (68.8%) |
Packet Power LLC | 2 (12.5%) |
National Instruments | 1 (6.2%) |
gvkalra@gmail.com | 1 (6.2%) |
SM Instruments Inc. | 1 (6.2%) |
Top lines changed by employer | |
---|---|
Northern.tech | 81 (93.1%) |
Packet Power LLC | 2 (2.3%) |
National Instruments | 2 (2.3%) |
gvkalra@gmail.com | 1 (1.1%) |
SM Instruments Inc. | 1 (1.1%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 7) | |
---|---|
Northern.tech | 3 (42.9%) |
Packet Power LLC | 1 (14.3%) |
National Instruments | 1 (14.3%) |
gvkalra@gmail.com | 1 (14.3%) |
SM Instruments Inc. | 1 (14.3%) |
New changes in meta-mender since thud-v2019.12:
Released 10.05.2020
A total of 52 lines added, 60 removed (delta -8)
Developers with the most changesets | |
---|---|
Drew Moseley | 5 (45.5%) |
Lluis Campos | 2 (18.2%) |
Matthew Beckler | 2 (18.2%) |
Gaurav Kalra | 1 (9.1%) |
Kristian Amlie | 1 (9.1%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 49 (55.1%) |
Drew Moseley | 27 (30.3%) |
Kristian Amlie | 10 (11.2%) |
Matthew Beckler | 2 (2.2%) |
Gaurav Kalra | 1 (1.1%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 35 (58.3%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 8 (72.7%) |
Packet Power LLC | 2 (18.2%) |
SM Instruments Inc. | 1 (9.1%) |
Top lines changed by employer | |
---|---|
Northern.tech | 86 (96.6%) |
Packet Power LLC | 2 (2.2%) |
SM Instruments Inc. | 1 (1.1%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 3 (60.0%) |
Packet Power LLC | 1 (20.0%) |
SM Instruments Inc. | 1 (20.0%) |
New changes in meta-mender since sumo-v2019.12:
Released 10.05.2020
A total of 201 lines added, 147 removed (delta 54)
Developers with the most changesets | |
---|---|
Lluis Campos | 6 (46.2%) |
Kristian Amlie | 6 (46.2%) |
Ole Petter Orhagen | 1 (7.7%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 157 (55.5%) |
Ole Petter Orhagen | 113 (39.9%) |
Lluis Campos | 13 (4.6%) |
Developers with the most lines removed | |
---|---|
Ole Petter Orhagen | 82 (55.8%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 13 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 283 (100.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 3 (100.0%) |
New changes in meta-mender since rocko-v2019.08:
FILESEXTRAPATHS_prepend_pn-mender-binary-delta
now needs
to point to the folder containing arm
, aarch64
and x86_64
, not the folder
containing the binary.Released 09.17.2020
A total of 70 lines added, 136 removed (delta -66)
Developers with the most changesets | |
---|---|
Drew Moseley | 5 (26.3%) |
Peter Grzybowski | 3 (15.8%) |
Lluis Campos | 2 (10.5%) |
Kurt Kiefer | 2 (10.5%) |
Daniel Selvan D | 1 (5.3%) |
Kristian Amlie | 1 (5.3%) |
Ole Petter Orhagen | 1 (5.3%) |
Marek Belisko | 1 (5.3%) |
Mirza Krak | 1 (5.3%) |
Kasper Føns | 1 (5.3%) |
Developers with the most changed lines | |
---|---|
Marek Belisko | 64 (36.2%) |
Drew Moseley | 45 (25.4%) |
Peter Grzybowski | 35 (19.8%) |
Lluis Campos | 12 (6.8%) |
Kurt Kiefer | 9 (5.1%) |
Kristian Amlie | 4 (2.3%) |
Ossian Riday | 3 (1.7%) |
Kasper Føns | 2 (1.1%) |
Daniel Selvan D | 1 (0.6%) |
Ole Petter Orhagen | 1 (0.6%) |
Developers with the most lines removed | |
---|---|
Marek Belisko | 64 (47.1%) |
Drew Moseley | 34 (25.0%) |
Lluis Campos | 6 (4.4%) |
Developers with the most signoffs (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 13 (68.4%) |
kekiefer@gmail.com | 2 (10.5%) |
danilselvan@gmail.com | 1 (5.3%) |
ossian.riday@gmail.com | 1 (5.3%) |
Chora | 1 (5.3%) |
open-nandra | 1 (5.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 98 (55.4%) |
open-nandra | 64 (36.2%) |
kekiefer@gmail.com | 9 (5.1%) |
ossian.riday@gmail.com | 3 (1.7%) |
Chora | 2 (1.1%) |
danilselvan@gmail.com | 1 (0.6%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 11) | |
---|---|
Northern.tech | 6 (54.5%) |
open-nandra | 1 (9.1%) |
kekiefer@gmail.com | 1 (9.1%) |
ossian.riday@gmail.com | 1 (9.1%) |
Chora | 1 (9.1%) |
danilselvan@gmail.com | 1 (9.1%) |
New changes in meta-mender since dunfell-v2020.07:
add_kconfig_option_with_depends.py
file throws Not sure how to handle Kconfig option that doesn't start with 'CONFIG_'
when the
provided defconfig file contains blank lines. It has been fixed by
checking for empty lines before processing for keys.Released 07.29.2020
A total of 171 lines added, 54 removed (delta 117)
Developers with the most changesets | |
---|---|
Kristian Amlie | 4 (50.0%) |
Lluis Campos | 1 (12.5%) |
Ossian Riday | 1 (12.5%) |
Trevor Woerner | 1 (12.5%) |
Garrett Brown | 1 (12.5%) |
Developers with the most changed lines | |
---|---|
Garrett Brown | 147 (71.7%) |
Kristian Amlie | 51 (24.9%) |
Ossian Riday | 3 (1.5%) |
Lluis Campos | 2 (1.0%) |
Trevor Woerner | 2 (1.0%) |
Developers with the most lines removed | |
---|---|
Kristian Amlie | 33 (61.1%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 5 (62.5%) |
twoerner@gmail.com | 1 (12.5%) |
Aclima Inc. | 1 (12.5%) |
ossian.riday@gmail.com | 1 (12.5%) |
Top lines changed by employer | |
---|---|
Aclima Inc. | 147 (71.7%) |
Northern.tech | 53 (25.9%) |
ossian.riday@gmail.com | 3 (1.5%) |
twoerner@gmail.com | 2 (1.0%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 2 (40.0%) |
Aclima Inc. | 1 (20.0%) |
ossian.riday@gmail.com | 1 (20.0%) |
twoerner@gmail.com | 1 (20.0%) |
New changes in meta-mender since warrior-v2020.06:
regexp
module. A typical error log looks like this:
Welcome to GRUB!
Released 07.28.2020
A total of 895 lines added, 2274 removed (delta -1379)
Developers with the most changesets | |
---|---|
Kristian Amlie | 26 (83.9%) |
Peter Grzybowski | 1 (3.2%) |
Lluis Campos | 1 (3.2%) |
Corey Cothrum | 1 (3.2%) |
Ole Petter Orhagen | 1 (3.2%) |
Trevor Woerner | 1 (3.2%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 2435 (96.4%) |
Corey Cothrum | 72 (2.8%) |
Ole Petter Orhagen | 14 (0.6%) |
Peter Grzybowski | 2 (0.1%) |
Lluis Campos | 2 (0.1%) |
Trevor Woerner | 2 (0.1%) |
Developers with the most lines removed | |
---|---|
Kristian Amlie | 1459 (64.2%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 29 (93.5%) |
twoerner@gmail.com | 1 (3.2%) |
contact@coreycothrum.com | 1 (3.2%) |
Top lines changed by employer | |
---|---|
Northern.tech | 2453 (97.1%) |
contact@coreycothrum.com | 72 (2.8%) |
twoerner@gmail.com | 2 (0.1%) |
Employers with the most hackers (total 6) | |
---|---|
Northern.tech | 4 (66.7%) |
contact@coreycothrum.com | 1 (16.7%) |
twoerner@gmail.com | 1 (16.7%) |
New changes in meta-mender since zeus-v2020.06:
CONFIG_ENV_OFFSET
being wrong,
such as:
ERROR: u-boot-fw-utils-mender-auto-provided-1.0-r0 do_configure: U-Boot configuration rpi_4_config has setting:
CONFIG_ENV_OFFSET=0x400000
CONFIG_ENV_OFFSET_REDUND=0x800000
but Mender expects:
CONFIG_ENV_OFFSET=0x800000
Please fix U-Boot’s configuration file.
libubootenv
is now used instead of u-boot-fw-utils
. If
you have a "fw-utils" type recipe in your layer, you probably need to
remove it, particularly if it references u-boot-mender-common.inc
.fw_printenv
and
fw_setenv
tools:
root@raspberrypi4:~# fw_printenv
Cannot read environment, using default
Cannot read default environment from file
(MEN-3834)
Released 07.16.2020
A total of 203 lines added, 1050 removed (delta -847)
Developers with the most changesets | |
---|---|
Kristian Amlie | 15 (83.3%) |
Trevor Woerner | 1 (5.6%) |
Ole Petter Orhagen | 1 (5.6%) |
Lluis Campos | 1 (5.6%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 1145 (98.5%) |
Ole Petter Orhagen | 14 (1.2%) |
Trevor Woerner | 2 (0.2%) |
Lluis Campos | 2 (0.2%) |
Developers with the most lines removed | |
---|---|
Kristian Amlie | 862 (82.1%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 17 (94.4%) |
twoerner@gmail.com | 1 (5.6%) |
Top lines changed by employer | |
---|---|
Northern.tech | 1161 (99.8%) |
twoerner@gmail.com | 2 (0.2%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 3 (75.0%) |
twoerner@gmail.com | 1 (25.0%) |
New changes in meta-mender since zeus-v2020.06:
CONFIG_ENV_OFFSET
being wrong,
such as:
ERROR: u-boot-fw-utils-mender-auto-provided-1.0-r0 do_configure: U-Boot configuration rpi_4_config has setting:
CONFIG_ENV_OFFSET=0x400000
CONFIG_ENV_OFFSET_REDUND=0x800000
but Mender expects:
CONFIG_ENV_OFFSET=0x800000
Please fix U-Boot’s configuration file.
Released 06.12.2020
A total of 7169 lines added, 4936 removed (delta 2233)
Developers with the most changesets | |
---|---|
Kristian Amlie | 79 (41.4%) |
Ole Petter Orhagen | 33 (17.3%) |
Lluis Campos | 22 (11.5%) |
Drew Moseley | 19 (9.9%) |
Marcin Pasinski | 10 (5.2%) |
Mirza Krak | 9 (4.7%) |
Alf-Rune Siqveland | 4 (2.1%) |
Joerg Hofrichter | 3 (1.6%) |
Marek Belisko | 2 (1.0%) |
Gaurav Kalra | 2 (1.0%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 3006 (33.1%) |
Ole Petter Orhagen | 2699 (29.7%) |
Joerg Hofrichter | 1522 (16.8%) |
Marcin Pasinski | 1016 (11.2%) |
Drew Moseley | 275 (3.0%) |
Mirza Krak | 244 (2.7%) |
Marek Belisko | 163 (1.8%) |
Lluis Campos | 101 (1.1%) |
Alf-Rune Siqveland | 19 (0.2%) |
Joris Offouga | 16 (0.2%) |
Developers with the most lines removed | |
---|---|
Kristian Amlie | 839 (17.0%) |
Joris Offouga | 16 (0.3%) |
Developers with the most signoffs (total 4) | |
---|---|
Maciej Borzecki | 2 (50.0%) |
Kristian Amlie | 1 (25.0%) |
Drew Moseley | 1 (25.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 176 (92.1%) |
National Instruments | 3 (1.6%) |
walkbase | 2 (1.0%) |
Packet Power LLC | 2 (1.0%) |
open-nandra | 2 (1.0%) |
BayLibre | 1 (0.5%) |
alex.misch901@gmail.com | 1 (0.5%) |
guillaume.kh.alt@gmail.com | 1 (0.5%) |
SM Instruments Inc. | 1 (0.5%) |
offougajoris@gmail.com | 1 (0.5%) |
Top lines changed by employer | |
---|---|
Northern.tech | 7360 (81.1%) |
National Instruments | 1522 (16.8%) |
open-nandra | 163 (1.8%) |
offougajoris@gmail.com | 16 (0.2%) |
walkbase | 8 (0.1%) |
Packet Power LLC | 2 (0.0%) |
BayLibre | 1 (0.0%) |
alex.misch901@gmail.com | 1 (0.0%) |
guillaume.kh.alt@gmail.com | 1 (0.0%) |
SM Instruments Inc. | 1 (0.0%) |
Employers with the most signoffs (total 4) | |
---|---|
Northern.tech | 2 (50.0%) |
RnDity | 2 (50.0%) |
Employers with the most hackers (total 17) | |
---|---|
Northern.tech | 7 (41.2%) |
National Instruments | 1 (5.9%) |
open-nandra | 1 (5.9%) |
offougajoris@gmail.com | 1 (5.9%) |
walkbase | 1 (5.9%) |
Packet Power LLC | 1 (5.9%) |
BayLibre | 1 (5.9%) |
alex.misch901@gmail.com | 1 (5.9%) |
guillaume.kh.alt@gmail.com | 1 (5.9%) |
SM Instruments Inc. | 1 (5.9%) |
New changes in meta-mender since warrior-v2020.06:
MENDER_EXTRA_PARTS
is used.
mender-growfs-data
and MENDER_EXTRA_PARTS
are mutually exclusive,
so set the default of mender-growfs-data
to off if
MENDER_EXTRA_PARTS
is being used.mender-grub
, and instead using
Barebox, for example./lib64
symlink on
the root filesystem for 64-bit systems. This symlink is normally
missing when building with Yocto, but was provided by the LSB package
previously. The directory is necessary to remain compatible with
software built outside of Yocto. The Mender demo artifact, as well as
the binary delta update module are examples of such components.
If the link turns out to conflict with another package, it should be
possible to work around the problem by adding this to the other
package, either in the original .bb
file or a .bbappend
file:
RPROVIDES_${PN} += "lsb-ld"
CONFIG_ENV_SIZE
, CONFIG_ENV_OFFSET
and
CONFIG_ENV_OFFSET_REDUND
now need to be defined in the board's
defconfig
file. In addition, the redundant environment now need to
be specifically enabled, using the new switch,
CONFIG_SYS_REDUNAND_ENVIRONMENT
. If you are using
MENDER_UBOOT_AUTO_CONFIGURE=1
, then this is handled automatically,
but if not you will need to add this to your board's defconfig
file:
CONFIG_SYS_REDUNAND_ENVIRONMENT=y
CONFIG_ENV_SIZE=0x20000
CONFIG_ENV_OFFSET=0x800000
CONFIG_ENV_OFFSET_REDUND=0x1000000
Note that the values may differ from the values you actually need,
these are just the defaults from the meta-mender Yocto
layer. CONFIG_ENV_SIZE
need to match the MENDER_ENV_SIZE
Bitbake
variable, and CONFIG_ENV_OFFSET
and CONFIG_ENV_OFFSET_REDUND
should (usually) be 1x and 2x the MENDER_PARTITION_ALIGNMENT
variable. If the values are not as expected, then you will get an
error during the compile stage.
local.conf
:
PREFERRED_VERSION_pn-mender-client = "2.3.0b1"
PREFERRED_VERSION_pn-mender-artifact = "3.4.0b1"
PREFERRED_VERSION_pn-mender-artifact-native = "3.4.0b1"
local.conf
:
PREFERRED_VERSION_pn-mender-binary-delta = "1.1.0b1"
64bit
ext4 filesystem feature.
(MEN-3513)Released 06.08.2020
A total of 166 lines added, 163 removed (delta 3)
Developers with the most changesets | |
---|---|
Kristian Amlie | 6 (35.3%) |
Ole Petter Orhagen | 5 (29.4%) |
Mirza Krak | 4 (23.5%) |
Drew Moseley | 2 (11.8%) |
Developers with the most changed lines | |
---|---|
Mirza Krak | 123 (48.2%) |
Kristian Amlie | 121 (47.5%) |
Drew Moseley | 6 (2.4%) |
Ole Petter Orhagen | 5 (2.0%) |
Developers with the most lines removed | |
---|---|
Kristian Amlie | 83 (50.9%) |
Developers with the most signoffs (total 1) | |
---|---|
Lluis Campos | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 17 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 255 (100.0%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 4 (100.0%) |
New changes in meta-mender since warrior-v2020.05:
local.conf
:
PREFERRED_VERSION_pn-mender = "2.3.0b1"
PREFERRED_VERSION_pn-mender-artifact = "3.4.0b1"
PREFERRED_VERSION_pn-mender-artifact-native = "3.4.0b1"
local.conf
:
PREFERRED_VERSION_pn-mender-binary-delta = "1.1.0b1"
Released 05.05.2020
A total of 7 lines added, 7 removed (delta 0)
Developers with the most changesets | |
---|---|
Kristian Amlie | 3 (42.9%) |
Ole Petter Orhagen | 2 (28.6%) |
Mirza Krak | 1 (14.3%) |
Guillaume Khayat | 1 (14.3%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 4 (50.0%) |
Ole Petter Orhagen | 2 (25.0%) |
Mirza Krak | 1 (12.5%) |
Guillaume Khayat | 1 (12.5%) |
Developers with the most lines removed | |
---|---|
Kristian Amlie | 1 (14.3%) |
Developers with the most signoffs (total 2) | |
---|---|
Kristian Amlie | 2 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 6 (85.7%) |
guillaume.kh.alt@gmail.com | 1 (14.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 7 (87.5%) |
guillaume.kh.alt@gmail.com | 1 (12.5%) |
Employers with the most signoffs (total 2) | |
---|---|
Northern.tech | 2 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 3 (75.0%) |
guillaume.kh.alt@gmail.com | 1 (25.0%) |
New changes in meta-mender since warrior-v2020.04:
Released 04.08.2020
A total of 206 lines added, 47 removed (delta 159)
Developers with the most changesets | |
---|---|
Kristian Amlie | 2 (28.6%) |
Mirza Krak | 1 (14.3%) |
Lluis Campos | 1 (14.3%) |
Ole Petter Orhagen | 1 (14.3%) |
Alf-Rune Siqveland | 1 (14.3%) |
Drew Moseley | 1 (14.3%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 115 (47.7%) |
Mirza Krak | 70 (29.0%) |
Drew Moseley | 42 (17.4%) |
Lluis Campos | 7 (2.9%) |
Alf-Rune Siqveland | 6 (2.5%) |
Ole Petter Orhagen | 1 (0.4%) |
Developers with the most lines removed | |
---|---|
Drew Moseley | 35 (74.5%) |
Developers with the most signoffs (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 7 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 241 (100.0%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 6) | |
---|---|
Northern.tech | 6 (100.0%) |
New changes in meta-mender since warrior-v2020.03:
Released 03.09.2020
A total of 182 lines added, 157 removed (delta 25)
Developers with the most changesets | |
---|---|
Drew Moseley | 5 (38.5%) |
Kristian Amlie | 4 (30.8%) |
Lluis Campos | 3 (23.1%) |
Joris Offouga | 1 (7.7%) |
Developers with the most changed lines | |
---|---|
Drew Moseley | 244 (75.5%) |
Lluis Campos | 43 (13.3%) |
Kristian Amlie | 20 (6.2%) |
Joris Offouga | 16 (5.0%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 23 (14.6%) |
Joris Offouga | 16 (10.2%) |
Kristian Amlie | 4 (2.5%) |
Developers with the most signoffs (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 12 (92.3%) |
offougajoris@gmail.com | 1 (7.7%) |
Top lines changed by employer | |
---|---|
Northern.tech | 307 (95.0%) |
offougajoris@gmail.com | 16 (5.0%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 3 (75.0%) |
offougajoris@gmail.com | 1 (25.0%) |
New changes in meta-mender since warrior-v2020.02.2:
mender-grub
, and instead using
Barebox, for example.Released 02.18.2020
A total of 26 lines added, 7 removed (delta 19)
Developers with the most changesets | |
---|---|
Matthew Beckler | 2 (40.0%) |
Gaurav Kalra | 1 (20.0%) |
Joerg Hofrichter | 1 (20.0%) |
Drew Moseley | 1 (20.0%) |
Developers with the most changed lines | |
---|---|
Drew Moseley | 21 (80.8%) |
Matthew Beckler | 2 (7.7%) |
Joerg Hofrichter | 2 (7.7%) |
Gaurav Kalra | 1 (3.8%) |
Developers with the most signoffs (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Packet Power LLC | 2 (40.0%) |
National Instruments | 1 (20.0%) |
SM Instruments Inc. | 1 (20.0%) |
Northern.tech | 1 (20.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 21 (80.8%) |
Packet Power LLC | 2 (7.7%) |
National Instruments | 2 (7.7%) |
SM Instruments Inc. | 1 (3.8%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 1 (25.0%) |
Packet Power LLC | 1 (25.0%) |
National Instruments | 1 (25.0%) |
SM Instruments Inc. | 1 (25.0%) |
New changes in meta-mender since warrior-v2020.02:
Released 02.12.2020
A total of 69 lines added, 42 removed (delta 27)
Developers with the most changesets | |
---|---|
Drew Moseley | 7 (43.8%) |
Kristian Amlie | 6 (37.5%) |
Lluis Campos | 1 (6.2%) |
Gaurav Kalra | 1 (6.2%) |
Benjamin Byholm | 1 (6.2%) |
Developers with the most changed lines | |
---|---|
Drew Moseley | 36 (45.6%) |
Kristian Amlie | 25 (31.6%) |
Lluis Campos | 10 (12.7%) |
Benjamin Byholm | 7 (8.9%) |
Gaurav Kalra | 1 (1.3%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 14 (87.5%) |
walkbase | 1 (6.2%) |
gvkalra@gmail.com | 1 (6.2%) |
Top lines changed by employer | |
---|---|
Northern.tech | 71 (89.9%) |
walkbase | 7 (8.9%) |
gvkalra@gmail.com | 1 (1.3%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 3 (60.0%) |
walkbase | 1 (20.0%) |
gvkalra@gmail.com | 1 (20.0%) |
New changes in meta-mender since warrior-v2019.12:
Released 12.17.2019
A total of 597 lines added, 366 removed (delta 231)
Developers with the most changesets | |
---|---|
Kristian Amlie | 17 (39.5%) |
Lluis Campos | 10 (23.3%) |
Drew Moseley | 9 (20.9%) |
Mirza Krak | 4 (9.3%) |
Ole Petter Orhagen | 1 (2.3%) |
Joerg Hofrichter | 1 (2.3%) |
Pierre-Jean Texier | 1 (2.3%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 370 (48.2%) |
Drew Moseley | 140 (18.3%) |
Ole Petter Orhagen | 113 (14.7%) |
Lluis Campos | 83 (10.8%) |
Mirza Krak | 58 (7.6%) |
Pierre-Jean Texier | 2 (0.3%) |
Joerg Hofrichter | 1 (0.1%) |
Developers with the most lines removed | |
---|---|
Ole Petter Orhagen | 82 (22.4%) |
Developers with the most signoffs (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 41 (95.3%) |
KONCEPTO | 1 (2.3%) |
National Instruments | 1 (2.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 764 (99.6%) |
KONCEPTO | 2 (0.3%) |
National Instruments | 1 (0.1%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 7) | |
---|---|
Northern.tech | 5 (71.4%) |
KONCEPTO | 1 (14.3%) |
National Instruments | 1 (14.3%) |
New changes in meta-mender since thud-v2019.08:
FILESEXTRAPATHS_prepend_pn-mender-binary-delta
now needs
to point to the folder containing arm
, aarch64
and x86_64
, not the folder
containing the binary.Released 12.17.2019
A total of 353 lines added, 241 removed (delta 112)
Developers with the most changesets | |
---|---|
Kristian Amlie | 10 (34.5%) |
Lluis Campos | 9 (31.0%) |
Drew Moseley | 6 (20.7%) |
Ole Petter Orhagen | 1 (3.4%) |
Joerg Hofrichter | 1 (3.4%) |
Mirza Krak | 1 (3.4%) |
Ajith P V | 1 (3.4%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 168 (34.4%) |
Drew Moseley | 130 (26.6%) |
Ole Petter Orhagen | 113 (23.1%) |
Lluis Campos | 41 (8.4%) |
Mirza Krak | 35 (7.2%) |
Joerg Hofrichter | 1 (0.2%) |
Ajith P V | 1 (0.2%) |
Developers with the most lines removed | |
---|---|
Ole Petter Orhagen | 82 (34.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 27 (93.1%) |
National Instruments | 1 (3.4%) |
ajithpv@outlook.com | 1 (3.4%) |
Top lines changed by employer | |
---|---|
Northern.tech | 487 (99.6%) |
National Instruments | 1 (0.2%) |
ajithpv@outlook.com | 1 (0.2%) |
Employers with the most hackers (total 7) | |
---|---|
Northern.tech | 5 (71.4%) |
National Instruments | 1 (14.3%) |
ajithpv@outlook.com | 1 (14.3%) |
New changes in meta-mender since sumo-v2019.08:
FILESEXTRAPATHS_prepend_pn-mender-binary-delta
now needs
to point to the folder containing arm
, aarch64
and x86_64
, not the folder
containing the binary.Released 12.10.2019
A total of 13 lines added, 8 removed (delta 5)
Developers with the most changesets | |
---|---|
Lluis Campos | 3 (50.0%) |
Drew Moseley | 2 (33.3%) |
Joerg Hofrichter | 1 (16.7%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 6 (46.2%) |
Drew Moseley | 6 (46.2%) |
Joerg Hofrichter | 1 (7.7%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 5 (83.3%) |
National Instruments | 1 (16.7%) |
Top lines changed by employer | |
---|---|
Northern.tech | 12 (92.3%) |
National Instruments | 1 (7.7%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 2 (66.7%) |
National Instruments | 1 (33.3%) |
New changes in meta-mender since warrior-v2019.11:
Released 10.30.2019
A total of 11 lines added, 4 removed (delta 7)
Developers with the most changesets | |
---|---|
Benjamin Byholm | 1 (33.3%) |
Lluis Campos | 1 (33.3%) |
Alf-Rune Siqveland | 1 (33.3%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 6 (54.5%) |
Alf-Rune Siqveland | 4 (36.4%) |
Benjamin Byholm | 1 (9.1%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 2 (66.7%) |
walkbase | 1 (33.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 10 (90.9%) |
walkbase | 1 (9.1%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 2 (66.7%) |
walkbase | 1 (33.3%) |
New changes in meta-mender since warrior-v2019.10.2:
Released 10.23.2019
New changes in mender-artifact since warrior-v2019.10:
Released 10.10.2019
A total of 2540 lines added, 1428 removed (delta 1112)
Developers with the most changesets | |
---|---|
Kristian Amlie | 74 (46.8%) |
Lluis Campos | 27 (17.1%) |
Drew Moseley | 18 (11.4%) |
Mirza Krak | 15 (9.5%) |
Ole Petter Orhagen | 7 (4.4%) |
Pierre-Jean Texier | 5 (3.2%) |
Paul Barker | 3 (1.9%) |
Dell Green | 2 (1.3%) |
Dan Walkes | 1 (0.6%) |
Bryan Matthews | 1 (0.6%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 1898 (58.0%) |
Drew Moseley | 333 (10.2%) |
Mirza Krak | 317 (9.7%) |
Ole Petter Orhagen | 282 (8.6%) |
Lluis Campos | 273 (8.3%) |
Tim Froehlich | 46 (1.4%) |
Dell Green | 43 (1.3%) |
Dan Walkes | 40 (1.2%) |
Pierre-Jean Texier | 14 (0.4%) |
Bryan Matthews | 9 (0.3%) |
Developers with the most signoffs (total 6) | |
---|---|
Kristian Amlie | 3 (50.0%) |
Drew Moseley | 2 (33.3%) |
Mirza Krak | 1 (16.7%) |
Developers with the most report credits (total 2) | |
---|---|
Drew Moseley | 1 (50.0%) |
Denis Mosolov | 1 (50.0%) |
Developers who gave the most report credits (total 2) | |
---|---|
Kristian Amlie | 2 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 141 (89.2%) |
KONCEPTO | 5 (3.2%) |
Beta Five Ltd | 3 (1.9%) |
Ideaworks Ltd | 2 (1.3%) |
Konsulko Group | 1 (0.6%) |
GreenEggs AB | 1 (0.6%) |
manuel@linux-home.at | 1 (0.6%) |
Arch Systems Inc. | 1 (0.6%) |
Trellis-Logic | 1 (0.6%) |
Reach Technologies Inc | 1 (0.6%) |
Top lines changed by employer | |
---|---|
Northern.tech | 3103 (94.8%) |
Arch Systems Inc. | 46 (1.4%) |
Ideaworks Ltd | 43 (1.3%) |
Trellis-Logic | 40 (1.2%) |
KONCEPTO | 14 (0.4%) |
Reach Technologies Inc | 9 (0.3%) |
Beta Five Ltd | 8 (0.2%) |
Konsulko Group | 8 (0.2%) |
GreenEggs AB | 1 (0.0%) |
manuel@linux-home.at | 1 (0.0%) |
Employers with the most signoffs (total 6) | |
---|---|
Northern.tech | 6 (100.0%) |
Employers with the most hackers (total 15) | |
---|---|
Northern.tech | 5 (33.3%) |
Arch Systems Inc. | 1 (6.7%) |
Ideaworks Ltd | 1 (6.7%) |
Trellis-Logic | 1 (6.7%) |
KONCEPTO | 1 (6.7%) |
Reach Technologies Inc | 1 (6.7%) |
Beta Five Ltd | 1 (6.7%) |
Konsulko Group | 1 (6.7%) |
GreenEggs AB | 1 (6.7%) |
manuel@linux-home.at | 1 (6.7%) |
New changes in meta-mender since thud-v2019.09:
modules
to the PACKAGECONFIG
variable of mender
. They are
included by default when using the meta-mender-demo layer.
(MEN-2383)mender-data-dir.service
to create /data/mender
directory.Incorrect Usage: flag provided but not defined: -f
PACKAGECONFIG
.MENDER_BOOTLOADER_DEFAULT
.FILESEXTRAPATHS_prepend_pn-mender-binary-delta
now needs
to point to the folder containing arm
, aarch64
and x86_64
, not the folder
containing the binary.PACKAGECONFIG_remove = "split-mender-config"
to
local.conf. (MEN-2757)IMAGE_INSTALL_append = " mender-migrate-configuration"
,
disable the split feature (for this update only) with
PACKAGECONFIG_remove = " split-mender-config"
, and specify which
parameters to migrate (at least the partition parameters) with
MENDER_PERSISTENT_CONFIGURATION_VARS = "RootfsPartA RootfsPartB"
.
(MEN-2757)Released 09.17.2019
A total of 224 lines added, 78 removed (delta 146)
Developers with the most changesets | |
---|---|
Kristian Amlie | 5 (55.6%) |
Lluis Campos | 3 (33.3%) |
Pierre-Jean Texier | 1 (11.1%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 159 (71.0%) |
Lluis Campos | 63 (28.1%) |
Pierre-Jean Texier | 2 (0.9%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 8 (88.9%) |
KONCEPTO | 1 (11.1%) |
Top lines changed by employer | |
---|---|
Northern.tech | 222 (99.1%) |
KONCEPTO | 2 (0.9%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 2 (66.7%) |
KONCEPTO | 1 (33.3%) |
New changes in meta-mender since thud-v2019.08:
FILESEXTRAPATHS_prepend_pn-mender-binary-delta
now needs
to point to the folder containing armhf
and x86_64
, not the folder
containing the binary.
(MEN-2702)Released 09.02.2019
A total of 89 lines added, 121 removed (delta -32)
Developers with the most changesets | |
---|---|
Lluis Campos | 8 (44.4%) |
Kristian Amlie | 5 (27.8%) |
Drew Moseley | 3 (16.7%) |
Ole Petter Orhagen | 1 (5.6%) |
Jonas Norling | 1 (5.6%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 116 (63.7%) |
Kristian Amlie | 51 (28.0%) |
Drew Moseley | 13 (7.1%) |
Ole Petter Orhagen | 1 (0.5%) |
Jonas Norling | 1 (0.5%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 71 (58.7%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 17 (94.4%) |
GreenEggs AB | 1 (5.6%) |
Top lines changed by employer | |
---|---|
Northern.tech | 181 (99.5%) |
GreenEggs AB | 1 (0.5%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 4 (80.0%) |
GreenEggs AB | 1 (20.0%) |
New changes in meta-mender since rocko-v2019.05:
Released 09.02.2019
A total of 93 lines added, 124 removed (delta -31)
Developers with the most changesets | |
---|---|
Lluis Campos | 7 (36.8%) |
Kristian Amlie | 6 (31.6%) |
Drew Moseley | 4 (21.1%) |
Ole Petter Orhagen | 1 (5.3%) |
Jonas Norling | 1 (5.3%) |
Developers with the most changed lines | |
---|---|
Lluis Campos | 111 (59.7%) |
Kristian Amlie | 57 (30.6%) |
Drew Moseley | 16 (8.6%) |
Ole Petter Orhagen | 1 (0.5%) |
Jonas Norling | 1 (0.5%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 71 (57.3%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 18 (94.7%) |
GreenEggs AB | 1 (5.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 185 (99.5%) |
GreenEggs AB | 1 (0.5%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 4 (80.0%) |
GreenEggs AB | 1 (20.0%) |
New changes in meta-mender since sumo-v2019.05:
Released 08.13.2019
A total of 125 lines added, 109 removed (delta 16)
Developers with the most changesets | |
---|---|
Kristian Amlie | 6 (42.9%) |
Lluis Campos | 3 (21.4%) |
Drew Moseley | 2 (14.3%) |
Paul Barker | 2 (14.3%) |
Ole Petter Orhagen | 1 (7.1%) |
Developers with the most changed lines | |
---|---|
Drew Moseley | 87 (42.6%) |
Lluis Campos | 85 (41.7%) |
Kristian Amlie | 27 (13.2%) |
Paul Barker | 4 (2.0%) |
Ole Petter Orhagen | 1 (0.5%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 79 (72.5%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 12 (85.7%) |
Beta Five Ltd | 2 (14.3%) |
Top lines changed by employer | |
---|---|
Northern.tech | 200 (98.0%) |
Beta Five Ltd | 4 (2.0%) |
Employers with the most hackers (total 5) | |
---|---|
Northern.tech | 4 (80.0%) |
Beta Five Ltd | 1 (20.0%) |
New changes in meta-mender since thud-v2019.07:
MENDER_BOOTLOADER_DEFAULT
.Released 07.01.2019
A total of 64 lines added, 20 removed (delta 44)
Developers with the most changesets | |
---|---|
Kristian Amlie | 6 (46.2%) |
Lluis Campos | 3 (23.1%) |
Drew Moseley | 3 (23.1%) |
Jonas Norling | 1 (7.7%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 52 (81.2%) |
Lluis Campos | 6 (9.4%) |
Drew Moseley | 5 (7.8%) |
Jonas Norling | 1 (1.6%) |
Developers with the most report credits (total 1) | |
---|---|
Drew Moseley | 1 (100.0%) |
Developers who gave the most report credits (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 12 (92.3%) |
GreenEggs AB | 1 (7.7%) |
Top lines changed by employer | |
---|---|
Northern.tech | 63 (98.4%) |
GreenEggs AB | 1 (1.6%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 3 (75.0%) |
GreenEggs AB | 1 (25.0%) |
New changes in meta-mender since thud-v2019.05:
PACKAGECONFIG
.Released 05.15.2019
A total of 14 lines added, 12 removed (delta 2)
Developers with the most changesets | |
---|---|
Kristian Amlie | 2 (40.0%) |
Mirza Krak | 1 (20.0%) |
Ajith P Venugopal | 1 (20.0%) |
Lluis Campos | 1 (20.0%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 9 (64.3%) |
Ajith P Venugopal | 2 (14.3%) |
Lluis Campos | 2 (14.3%) |
Mirza Krak | 1 (7.1%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 4 (80.0%) |
ajithpv@outlook.com | 1 (20.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 12 (85.7%) |
ajithpv@outlook.com | 2 (14.3%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 3 (75.0%) |
ajithpv@outlook.com | 1 (25.0%) |
New changes in meta-mender since rocko-v2019.04:
PREFERRED_VERSION_pn-mender = "2.%"
PREFERRED_VERSION_pn-mender-artifact = "3.%"
PREFERRED_VERSION_pn-mender-artifact-native = "3.%"
Released 05.15.2019
A total of 13 lines added, 11 removed (delta 2)
Developers with the most changesets | |
---|---|
Kristian Amlie | 2 (50.0%) |
Lluis Campos | 1 (25.0%) |
Ajith P Venugopal | 1 (25.0%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 9 (69.2%) |
Lluis Campos | 2 (15.4%) |
Ajith P Venugopal | 2 (15.4%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 3 (75.0%) |
ajithpv@outlook.com | 1 (25.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 11 (84.6%) |
ajithpv@outlook.com | 2 (15.4%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 2 (66.7%) |
ajithpv@outlook.com | 1 (33.3%) |
New changes in meta-mender since sumo-v2019.04:
PREFERRED_VERSION_pn-mender = "2.%"
PREFERRED_VERSION_pn-mender-artifact = "3.%"
PREFERRED_VERSION_pn-mender-artifact-native = "3.%"
Released 05.07.2019
A total of 323 lines added, 204 removed (delta 119)
Developers with the most changesets | |
---|---|
Kristian Amlie | 15 (68.2%) |
Drew Moseley | 3 (13.6%) |
Lluis Campos | 2 (9.1%) |
Mirza Krak | 2 (9.1%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 396 (91.7%) |
Mirza Krak | 17 (3.9%) |
Drew Moseley | 16 (3.7%) |
Lluis Campos | 3 (0.7%) |
Developers with the most lines removed | |
---|---|
Mirza Krak | 13 (6.4%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 22 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 432 (100.0%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 4 (100.0%) |
New changes in meta-mender since thud-v2019.03:
PREFERRED_VERSION_pn-mender = "2.%"
PREFERRED_VERSION_pn-mender-artifact = "3.%"
PREFERRED_VERSION_pn-mender-artifact-native = "3.%"
Incorrect Usage: flag provided but not defined: -f
Released 04.25.2019
A total of 582 lines added, 209 removed (delta 373)
Developers with the most changesets | |
---|---|
Kristian Amlie | 19 (67.9%) |
Lluis Campos | 5 (17.9%) |
Drew Moseley | 1 (3.6%) |
Ole Petter Orhagen | 1 (3.6%) |
Stoyan Bogdanov | 1 (3.6%) |
Mirza Krak | 1 (3.6%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 575 (85.2%) |
Lluis Campos | 56 (8.3%) |
Mirza Krak | 21 (3.1%) |
Drew Moseley | 14 (2.1%) |
Stoyan Bogdanov | 8 (1.2%) |
Ole Petter Orhagen | 1 (0.1%) |
Developers with the most lines removed | |
---|---|
Lluis Campos | 35 (16.7%) |
Developers with the most signoffs (total 2) | |
---|---|
Maciej Borzecki | 1 (50.0%) |
Drew Moseley | 1 (50.0%) |
Developers with the most report credits (total 1) | |
---|---|
Denis Mosolov | 1 (100.0%) |
Developers who gave the most report credits (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 27 (96.4%) |
Konsulko Group | 1 (3.6%) |
Top lines changed by employer | |
---|---|
Northern.tech | 667 (98.8%) |
Konsulko Group | 8 (1.2%) |
Employers with the most signoffs (total 2) | |
---|---|
Northern.tech | 1 (50.0%) |
RnDity | 1 (50.0%) |
Employers with the most hackers (total 6) | |
---|---|
Northern.tech | 5 (83.3%) |
Konsulko Group | 1 (16.7%) |
New changes in meta-mender since rocko-v2018.11.2:
modules
to the PACKAGECONFIG
variable of mender
. They are
included by default when using the meta-mender-demo layer.
(MEN-2383)mender-data-dir.service
to create /data/mender
directory.Incorrect Usage: flag provided but not defined: -f
Released 04.25.2019
A total of 545 lines added, 720 removed (delta -175)
Developers with the most changesets | |
---|---|
Kristian Amlie | 17 (63.0%) |
Lluis Campos | 4 (14.8%) |
Mirza Krak | 2 (7.4%) |
Drew Moseley | 1 (3.7%) |
Manuel Dipolt | 1 (3.7%) |
Ole Petter Orhagen | 1 (3.7%) |
Stoyan Bogdanov | 1 (3.7%) |
Developers with the most changed lines | |
---|---|
Mirza Krak | 551 (47.4%) |
Kristian Amlie | 533 (45.8%) |
Lluis Campos | 55 (4.7%) |
Drew Moseley | 14 (1.2%) |
Stoyan Bogdanov | 8 (0.7%) |
Manuel Dipolt | 1 (0.1%) |
Ole Petter Orhagen | 1 (0.1%) |
Developers with the most lines removed | |
---|---|
Mirza Krak | 550 (76.4%) |
Lluis Campos | 36 (5.0%) |
Developers with the most signoffs (total 1) | |
---|---|
Drew Moseley | 1 (100.0%) |
Developers with the most report credits (total 1) | |
---|---|
Denis Mosolov | 1 (100.0%) |
Developers who gave the most report credits (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 25 (92.6%) |
Konsulko Group | 1 (3.7%) |
manuel@linux-home.at | 1 (3.7%) |
Top lines changed by employer | |
---|---|
Northern.tech | 1154 (99.2%) |
Konsulko Group | 8 (0.7%) |
manuel@linux-home.at | 1 (0.1%) |
Employers with the most signoffs (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
Employers with the most hackers (total 7) | |
---|---|
Northern.tech | 5 (71.4%) |
Konsulko Group | 1 (14.3%) |
manuel@linux-home.at | 1 (14.3%) |
New changes in meta-mender since sumo-v2018.12:
modules
to the PACKAGECONFIG
variable of mender
. They are
included by default when using the meta-mender-demo layer.
(MEN-2383)mender-data-dir.service
to create /data/mender
directory.Incorrect Usage: flag provided but not defined: -f
Released 03.28.2019
A total of 358 lines added, 95 removed (delta 263)
Developers with the most changesets | |
---|---|
Kristian Amlie | 12 (75.0%) |
Lluis Campos | 2 (12.5%) |
Manuel Dipolt | 1 (6.2%) |
Mirza Krak | 1 (6.2%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 350 (97.8%) |
Lluis Campos | 6 (1.7%) |
Manuel Dipolt | 1 (0.3%) |
Mirza Krak | 1 (0.3%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 15 (93.8%) |
manuel@linux-home.at | 1 (6.2%) |
Top lines changed by employer | |
---|---|
Northern.tech | 357 (99.7%) |
manuel@linux-home.at | 1 (0.3%) |
Employers with the most hackers (total 4) | |
---|---|
Northern.tech | 3 (75.0%) |
manuel@linux-home.at | 1 (25.0%) |
New changes in meta-mender since thud-v2019.02:
modules
to the PACKAGECONFIG
variable of mender
. They are
included by default when using the meta-mender-demo layer.
(MEN-2383)mender-data-dir.service
to create /data/mender
directory.Released 02.08.2019
A total of 11 lines added, 2 removed (delta 9)
Developers with the most changesets | |
---|---|
Kristian Amlie | 2 (50.0%) |
Moritz Fischer | 1 (25.0%) |
Stoyan Bogdanov | 1 (25.0%) |
Developers with the most changed lines | |
---|---|
Stoyan Bogdanov | 8 (72.7%) |
Kristian Amlie | 2 (18.2%) |
Moritz Fischer | 1 (9.1%) |
Developers with the most report credits (total 1) | |
---|---|
Denis Mosolov | 1 (100.0%) |
Developers who gave the most report credits (total 1) | |
---|---|
Kristian Amlie | 1 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 2 (50.0%) |
Konsulko Group | 1 (25.0%) |
Ettus Research | 1 (25.0%) |
Top lines changed by employer | |
---|---|
Konsulko Group | 8 (72.7%) |
Northern.tech | 2 (18.2%) |
Ettus Research | 1 (9.1%) |
Employers with the most hackers (total 3) | |
---|---|
Konsulko Group | 1 (33.3%) |
Northern.tech | 1 (33.3%) |
Ettus Research | 1 (33.3%) |
New changes in meta-mender since thud-v2019.01:
Released 01.04.2019
A total of 80 lines added, 103 removed (delta -23)
Developers with the most changesets | |
---|---|
Kristian Amlie | 4 (66.7%) |
Ole Petter Orhagen | 1 (16.7%) |
Mirza Krak | 1 (16.7%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 158 (92.9%) |
Mirza Krak | 11 (6.5%) |
Ole Petter Orhagen | 1 (0.6%) |
Developers with the most lines removed | |
---|---|
Kristian Amlie | 34 (33.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 6 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 170 (100.0%) |
Employers with the most hackers (total 3) | |
---|---|
Northern.tech | 3 (100.0%) |
New changes in meta-mender since thud-v2018.12:
Released 12.14.2018
A total of 31 lines added, 39 removed (delta -8)
Developers with the most changesets | |
---|---|
Kristian Amlie | 3 (100.0%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 56 (100.0%) |
Developers with the most lines removed | |
---|---|
Kristian Amlie | 8 (20.5%) |
Developers with the most signoffs (total 3) | |
---|---|
Kristian Amlie | 3 (100.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 3 (100.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 56 (100.0%) |
Employers with the most signoffs (total 3) | |
---|---|
Northern.tech | 3 (100.0%) |
Employers with the most hackers (total 1) | |
---|---|
Northern.tech | 1 (100.0%) |
New changes in meta-mender since sumo-v2018.11.2:
Released 12.13.2018
A total of 3145 lines added, 2930 removed (delta 215)
Developers with the most changesets | |
---|---|
Kristian Amlie | 76 (73.1%) |
Drew Moseley | 9 (8.7%) |
Michael Davis | 5 (4.8%) |
Adam Podogrocki | 3 (2.9%) |
Mirza Krak | 2 (1.9%) |
Marcin Pasinski | 2 (1.9%) |
David Bensoussan | 2 (1.9%) |
Dominik Adamski | 1 (1.0%) |
Leon Anavi | 1 (1.0%) |
Ole Petter Orhagen | 1 (1.0%) |
Developers with the most changed lines | |
---|---|
Kristian Amlie | 3919 (70.7%) |
Mirza Krak | 635 (11.5%) |
Adam Podogrocki | 512 (9.2%) |
Michael Davis | 228 (4.1%) |
Drew Moseley | 113 (2.0%) |
Marcin Pasinski | 82 (1.5%) |
Eystein Måløy Stenberg | 41 (0.7%) |
Dominik Adamski | 4 (0.1%) |
David Bensoussan | 2 (0.0%) |
Leon Anavi | 2 (0.0%) |
Developers with the most lines removed | |
---|---|
Mirza Krak | 616 (21.0%) |
Adam Podogrocki | 293 (10.0%) |
Marcin Pasinski | 72 (2.5%) |
Drew Moseley | 24 (0.8%) |
Developers with the most signoffs (total 107) | |
---|---|
Kristian Amlie | 77 (72.0%) |
Drew Moseley | 10 (9.3%) |
Michael Davis | 5 (4.7%) |
Adam Podogrocki | 3 (2.8%) |
Mirza Krak | 2 (1.9%) |
Marcin Pasinski | 2 (1.9%) |
David Bensoussan | 2 (1.9%) |
Leon Anavi | 1 (0.9%) |
Thomas Preston | 1 (0.9%) |
Ole Petter Orhagen | 1 (0.9%) |
Developers with the most report credits (total 2) | |
---|---|
Michael Davis | 1 (50.0%) |
Stoyan Bogdanov | 1 (50.0%) |
Developers who gave the most report credits (total 2) | |
---|---|
Drew Moseley | 1 (50.0%) |
Leon Anavi | 1 (50.0%) |
Top changeset contributors by employer | |
---|---|
Northern.tech | 91 (87.5%) |
Election Systems & Software | 5 (4.8%) |
RnDity | 4 (3.8%) |
Synapticon | 2 (1.9%) |
Konsulko Group | 1 (1.0%) |
Codethink Ltd. | 1 (1.0%) |
Top lines changed by employer | |
---|---|
Northern.tech | 4791 (86.5%) |
RnDity | 516 (9.3%) |
Election Systems & Software | 228 (4.1%) |
Synapticon | 2 (0.0%) |
Konsulko Group | 2 (0.0%) |
Codethink Ltd. | 2 (0.0%) |
Employers with the most signoffs (total 107) | |
---|---|
Northern.tech | 93 (86.9%) |
RnDity | 5 (4.7%) |
Election Systems & Software | 5 (4.7%) |
Synapticon | 2 (1.9%) |
Konsulko Group | 1 (0.9%) |
Codethink Ltd. | 1 (0.9%) |
Employers with the most hackers (total 12) | |
---|---|
Northern.tech | 6 (50.0%) |
RnDity | 2 (16.7%) |
Election Systems & Software | 1 (8.3%) |
Synapticon | 1 (8.3%) |
Konsulko Group | 1 (8.3%) |
Codethink Ltd. | 1 (8.3%) |
New changes in meta-mender since sumo-v2018.11.2:
MENDER_FLASH_MINIMUM_IO_UNIT
and
MENDER_MAXIMUM_LEB_COUNT
have been introduced, which maps directly
to the corresponding arguments of the two tools.mender-grub
and adding mender-uboot
to
DISTRO_FEATURES
using the MENDER_FEATURES
variables.IMAGE_ROOTFS_EXCLUDE_PATH
failing when listing a non-existent path.loadaddr
variable and
CONFIG_LOADADDR
config setting in U-Boot. This only affects boards
that use U-Boot as a first stage bootloader in order to use UEFI to
load GRUB as the second stage bootloader. For most boards it should
not be problematic, since most support kernel_addr_r
. If there is
a problem however, it might be necessary to forward port this
patch
to the U-Boot version in question.debug-log
and debug-pause
in
PACKAGECONFIG
for grub-mender-grubenv
. The former enables debug
logging in GRUB, which can be tweaked further by setting the
DEBUG_LOG_CATEGORY
variable. The latter pauses the boot process at
strategic points during the boot, so that screen output can be
captured before it is cleared or scrolls by.MENDER_PARTITION_ALIGNMENT
. Previously the last block might be
shorter.mender-systemd
feature is enabled, it is no longer
necessary to include the block:
DISTRO_FEATURES_append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
VIRTUAL-RUNTIME_initscripts = ""
MENDER_GRUB_STORAGE_DEVICE
variable not being respected.
(MEN-2048)loadaddr
back to kernel_addr_r
. This was discussed with U-Boot developers and
is the proper address variable going forward.MENDER_STORAGE_DEVICE_BASE
scheme.
This should rarely need to be set by anyone anymore.MACHINE
to containing
MENDER_DEVICE_TYPE
. So for example, if you have a build for the
raspberrypi3 machine type, with device type of "prod_rpi3", the image
will now be called core-image-minimal-prod_rpi3.sdimg
instead of
core-image-minimal-raspberrypi3.sdimg
.u-boot-fw-utils-mender-auto-provided
recipe when U-Boot fork has a
slightly different README file.mender-grub
,
and add mender-uboot
using the MENDER_FEATURES
variables.Released 11.16.2018
New changes in meta-mender since sumo-v2018.11:
Released 11.12.2018
New changes in meta-mender since sumo-v2018.10:
Released 10.03.2018
New changes in meta-mender since sumo-v2018.09:
MENDER_FLASH_MINIMUM_IO_UNIT
and
MENDER_MAXIMUM_LEB_COUNT
have been introduced, which maps directly
to the corresponding arguments of the two tools.Released 09.13.2018
New changes in meta-mender since sumo-v2018.08:
MENDER_STORAGE_DEVICE_BASE
scheme.
This should rarely need to be set by anyone anymore.debug-log
and debug-pause
in
PACKAGECONFIG
for grub-mender-grubenv
. The former enables debug
logging in GRUB, which can be tweaked further by setting the
DEBUG_LOG_CATEGORY
variable. The latter pauses the boot process at
strategic points during the boot, so that screen output can be
captured before it is cleared or scrolls by.MENDER_PARTITION_ALIGNMENT
. Previously the last block might be
shorter.IMAGE_ROOTFS_EXCLUDE_PATH
failing when listing a non-existent path.MENDER_GRUB_STORAGE_DEVICE
variable not being respected.
(MEN-2048)Released 08.03.2018
New changes in meta-mender since sumo-v2018.07:
u-boot-fw-utils-mender-auto-provided
recipe when U-Boot fork has a
slightly different README file.Released 07.12.2018
IMAGE_ROOTFS_EXCLUDE_PATH
support. It works the
following way: It contains a space separated list of directories,
relative to the rootfs root (no beginning slash), and any directory
specified will be omitted from the rootfs. If the directory ends in a
slash, only the contents will be omitted, not the directory itself
(useful for mount points). One can then set
do_image_<imagetype>[respect_exclude_path] = "1"
for certain image
builders to prevent the exclusion and then add them back as separate
partitions there.MENDER_DATA_PART_DIR
has been removed. Use
recipe files to add files directly to the /data
directory instead.MENDER_PARTITION_ALIGNMENT_KB
with
MENDER_PARTITION_ALIGNMENT
, which is in bytes.MENDER_STORAGE_RESERVED_RAW_SPACE
to
MENDER_RESERVED_SPACE_BOOTLOADER_DATA
, to better reflect what it is
used for.IMAGE_FSTYPES
contains the same entry more than once.mender-full-bios
class, or by
enabling the mender-grub
and mender-bios
features using
MENDER_FEATURES_ENABLE
.
(MEN-1845)RANDOM_MAC
.kernel_addr_r
to loadaddr
.MENDER_MTDIDS
needs to be set for the board, and
will normally go in the conf/machine/<MACHINE>.conf
file for the
board in question. See documentation for variables MENDER_MTDIDS
,
MENDER_IS_IN_MTDID
and MENDER_MTDPARTS
for more information.
(MEN-1597)MENDER_PARTITION_ALIGNMENT
) on Flash
devices using UBI is now aligned to the UBI LEB size, which in general
is not a multiple of KiB.
(MEN-1597)MENDER_DEVICE_TYPES_COMPATIBLE
default, so that older devices can
upgrade even if they have the old device type.dataimg
to
IMAGE_FSTYPES
.
(MEN-1879)authtentoken
file, which is unneeded now.Released 07.10.2018
RANDOM_MAC
.Released 06.05.2018
Released 05.09.2018
Released 03.19.2018
Released 02.02.2018
Released 01.04.2018
Released 12.20.2017
MENDER_UBOOT_AUTO_CONFIGURE
to 1
and 0
, respectively, in a u-boot.bbappend
file. It is on by
default. If the automatic patching is unsuccessful, there is a special
bitbake target that can be used to extract the generated patch and use
it as a basis for a manual patch. It can be invoked with bitbake -c save_mender_auto_configured_patch <u-boot-recipe>
, where
<u-boot-recipe>
is either u-boot
or the fork of U-Boot that your
board uses. (MEN-1387)Released 12.20.2017
Released 11.14.2017
© 2024 Northern.tech AS