OSTree is doing some finalizing tasks after system upgrade. But systemd
shutdown timeout is now default on 10s (or what ever). With this commit
ostree finalize service is indepent from systemd's default value.
BugzID: 53646
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Deploy pre defined configuration file for nmhw21 and set default
timeout to 10s instead of 90s.
BugzID: 53646
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Hardware nmhw21 doesn't have any atheros wifi nor bluetooth chip. So remove
these two firmware packages.
BugzID: 53810
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Previous fixes didn't helped so remove DATE variable from recipe
to get some silence in here. Also removed do_configure and
do_install_remove [nostamp] since they are not really necessary.
But let do_comile and do_install [nostamp] stay for forcing rebuild and
installation to keep files in final rootfs up to date.
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Using ${MACHINE} directly in the recipe is problematic
when building recipes for MACHINE for which there is no branch
on the battery-test repo.
Even if the recipe is not used, bitbake will fail while before doing
anything during the parsing step.
Workaround would be to overwrite this SRC_URI in machine.conf file.
devmem2:
recipe in meta-openembedded vs static C file
gettext:
0.19.8.1 in meta-openembedded vs 0.19.7
keyutils: not used
libxcrypt: useless dependency
Set configure, compile and install task to nostamp will force rebuild even
if sstate is available
Remove dynamic variables from bashhash
which can change basehash during install process
BugzID: 54217
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Get battery values from cli e.g. voltage, current and remaining
capacity. Depends on python3-smbus.
BugzID: 54085
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Bug: "The metadata is not deterministic and this needs to be fixed".
Based d77532b2756839d544b066aa2840a7c35e79bcb1
in hancock/hancock-os (poky top directory)
wl12xx package is providing old TI bluetooth abbreviation file (.bts) that
is used for wl18xx bluetooth part and
some wl18xx firmware files for wifi part.
Newer abbreviation file is installed
by tibluetooth.bb recipe from bsp layer.
Wifi firmware files are installed by firmware-wl18xx package.
BugzID: 53969
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Configuration binary for wl18xx is now hosted on git repository.
Removed unknown binary from linux-firmware bbappend file.
BugzID: 53969
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This reduces the size of the wic file to a minimum and therefor reduce the time to flash it to the eMMC.
The user can now partition the disk with partition.sh
BugzID: 53923
Busybox less does not support colors and tools
like nmcli output to less and has it does not support
colors characters escape characters are printed and the pager is
open instead of just printing out to the console
See : https://github.com/resin-os/meta-resin/pull/964
base-file bbappend: console login promt: show more related distro information
By appling this bbappend,the context of /etc/issue and /etc/issue.net
are written by DISTROVERSION-ISSUE variable.
If this bbappend file not available then the base recipes takes
over these issue* files.
EXTERNALSRC_GIT_SRCREV depends on externalgitsrc.bbclass
BugzID: 53629
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
pip3 allows us to install new python applications on the go - pretty
nice feature for developers.
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
version string generated with 'git describe' contains -dirty marker if
not all changes have been commited before.
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
added custom config file which uses mmcblk1 instead of mmcblk0
+ fixed a typo in the recipe
BugzID: 53627
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>