Commit Graph

292 Commits

Author SHA1 Message Date
Alexandre Bard 4879b7ced2 sw-update: Fix spl update 2019-04-11 16:39:24 +02:00
Alexandre Bard d9c7885f60 Add mount-overlay service
This service will mount /usr as an overlay partition when this
partition is available.

This script replaces a step what was previously done in ostree
initrd before loading systemd.
2019-04-09 11:01:50 +02:00
Alexandre Bard 240fba5c8c systemd: Put configuration in new conf recipe 2019-04-09 11:01:50 +02:00
Alexandre Bard b73e22bcc3 hw16: hw20: Add wlconf
This configuration binary was removed from linux-firmware and
has now it how recipe
2019-04-09 11:01:24 +02:00
Alexandre Bard f5f9246151 busybox: Make syslog service stop later
It will avoid some applications log to come to the console when
stopping the system
BugzID: 55006
2019-04-09 11:01:24 +02:00
Alexandre Bard 5517b388ca hw21:netmodule-linux-image: Add sim-config
BugzID: 56371
2019-04-09 11:01:24 +02:00
Alexandre Bard e244e992e8 hw21:netmodule-linux-image: Add mac-address-set
BugzID: 54514
2019-04-09 11:01:24 +02:00
Alexandre Bard 83dce85efd hw21:netmodule-linux-image: Add modem-config-dump
BugzID: 56305
2019-04-09 11:01:24 +02:00
Ramon Moesching 36b8009c17 socket-uart: refelct origin uart as pseudo tty device on local host
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>
2019-04-09 11:01:24 +02:00
Patrick Zysset d6ceaa61d4 board-descriptor: remove bd tool from rel images
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>
2019-04-09 11:01:23 +02:00
Patrick Zysset 448b9f8b3e recipes-core: add more benchmark tools to dev img
adding stress-ng and rt-tests default recipes from openembedded:
https://layers.openembedded.org/layerindex/recipe/72405/
https://layers.openembedded.org/layerindex/recipe/742/

BugzId: 55188

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2019-01-15 14:49:34 +01:00
Lucien Mueller 84eb8da797 ostree/rpm: Add symlink /var/lib/rpm -> /usr/lib/rpm
BugzID: 54869

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2018-12-20 16:37:57 +01:00
Alexandre Bard f83a9b93f0 sw-update: Update config to use mmcblk1 on all devices
A change in latest kernel made the name of the mmc memory
to change from mmc0 to mmc1 at least for HW16, 20 and 21
2018-12-19 08:38:46 +01:00
Alexandre Bard 867b7b74cd hw21:dev-image: Add ublox gnss fw update tool an firmware
BugzID: 54544
2018-12-18 13:27:18 +01:00
Alexandre Bard 45e0d28fdf Fix nmcli warning: terminal not fully functional 2018-11-30 16:51:20 +01:00
Ramon Moesching 95dd5a5a3b systemd bbappend: add config file for nmhw21 and decrease default timeout
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>
2018-11-21 14:41:34 +01:00
Alexandre Bard 9e9a7c8fae Move OSTREE_BRANCHNAME to image recipe 2018-11-20 15:22:25 +01:00
Ramon Moesching dbb45e6faa netmodule-linux-image: get rid of athk* firmware packages
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>
2018-11-20 14:44:05 +01:00
Ramon Moesching 8e73405d5e base_files bbappend: Quiet basehash errors, removed DATE variable
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>
2018-11-19 15:17:43 +01:00
Alexandre Bard 81d05cf8e8 battery-test: Always use master branch
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.
2018-11-16 11:58:44 +01:00
Alexandre Bard c51ece98cc netmodule-linux-image:hw21: Add cryptodev
BugzID: 54246
It enables the crypto HW acceleration
2018-11-16 11:51:58 +01:00
Alexandre Bard de693de98d hw18: Add sota capabilities 2018-11-14 21:11:21 +01:00
Alexandre Bard a720f3150e nrhw18 : Enable watchdog support in systemd 2018-11-14 21:11:21 +01:00
Alexandre Bard 44701bdfdf Remove useless recipes
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
2018-11-14 21:10:48 +01:00
Lucien Mueller 4123626a3d auto-part: Renamed the script and improved it
BugzID: 54215
2018-11-14 11:14:02 +01:00
Alexandre Bard d6d3201465 minimal-image: Add bash
BugzID: 54221
To fix warning from nmcli :
WARNING: terminal is not fully functional
2018-11-14 08:15:35 +01:00
Ramon Moesching e1429bf2f8 base-files bbappend: remove EXTERNALSRC_GIT_SRCREV variable from vardeps-remove
EXTERNALSRC_GIT_SRCREV is not longer used in recipe and can be removed



Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-13 09:35:26 +01:00
Ramon Moesching 106c78159b base-file bbappend: Remove git tag and show only version related to distro
Remove rundandent distro name from externalgitsrc.bbclass.

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-12 18:22:37 +01:00
Alexandre Bard 5a5c9eb328 hw21: Add ublox configuration to all images
BugzID: 54242
2018-11-12 17:33:35 +01:00
Ramon Moesching 79a870021f base-files bbappend: force package rebuild and remove variables from basehash
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>
2018-11-12 17:01:12 +01:00
Ramon Moesching d840fa2892 netmodule-linux-image: and image-vcu: add battery test package to image
Battery test tool for get e.g. remaining battery voltage.

