Commit Graph

292 Commits

Author SHA1 Message Date
Lucien Mueller 7baa673005 Changed distro files to work with the new kernel recipe.
BugzID: 73616

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2021-07-30 13:45:28 +02:00
Marc Mattmueller 461162e44e packagegroup: removed tools from packagegroup and removed duplicated modemmanager from IMAGE
BugzID: 73552
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2021-07-06 11:27:20 +02:00
Marc Mattmueller 4586eaa5a5 recipes-core: added packagegroup and recipe to build an SDK
the package group holds packages included in netmodule-linux to not
duplicate code.

the sdk recipe is appended with the added package group, cpputest and
libnmapp

BugzID: 73552

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2021-07-06 11:27:20 +02:00
Marc Mattmueller 6fffac5fd4 journald.conf: moved our journal config with updated header to systemd recipe
moved journald.conf from systemd-conf to systemd and updated the
header for having the information about the drop-in files.

BugzID: 73568
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2021-07-05 17:45:10 +02:00
Marc Mattmueller bc5dbe7f48 systemd-conf: removed weird part from FILESEXTRAPATHS
BugzID: 73568
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2021-07-05 17:44:22 +02:00
Marc Mattmueller 22989ffdcf base image: added v2x part as we can skip the fw load
BugzID: 72787
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2021-06-03 15:48:30 +02:00
Marc Mattmueller c544a82ce1 base image: replaced the v2x feature with usb-hub-reset
The v2x firmware load script contained also the usb hub reset
which affects the GNSS modem. This means that the GNSS modem
worked only when the v2x recipe was enabled. But without firmware
the v2x-service fails at start-up which affects all other images
except vcu.

Therefore the usb-hub-reset is added to the base image and the
v2x part is moved back to vcu image.

BugzID: 72787

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2021-05-19 11:00:19 +02:00
Marc Mattmueller 1f7566b85a base image: added v2x (from meta-netmodule-om vcu image)
BugzID: 72787

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2021-05-18 11:38:56 +02:00
Lucien Mueller 719b0a2fde hw23: add system-state-framework
BugzID: 70552

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2021-04-27 18:56:42 +02:00
Marc Mattmueller 9d7b0f0ee5 image-dev: added vnstat to the monitoring tools of the dev image
BugzID: 63636

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2021-03-23 10:23:23 +01:00
Alexandre Bard 0d0e949a2a image-minimal: Remove wwan-config
Since the modem is now started by the kernel, we don't need wwan-config
to do the powering in minimal image.

BugzID: 70629
2021-03-04 11:42:35 +01:00
Alexandre Bard fd95d3a7ec minimal image: Remove ModemManager
MM is an advanced WWAN management tool and is not required in the
minimal image.

BugzID: 70628
2021-03-04 11:38:17 +01:00
Lucien Mueller d8cdad2c41 netmodule-linux-image: Add system-state-framework to all hw21 images
BugzID: 70151

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2021-02-08 14:37:51 +01:00
Lucien Mueller 9984c959be hw23: add chrony to support timesync via gnss.
BugzID: 69321

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2021-02-05 13:29:40 +01:00
Alexandre Bard 83b121a004 systemd-conf: Remove deprecated files
- system.conf: Contains no config at all, the same file up to date is
already installed by systemd recipe
- SRC_URI : these files are already in the SRC_URI, only the
FILESEXTRAPATHS_prepend is required to overwrite them.
- do_install: The files are already installed by main recipe at a
different location :
  ${D}${systemd_unitdir}/journald.conf.d/00-systemd-conf.conf
  ${D}${systemd_unitdir}/system.conf.d/00-systemd-conf.conf
  systemd_unitdir being /usr/lib/systemd.

Part of yocto update to dunfell

BugzID: 69636
2021-01-17 22:39:13 +01:00
Alexandre Bard 21caf06eb2 systemd-conf: Remove unwanted default network config
This configs are enabling DHCP by default on eth0.
We handle all network configurations directly in NetworkManager.

BugzID: 69636
2021-01-17 19:21:26 +01:00
Lucien Mueller 710b75422e image-dev: add system state framework.
BugzID: 69520

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2021-01-15 15:22:23 +01:00
Alexandre Bard e745db9f99 battery-test: Fix python dependency
With dunfell release, python tools must explicitly depend on
python3-core.

BugzID: 69636
2021-01-04 16:28:01 +01:00
Alexandre Bard 79c0e2afd5 nm-image: Include mac address service only when requested
Each distro can choose to have custom mac-address by setting the flag
custom-mac-addresses in DISTRO_FEATURES.

