Since user move directories in /var/lib aren't deployed in sota images.
So create them by systemd's tmpfiles.d.
/var/lib/misc is required for dnsmasq lease file.
BugzID: 56729
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Bind pseudo tty and origin uart with socat usage (tcp socket)
Socat is started by systemd service.
BugzID: 52063
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This tool have been provided for debugging purposes. Therefore it is
removed from release and minimal images and only used in development
images.
BugzID: 55615
Signed-off-by: Patrick Zysset <patrick.zysset@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>
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>