BugzID: 54085

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-09 09:17:11 +01:00
Ramon Moesching f46a07a047 battery-test_git.bb: Add new battery test recipe
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>
2018-11-09 09:15:34 +01:00
Alexandre Bard 326b2247fb Fix /etc/version
BugzID: 54169
2018-11-08 23:26:23 +01:00
Patrick Zysset 291e8603f9 nmhw21: update sw_update config
fix naming - the tool might be still useful for bootloader updates ...

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-11-08 18:07:38 +01:00
Ramon Moesching e3756b6500 netmodule-linux-image: firmware: remove wl12xx firmware package
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>
2018-11-08 10:07:41 +01:00
Ramon Moesching 8e9882cd06 netmodule-linux-image: Add wlconf-bin package which provides wl18xx config
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>
2018-11-07 15:08:16 +01:00
Patrick Zysset 3a43edccc8 python: remove python 2.7 dependencies
- remove packages from image recipe
- change speedtest dependencies

BugzID: 53706

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-11-07 01:16:09 +01:00
Lucien Mueller 418dab1608 Auto-partitioning: added auto-partitioning recipe.
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
2018-11-06 13:20:29 +01:00
Alexandre Bard 9ad09482f9 netmodule-linux-images: Add buildname to images
buildname moved from local.conf files to image recipes
to avoid redundancy
2018-11-05 18:43:36 +01:00
Alexandre Bard ab25febdb9 hw16: Rename from nbhw to nrhw 2018-10-30 23:02:16 +01:00
Alexandre Bard c5a0003d8c images: Use GNU less instead of busybox
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
2018-10-29 21:06:57 +01:00
Ramon Moesching 950c35b01e base-files: show verbose distro information
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>
2018-10-29 21:05:14 +01:00
Patrick Zysset f51f1b4db8 distro: add parted package to default images
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-27 01:49:23 +02:00
Patrick Zysset 05c8d7afa5 image: fix nmhw21 append rule name
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-26 00:47:52 +02:00
Patrick Zysset 601a8c3628 image-dev: add pip3 package to developer image
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>
2018-10-26 00:37:55 +02:00
Lucien Müller cf1ba60925 sota: added sota capabilities to the netmodule-image.
BugzID: 53676
2018-10-18 09:58:29 +02:00
Patrick Zysset cbc84a332e nmhw21: replace canutils with can-utils
can-utils v1.0 are way more powerful than older canutils 4.x

BugzID: 53699

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-12 14:15:18 +02:00
Patrick Zysset e2e7d8d4c2 image: remote unused packages
some of them are moved to customer specific layers.

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-11 17:02:25 +02:00
Patrick Zysset 14d178bc9e sw-update: fix config and recipe for tcu board
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>
2018-10-11 11:18:01 +02:00
Patrick Zysset 9516353ff8 sw-update: provide usage info
with option -h or with invalid arguments a usage info is printed to the
console.

BugzID: 53654

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-11 11:18:01 +02:00
Ramon Moesching 2aa2635411 linux-netmodule-image: add libgpiod package
this package allows controlling of gpio with the new gpio device system
see https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/tree/README

+ code format

BugzID: 53085

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-10-02 13:37:55 +02:00
Ramon Moesching be31d1c47c netmodule-linux-image: add python3-websockets package
Package is only in vcu image included.

BugzID: 53487

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-10-02 13:05:56 +02:00
Wieslaw Kubala 2d7082636b images: add developer tools
add additional tools to image-dev:
- util-linux (rtcwake)
- i2c-tools
- spitools
- ethtool
- evtest
- binutils

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-09-14 17:04:44 +02:00
Lucien Müller ff49c48f2f libxcrypt: fix libxcrypt recipe
Renamed "libxcrypt_4.0.0.bbappend" to "libxcrypt_%.bbappend" to avoid
version conflicts.