BugzID: 65928
2020-12-17 11:48:55 +01:00
Marc Mattmueller 2d28aaeb1e image-dev: moved monitoring tools from image to dev image
system monitor and the netmodule scripts for creating a support
package were moved to dev image

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2020-12-17 11:23:47 +01:00
Alexandre Bard 0c2414ffe9 image-minimal: Remove kernel modules
The modules are not required in minimal image and are leading to the
ignition switch to be enabled which is not an expected behavior.

BugzID: 69394
2020-12-08 17:12:52 +01:00
Alexandre Bard 56de22f32f systemd: Remove os-release from recommendations
As the comment says, there is no functional goal for this. But without
this, a rebuild of os-release (when distro-version changes) is
triggering a rebuild of systemd which is triggering a rebuild of ostree
initramfs image and then kernel fitImage.

Specially the rebuild of the ostree initramfs image seems to to lead to
licenses issues.

BugzID: 69247
2020-12-01 15:58:51 +01:00
Alexandre Bard 214675e10a base-files: don't rely on DISTRO_VERSION
The distro string can be retrieved at runtime from /lib/os-release
with this \S escaping. It avoids rebuilding base-file everytime the
distro version changes. Which helps to reducing the overall build time,
since base-file is an important dependency.

BugzID: 69247
2020-12-01 13:24:11 +01:00
Alexandre Bard a881f4da8b image-minimal: Remove mac80211 backports
These backports are not compatible with another kernel than
virtual/kernel. Until this is fixed, we rely on the default kernel
drivers.

BugzID: 69147
2020-11-27 22:31:48 +01:00
Alexandre Bard 4d3d93e96d image-minimal: Fix missing kernel modules
With this new kernel variant, the kernel modules must be the one built
against the kernel we are want to use. The $KERNEL variable is matching
the KERNEL_PACKAGE_NAME of the variable in the kernel recipe.

BugzID: 69147
2020-11-27 19:56:48 +01:00
Alexandre Bard 671d3d95f9 Use separate kernel recipe for minimal image
In order to keep only one official kernel variant, we splitted it from
kernel used for initramfs images.

BugzID: 69147
2020-11-27 14:41:11 +01:00
Lucien Mueller ab5401029a hw23: added gnss-mgr
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2020-11-25 17:38:46 +01:00
Alexandre Bard 60d46e6af5 netmodule-image: Exclude bootloader-config for IMX
bootloader-config does not support the imx bootloader setup. It can only
identify uboot and is therefor failing on IMX targets.

BugzID: 69098
2020-11-24 13:56:07 +01:00
Ramon Moesching afe8d6cec1 netmodule-linux-image-minimal: add mac80211 module for fct and lava image
Fix the missing wlan0 interface on lava and fct image.

BugzID: 68024

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-11-18 19:40:38 +01:00
Ramon Moesching c17feb0996 netmodule-linux-image: install mac80211 modules only for netbird
BugzID: 68021

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-11-18 15:35:27 +01:00
Marc Mattmueller dc6c52ea99 release 1.1.2: replaces external git srcrev in BUILDNAME with DISTRO_VERSION
files affected:
 - conf/distro/netmodule-linux-ostree.conf
 - recipes-core/images/netmodule-linux-image-minimal.bb
 - recipes-core/images/netmodule-linux-image.bb

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
2020-11-13 14:06:55 +01:00
Ramon Moesching 7fb99b66f3 linux-netmodule-image.bb: install wifi kernel backports
BugzID: 67838

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-11-11 12:59:49 +01:00
Ramon Moesching c9cea52844 initramfs-ostree-image.bbappend: remove unused minimal-package class
minimal-package class was required for installing
minimal wl18xx firmware files.
Since -wlan layer this is not longer required.

BugzID: 67838

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-11-11 12:59:49 +01:00
Ramon Moesching 55ff73f726 firmware.inc: replace linux-firmware-wlxxx with firmware-ti-wl18xx
Use firmware packages from -wlan layer

BugzID: 67838

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-11-11 12:59:49 +01:00
Alexandre Bard 30423f13b5 base-files: Do not rebuild everytime
These lines were forcing a rebuild of this recipe at every build,
leading to longer overall build time.
They are not requried anymore.

BugzID: 65831
2020-09-10 14:57:48 +02:00
Lucien Mueller 5d4c0fa6b1 systemd-conf: changed journald back to volatile.
BugzID: 65637

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2020-08-27 12:07:35 +02:00
Alexandre Bard df9998233d dev-image: Add gnss-mgr-test package
This package contains additional tools to test the proper behavior of
gnss-mgr.