BugzID: 53226

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-09-14 16:48:32 +02:00
Ramon Moesching e796db5b85 distro-image: include java package into release image
BugzID: 52058

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-09-11 02:01:09 +02:00
Patrick Zysset 3a281870aa layer: rename distro layer related names and labels
netmodule yocto distribution is temporarily called netmodule-distro, as
long as now marketing decision is available.

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-09-11 01:58:42 +02:00
Ramon Moesching ddf499c9b4 distro-image: add socat package in images
develop and release images get socat package by default.
BugzID: 52766

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-09-11 01:57:12 +02:00
Ramon Moesching 6d31dba28c nmrouter-image: cleanup redundancy and add spi tools (c and python)
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-08-28 23:08:09 +02:00
Ramon Moesching beb4e2bf1c nmrouter-image: add FIRMWARE and IMAGE_INSTALL to vcu machine
add canutils package

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-08-28 23:07:09 +02:00
Alexandre Bard 6b0624d726 nrhw18: Add fpga image to rootfs 2018-08-28 22:35:41 +02:00
Alexandre Bard 59f1d7ec97 sw-update: Force tar to extract symlinks in rootfs 2018-08-28 22:35:41 +02:00
Ramon Moesching 3a7740cd81 nmrouter-image-minimal: install device tree into rootfs /boot
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-06-21 13:27:40 +02:00
Ramon Moesching 83f65e6d9c nmrouter-image: Add only specific linux-firmware packages to nrhw20
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-06-21 09:13:51 +02:00
Ramon Moesching 23dc9676d4 nmrouter-image-prodtest -> fct: rename production test image
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-06-12 09:56:09 +02:00
Ramon Moesching fb9e8b6fb2 nmrouter-image-minimal: Add tar package
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-06-12 09:46:04 +02:00
Ramon Moesching 40da220e44 nmrouter-image-prodtest-dev: remove image recipe, extend nmrouter-image-prodtest
Add packagegroup-core-ssh-openssh to nmrouter-image-prodtest

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-06-12 09:45:22 +02:00
Rene Straub 171c691043 fct: add smbus support for python3 2018-06-12 09:31:15 +02:00
Rene Straub 41345ae1b2 fct: add TI wifi support for nrhw20 2018-06-12 09:30:01 +02:00
Patrick Zysset 75aef2806c fct: remove hw dependencies from prodtest image
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-06-09 01:03:38 +02:00
Patrick Zysset 8ac5ddb11f fct: update iperf to iperf3 for prodtest image
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-06-08 20:36:05 +02:00
Patrick Zysset 8f4032d8c9 Merge remote-tracking branch 'remotes/origin/fct' into sumo-fct 2018-06-08 19:41:12 +02:00
Rene Straub 82ff73d0f3 fct: add python-smbus 2018-06-08 13:51:38 +02:00
Alexandre Bard 6d0a9e6791 FCT: Add ubsutils server 2018-05-31 11:39:23 +02:00
Alexandre Bard 7aa5c4f567 FCT: Add sftp server 2018-05-25 17:36:47 +02:00
Ramon Moesching 6ad3b4a95e libxcrypt: upstream recipe from meta throws a configure error, fixed by adding dependency pkgconfig
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-05-24 09:58:10 +02:00
Ramon Moesching f3097663aa nmrouter-image-dev: image install new iperf3
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-05-17 15:05:33 +02:00
Ramon Moesching 1051d36e40 systemd: Use gettext instead of inline translations in the .policy files
issue related to https://github.com/systemd/systemd/issues/8162
2018-05-17 14:50:53 +02:00
Alexandre Bard de7af45233 Merge branch 'jethro' into fct 2018-04-20 07:41:06 +02:00
Stefan Eichenberger c55a385960 modemmanager: add version 1.8.0 for ublox support 2018-04-06 17:22:56 +02:00
Alexandre Bard 20408b3f28 Merge branch 'jethro' into fct
Conflicts:
	conf/machine/am335x-nbhw16.conf
	conf/machine/am335x-nrhw20.conf
	recipes-bsp/u-boot/u-boot-am335x-nbhw16-v1_git.bb
	recipes-bsp/u-boot/u-boot-am335x-nbhw16-v2_git.bb
	recipes-connectivity/tibluetooth/tibluetooth.bb
	recipes-connectivity/tibluetooth/tibluetooth/tibluetooth-nrhw20.service
	recipes-core/sw-update/sw-update/am335x-nrhw20/sw_update_config
2018-04-04 15:36:44 +02:00
Alexandre Bard 53656265a0 dev-image: Add minicom 2018-04-03 17:11:51 +02:00
Alexandre Bard 25f34c671f dev-image: Clean install list 2018-04-03 17:11:05 +02:00
Stefan Eichenberger 3194903d10 hydra: add hydra to nrhw20 and move it to git 2018-03-14 16:26:32 +01:00
Stefan Eichenberger a8a0075b17 Merge remote-tracking branch 'nmn/master' 2018-03-07 15:52:53 +01:00
Stefan Eichenberger af42f5bbac sw-update: fix nrhw20 support 2018-03-07 15:51:14 +01:00
Alexandre Bard 12f09e0f2a dev-image: Add benchmarking tools 2018-03-02 16:24:41 +01:00
Alexandre Bard 3f313fa4a3 dev-image: Add speedtest-cli 2018-03-02 16:07:21 +01:00
Alexandre Bard a4775709c0 dev-image: Add ser2net
Useful tool to bridge a serial communication to a tcp connection
Used for example to control gnss thourgh ublox u-center
2018-02-27 16:25:24 +01:00
Stefan Eichenberger f9026866a5 nmrouter-image-prodtest: remove devictree-overlay and hydra from nrhw20 2018-02-22 17:51:30 +01:00
Alexandre Bard b7165fa349 nrhw20: Add bluetooth tools and firmware 2018-02-22 16:45:25 +01:00
Stefan Eichenberger 0fd7d5aadb sw-update: add support for nrhw20 2018-02-22 16:44:49 +01:00
Stefan Eichenberger 0ec77bf344 nmrouter-image: add curl 2018-02-22 15:57:47 +01:00
Stefan Eichenberger e37cf21e7a Merge branch 'master' of git.netmodule.intranet:nmrouter/meta-nmrouter 2018-02-22 15:56:56 +01:00
Stefan Eichenberger 919fcc9549 sw-update: add support for nrhw20 2018-02-22 15:56:31 +01:00
Alexandre Bard ccc1266ec3 dev-image: Add gps-utils
To get some tools like cgps usefuls to test the gps
2018-02-22 14:20:04 +01:00
Alexandre Bard d8ca2cb8b5 nrhw20: Add bluetooth tools and firmware 2018-02-20 11:16:28 +01:00
Stefan Eichenberger b3572ea16e nmrouter-image-prodtest: add devicetree overlay 2017-10-31 11:09:09 +01:00
Stefan Eichenberger ce7b0e4395 systemd: enable watchdog on armada machines 2017-09-05 10:18:33 +02:00
Rene Straub 036260d27a fct: add curl 2017-08-17 19:58:40 +02:00
Stefan Eichenberger a9b7c59283 nmrouter-image-minimal: add boarddescriptor stuff 2017-07-31 18:23:09 +02:00
Stefan Eichenberger de492f9b56 prodtest: add canutils 2017-07-31 16:31:48 +02:00
Stefan Eichenberger 38074ef0bb fct: add fct stuff on top of new meta-nmrouter 2017-07-31 15:56:21 +02:00
Stefan Eichenberger a60574268d nmrouter-image: add nm-scripts-fpga for armada based routers 2017-07-26 18:09:47 +02:00
Stefan Eichenberger 7de0db61b8 nmrouter-image: add wakeup-timer for nbhw16 2017-07-14 11:38:34 +02:00
Stefan Eichenberger 2239e31a62 glbic: remove unnecessary recipe
This was a backport of a patch that is now also in jethro
2017-07-14 10:49:50 +02:00
Stefan Eichenberger 12cd09220e meta-nmrouter: remove recipes not part of bsp
Remove all recipes that are not part of the bsp, move them in a separate
layer.
2017-07-14 10:40:20 +02:00
Stefan Eichenberger 02487d1652 nmrouter-image-node-red: add can support to nodejs
This will allow one to install the canbus node-red plugin.
2017-07-13 15:26:00 +02:00
Stefan Eichenberger ea74c252ee nmrouter-image: add gspd and canutils 2017-07-11 11:16:36 +02:00
Stefan Eichenberger fd4988d322 nbhw16: remove nbhw16-ctrl 2017-07-11 10:58:19 +02:00
Stefan Eichenberger 1e2bfb281d nbhw16: remove internal only recipes 2017-07-11 10:55:37 +02:00
Stefan Eichenberger e1f41ffb4d nmrouter-image-cockpit: add nodejs 2017-06-06 09:28:27 +02:00
Stefan Eichenberger 6e5f8bfd78 nmrouter-image-prodtest: add u-boot-fw-utils 2017-03-20 13:26:02 +01:00
Stefan Eichenberger e702057afa hydra: add recipe for hydra (atsha204) access 2017-03-07 16:52:41 +01:00
Stefan Eichenberger 01d0c9aef6 nmrouter-iamge-prodtest-dev: add image with sshd 2017-03-01 11:40:53 +01:00
Stefan Eichenberger f26f9b3482 nmrouter-image-minimal: make sure mkfs.ext4 is in image 2017-02-28 17:38:15 +01:00
Stefan Eichenberger a9b7eb9c57 prodtest: add tibluetooth to image 2017-02-24 17:09:50 +01:00
Stefan Eichenberger 23e05b18c9 nmrouter: add new images (prodtest, container and node-mqtt) 2017-02-22 15:08:49 +01:00
Stefan Eichenberger af3f5867b1 systemd: add spezial systemd configuration for nb3800 2017-02-22 15:07:40 +01:00
Stefan Eichenberger 16a5c06209 glibc: make it working with newest jethro version
They have back ported the patch that was appended by meta-nmrouter
2017-02-22 14:53:54 +01:00
Stefan Eichenberger aa828c340c nmrouter-image: add bridge utils and firmware for NB2800 2016-12-02 14:26:45 +01:00
Stefan Eichenberger c11e894a02 images: split images in several images
Remove cockpit from normal image, add lora image, add node-red image
2016-11-10 19:25:29 +01:00
Stefan Eichenberger ed49520fd6 nmrouter-image: add rng tool 2016-10-17 15:15:46 +02:00
Stefan Eichenberger 42a6b8b0a1 modemmanger: add modemmanager 1.6.0 2016-09-16 17:01:10 +02:00
Stefan Eichenberger 57d39e5e65 image-tel: rename image 2016-08-31 16:32:22 +02:00
Stefan Eichenberger f75988662e Merge branch 'cockpit' into telephony 2016-08-31 10:17:44 +02:00
Stefan Eichenberger 1f7a154924 nbhw16: use bluetooth in non_st mode
If bluetooth is used in non_st mode we can use the normal uart_hci
driver. This driver works much better and the whole setup is much
easier. We don't need the Shared Transfer stuff anyhow, because the
module does not have GPS or FM.
2016-08-25 15:56:23 +02:00
Stefan Eichenberger c9ed61d6f6 modemmanager: add support for me909s 2016-08-23 18:07:13 +02:00
Stefan Eichenberger 8cb7a7fca5 glibc: backport a patch from mainline
Glibc locals were invalid without this patch
2016-08-23 18:06:26 +02:00
Stefan Eichenberger d7ba3daf9f sw-update: make sw-update robust
sw-update will now also accept nmsw images. It will search for a valid
tar.gz archive.
2016-08-16 15:30:35 +02:00
Stefan Eichenberger 77d75f8968 sw-update: use reworked bd utility 2016-08-12 17:31:54 +02:00
Stefan Eichenberger 9ca63fd8eb nmrouter-image: add a dev image
Add a dev image and remove unwanted stuff from the normal image
2016-08-11 18:17:21 +02:00
Stefan Eichenberger 786a0b40f9 asterisk: add image with asterisk support enabled 2016-08-08 16:05:52 +02:00
Stefan Eichenberger 7b4bad9d0c nbhw17: update kernel version to 4.7-rc7 2016-07-29 11:06:50 +02:00
Stefan Eichenberger 45b9cf05d8 Merge branch 'master' into cockpit 2016-07-25 11:42:25 +02:00
Stefan Eichenberger 117c923b7c Merge branch 'master' into cockpit-update 2016-07-24 22:33:13 +02:00
Stefan Eichenberger bcb9403f1b Cockpit: add cockpit and systemd to image 2016-07-24 22:13:46 +02:00
Stefan Eichenberger 86830dd78a bluetooth: add tibluetooth stuff for nbhw16 2016-07-22 17:33:51 +02:00
Stefan Eichenberger b3a13040d1 sw-update: add possibility to update u-boot/spl 2016-07-05 14:56:58 +02:00
Stefan Eichenberger f57220c50e nmrouter-image: add sw-update and bd
Add the sw-update and bd utility
2016-07-04 19:54:53 +02:00
Stefan Eichenberger de780e7580 sw-update: add modified version from IDS
This version accepts directly a plain tar.gz image
2016-07-04 19:54:43 +02:00
Stefan Eichenberger aeecb2648c nbhw16: add some improvements for nbhw16
Add a minimal image, nbhw16 config, beaglebone config, a ctrl script for
nbhw16 and nodejs
2016-06-23 17:55:11 +02:00
Stefan Eichenberger d8eed29e30 meta-nmrouter: initial commit with a simple test image
This commit contains a valid machine configuration and a recipe for
creating a NetModule router image.
2016-04-27 14:26:40 +02:00