BugzID: 65664
2020-08-25 19:09:08 +02:00
Tobias Jäggi 949e4975e6 nm-linux-image: add mmc-utils package
mmc is a tool that can be used to monitor the health of eMMC devices

BugzID: 63371

Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
2020-07-17 10:22:51 +02:00
Ramon Moesching d2a11ecbc9 systemd-conf: journald.conf: default config with log rotation parameters
Use smaller journal file size.
Reapply persistent logging.

Install default journald.conf file for all machine targets - as long
no machine specific file is available.

BugzID: 63714

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-07-13 11:46:52 +02:00
Ramon Moesching bccaff4f2e Revert: "systemd-conf: changed journald storage to persistent"
Apply parameters during recipe install task instead of patching.

BugzID: 63714

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-07-13 11:01:21 +02:00
Ramon Moesching 2208e8fa86 am335x-nmhw21 systemd.conf: Remove machine specific config file
Use default machine independent configuration file.
Reverts also DefaultTimeoutStopSec=10s since this killed
GNSS save on shutdown service.

BugzID: 63924

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-07-09 13:13:49 +02:00
Alexandre Bard d107c05a1b Replace gnss-config and gnss-sos by gnss-mgr
BugzID: 63624
2020-06-29 08:48:11 +02:00
Alexandre Bard 12e572b102 nmhw-fwupdate: Fetch sources from gitlab 2020-06-29 08:48:11 +02:00
Marc Mattmueller afd97803d0 added system monitor and scripts to netmodule image, setup SDK part
BugsID: 62219
2020-05-11 14:15:26 +02:00
Alexandre Bard e04ee02273 nmhw-fwupdate: Add unbuffer tool
This tool is required to show the progress of update in real time.
Without it the output of update script is buffered and shown only at the
end of the update, letting the user not aware of what is going on.

BugzID: 62703
2020-05-05 10:13:24 +02:00
Alexandre Bard df17eb40f6 nmhw23: Add imu-setup on all images
BugzID: 61346
2020-04-20 16:00:31 +02:00
Ramon Moesching 6e851a9fe7 netmodule-linux-image-oem: derivate of release image without ext module
Inital oem image without extenstion module user space applications.

BugzID: 62533

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-04-15 15:15:34 +02:00
Alexandre Bard d5cbb2d6b9 nm-image: Add bootloader-config tool
This tool is parsing first sector of MMC to find bootloaders, and then
reports the data of these bootloaders to /run/bootloader.

It also creates the file /dev/bootloaderX for each bootloader,
allowing to do a safe and redundant update.

BugzID: 62317
2020-04-02 09:32:32 +02:00
Alexandre Bard dbf7475005 nmhw-fwupdate: Make sure coreutils tools are in the image
Some update script require these tools in their real version and not the
busybox version. It does not make sense to staticaly link all of them.

BugzID: 61929
2020-04-01 17:22:19 +02:00
Alexandre Bard 2aae50e6d5 nmhw-fwupdate: fix download from https server
busybox wget does not completely support TLS/SSL and it was not
possible to download the firmwares from NetModule public server.

bash was always required, but the shebang was not set properly
in the tool repo.

BugzID: 62136

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2020-03-20 11:24:08 +01:00
Alexandre Bard 2118573e54 dev-image: Remove legacy fw update tools
They are replaced by nmhw-fwupdate

BugzID: 62102
2020-03-19 12:53:52 +01:00
Tobias Jäggi 6268ea6a09 recipes-core: added gnss-save-on-shutdown to netmodule-linux-image
BugzID: 60669

Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
2020-03-19 08:57:47 +01:00
Tobias Jäggi 0b1c31985b devtools: added pycurl recipe, image-dev: added pycurl
recipes-devtools/python/: added pycurl recipe
recipes-core/images/netmodule-linux-image-dev.bb: added pycurl to recipe

BugzID: 61741

Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
2020-03-13 14:37:46 +01:00
Tobias Jäggi dab85f7b40 systemd-conf: changed journald storage to persistent
With persistent storage systemd journal logs don't get lost upon reboot.
Limited use of persistent memory with SystemMaxUse to 256M.

BugzID: 61999

Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
2020-03-12 16:07:14 +01:00
Alexandre Bard 65ea5940ac nmhw-fwupdate: add netmodule firmware updater
nmhw-fwupdate provides a generic way to install or update any given
firmware packages (e.g. gnss, lte modem, bootloaders, ...).

this package is added to all image types in the netmodule linux
reference distro.

BugzID: 61471

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2020-03-07 00:48:19 +01:00
Alexandre Bard 0ec49d8c46 images: wwan-config replaces ublox gsm tool
wwan-config is a rework of ublox-gsm-config.
This rework is more generic and easier to extend.

BugzID: 61873

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2020-03-06 02:26:51 +01:00
Tobias Jäggi 71bb8cd9f3 vcu-img: ublox-gnss-config is now gnss-config
BugzID: 61707

Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
2020-03-04 12:26:38 +01:00
Ramon Moesching 57d2bf4356 netmodule-linux-image: install chrony on all images
chrony - daemon
chronyc - user space tool to access daemon

BugzID: 52095

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-03-03 12:52:57 +01:00
Tobias Jäggi 0bfe64981a nm-linux-image.bb: removed config-gnss-receiver and config-gnss-tty, instead added ublox-gnss-config
Added reworked baud rate config script to netmodule-linux-image.

BugzID: 60698

Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
2020-02-25 09:40:04 +01:00
Lucien Mueller 1cbc8161a2 ostree: use stronger assignment to overwrite the default value.
BugzID: none

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2020-02-05 10:38:39 +01:00
Tobias Jäggi af323a7ed2 netmodule-linux-image: install config-gnss-receiver and config-gnss-tty
The two recepies are used to configure the baud rates of ttyS3 and the
GNSS receiver.

BugzID: 60698

Signed-off-by: Tobias Jäggi <tobias.jaeggi@netmodule.com>
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-01-23 17:26:39 +01:00
Ramon Moesching 71ff06d793 netmodule-linux-image: install gps-utils
BugzID: 61078

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2020-01-20 14:10:29 +01:00
Alexandre Bard 1a301cc18c busybox: Enable cryptpw
This tool is used to generate the bootloader password.

BugzID: 59950
2020-01-13 10:50:42 +01:00
Alexandre Bard 58b019f67d firmware.inc: Default to no firmware and fix HW18 firmwares
Since these firmwares are added to the ostree initramfs image, it
does not make sense to had the full linux-firmware package
(> 400MB).

BugzID: 60719
2019-12-20 17:39:35 +01:00
Ramon Moesching 43e83f3769 image & initramfs: common firmware definition
use same firmware package source for normal images and
initramfs.
inherit minimal-package in initramfs for get rid of post
install process for removing not used firmware binaries.

BugzID: 60410

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-12-03 10:51:44 +01:00
Ramon Moesching 99eca91a36 netmodule-linux-image: install udev-rules-nmhw for all images
Install package machine independent

BugzID: 59853

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-11-25 11:05:43 +01:00
Alexandre Bard be11245a08 dev-image: Add ublox GSM firmware update tool
BugzID: 60230
2019-11-21 11:45:53 +01:00
Ramon Moesching e244ba6d10 wireless-regdb: fix: install firmware files into initrd
crda is not longer required since kernel >=4.15 and kernel
is able to load wireless regulatory database as firmware file

Install wifi and regulatory firmware files in initrd and default rootfs

BugzID: 60107

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-11-15 09:23:39 +01:00
Lucien Mueller 229fdd629e nrhw20: base-image: add can-utils.
BugzID: 59850

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2019-11-07 14:47:34 +01:00
Lucien Mueller 4365296dc9 nmhw24: added can-utils to base-image
BugzID: 59500

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2019-10-25 16:37:36 +02:00
Lucien Mueller 6a65b37b45 distro: added yocto version name as prefix on the ostree branchname for "normal" and "dev" image.
BugzID: 59761

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2019-10-25 14:36:09 +02:00
Ramon Moesching 3328fdd349 netmodule-linux-image -dev: add imu-setup for sampling rate config
BugzID: 59524

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-10-22 10:38:49 +02:00
Alexandre Bard b1184a24a2 systemd: Disable internal resolver
systemd resolver is not properly handling all the name server
properly. Be completely removing it, NetworkManager will be
able to handle the file /etc/resolv.conf by itself in a better
way.

BugzID: 59236
2019-10-02 13:45:02 +02:00
Ramon Moesching c9d4ffb61c systemd bbappend: add config file for nmhw24 and timeout to 10s
Deploy pre defined configuration file for nmhw21 and set default
timeout to 10s instead of 90s.

BugzID: 58669

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-09-13 12:38:41 +02:00
Ramon Moesching 39c59edc74 netmodule-linux-image/minimal: add entropy daemon
Sometimes linux can not produce enough entropy for e.g. creating ssh
keys. This daemon generates more entropy from cpu as source.

BugzID: 58665

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-09-05 17:06:14 +02:00
Ramon Moesching d00af34b14 netmodule-linux-image: remove all firmware binaries and save some space
Firmware binaries are taking around of 500MB space

BugzID: 58789

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-29 13:49:13 +02:00
Ramon Moesching aac1d127a0 netmodule-linux-image: add missing hardware packages
can and spi tools for device access and read

BugzID: 58778

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-29 10:48:27 +02:00
Ramon Moesching 5da0e352b1 netmodule-linux-image: firmware: install only TI wl12xx and wl18xx
do not install all firmware files and get some space back (~500MB)

BugzID: 58178

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-15 10:39:12 +02:00
Ramon Moesching 794a6548bf netmodule-linux-image: add gnss-init package
BugzID: 57871

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-08 18:17:55 +02:00
Ramon Moesching 2fd3dd3d73 netmodule-linux-image: install bluez5 and jody-w1 driver
packagegroup depends on UBLOX_FEATURES

BugzID: 58087 58086

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-07-29 10:50:42 +02:00
Alexandre Bard 038f477532 netmodule-linux-image: Cleanup 2019-07-23 14:59:34 +02:00
Alexandre Bard ccec226f3c netmodule-linux-image: Use MACHINE_FEATURES for ublox gnss tool 2019-07-23 11:49:39 +02:00
Alexandre Bard bb87bf441f netmodule-linux-image: Use MACHINE_FEATURES for bluetooth packages 2019-07-23 11:30:26 +02:00
Alexandre Bard 74053cab62 image-minimal: Package ublox-gsm-config based on MACHINE_FEATURES=toby-l2 2019-07-23 11:07:00 +02:00
Alexandre Bard 09f3ce74a4 image-mdev: Derive from minimal image to avoid redundancy 2019-07-23 11:01:58 +02:00
Ramon Moesching 6184e87018 netmodule-linux-image: add dfu-util for v2x firmware load
BugzID: 57866

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-07-09 09:09:44 +02:00
Alexandre Bard 57e585e25a Use MACHINE_FEATURE to include ublox-gsm-config
BugzID: 57829
2019-07-09 08:42:13 +02:00
Ramon Moesching 0fc172c016 minimal dev: add udev-hwdb for usbutils
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-07-04 13:43:26 +02:00
Ramon Moesching 72991e7947 minimal dev image: minimal image for accessing hardware
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-07-04 13:24:10 +02:00
Alexandre Bard 64fca49a82 minimal-image: Build only specified image types
As it was before (+=) some other types could be built and a config
file in meta-freescale is request .wic format which requires kernel.

It was then creating a dependency loop: fitImage requesting minimal
image and minimal image requesting kernel for wic file.

BugzID: 57682
2019-07-02 14:11:26 +02:00
Alexandre Bard 16a803a1b2 netmodule-linux-image: Add libgpiod python bindings
BugzID: 57325
2019-07-01 10:21:02 +02:00
Ramon Moesching 16faf05d2f netmodule-linux-image-dev: remove benchmarking-cpu for aarch64
benchmarking-cpu doesn't support aarch64 architecture

BugzID: 57544

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-06-18 21:22:05 +02:00
Alexandre Bard 42ea7a1749 Rename package ublox-configuration to ublox-gsm-config
BugzID: 57325
2019-06-13 15:55:51 +02:00
Alexandre Bard 00b76bd1d1 netmodule-linux-image: Remove deprecated modem config related scripts
All features are now merged in ublox-configuration

BugzID: 57325
2019-06-05 10:17:49 +02:00
Moesching 3e79ab4c8c image-preprocessing: dnsmasqlease: remove useless mkdir command
Directory is already created through recipe.

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-05-23 14:16:48 +02:00
Ramon Moesching ca38821343 dnsmasq lease: add image tasks for creating tmpfiles.d configuration
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>
2019-05-23 14:16:48 +02:00
Ramon Moesching 5f3fbff033 netmodule-linux-image: move additional image tasks out of recipe
Declare additional image tasks from now in seperate include file

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-05-23 14:16:48 +02:00
Alexandre Bard 92ef35faf8 Systemd: Add version to be compatible with meta 2019-05-16 16:40:58 +02:00
Alexandre Bard cea39e1ba9 images: Add FS type config to image recipes
It was previously defined in machine configurations
2019-05-06 10:05:14 +02:00
Alexandre Bard 602381c71b dev-image: Add tmate
tmate is a terminal sharing tool based on tmux. It will help us
understand and help remotely
2019-04-11 16:49:30 +02:00