Commit Graph

29 Commits

Author SHA1 Message Date
Mr Jenkins fc29da1d42 meta-netmodule-bsp: updated source revisions 2023-01-20 22:03:46 +01:00
Mr Jenkins 1f8c466f7d meta-netmodule-bsp: updated source revisions 2022-11-25 11:19:51 +01:00
Mr Jenkins bf8e21637a meta-netmodule-bsp: updated source revisions 2022-05-31 12:22:29 +02:00
Alexandre Bard 8bc99070fa udev-rules-nmhw: Update rule to also add scripts
Some scripts trigerred by udev rules must also be installed.

BugzID: 75479
2021-12-10 09:48:38 +01:00
Alexandre Bard 3cfed374e5 board-descriptor: Fix partial installation
The descriptor.py file was not properly packaged because the variable
PYTHON_SITEPACKAGES_DIR was not defined. It is defined in the
python3-dir class.

BugzID: 72580
2021-05-04 17:17:30 +02:00
Alexandre Bard e4faf46035 Fix dependencies to python3
python tools must now depend explicitly on python3-core.
If it is not done, bitbake will now throw an error.

BugzID: 69636
2021-01-04 16:24:52 +01:00
Alexandre Bard b677ba83d7 udev-rules: remove generic rules
we are only using hardware specific rules from now. Generic rules don't make sense.
Some rules can be common to different hardwares but none can
be completely generic.

BugzID: 61729

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2020-03-06 02:13:47 +01:00
Lucien Mueller 70e4f77ead udev: source from gitlab
BugzID: 59413

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2019-11-25 14:59:50 +01:00
Ramon Moesching 3dbf7afbd9 udev-rules-nmhw: initial commit: udev rules for common platforms
install udev rules for common hardware/platforms

BugzID: 58758

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-08-30 14:57:33 +02:00
Alexandre Bard 2e6dd741a9 board-descriptor: Use variable for path to python lib 2019-06-12 09:51:46 +02:00
Patrick Zysset 18bf58e094 board-descriptor: allow 0xffff as end tag
with latest nmhw21 boards 0xffff have been introduced as a new end tag
(with or without intention). Tag 65535 is now handled the same way as
Tag 0 (aka end-tag).

BugzId: 55411

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2019-01-29 15:43:02 +01:00
Patrick Zysset adb53649bc board-descriptor: fix partitioning of bd eeprom
the expected partitions are:
- board:       0..1024
- platform: 1024..1536
- settings: 1536..2048

start address of platform partition was not correct.

BugzID: 55411

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2019-01-29 10:32:47 +01:00
Patrick Zysset b08669f8e7 bd: add missing bd tags to bd.json
added hw_bom_patch (33) and prod_variant_name(34) tags.

BugzID: 53769

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-29 18:39:44 +01:00
Patrick Zysset 9e6dd607f5 board-descriptor: update dependencies to python3
remove all python2.x dependencies and replaced them with python 3.5
libs.

BugzID: 53706

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-29 18:23:55 +01:00
Patrick Zysset fb96cb244a nmhw21: fix bd config settings
due to renaming the config file was no applied on nmhw21 targets.

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-28 10:36:33 +01:00
Patrick Zysset fbeebc6afd bd: fix board descriptor recipe
BugzID: 53636

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-11 11:50:01 +02:00
Patrick Zysset 0e73ef5206 vcu: add board specific bd configuration
VCU uses not the default eeprom - use 1-0050 instead of 0-0050.

BugzID: 53626

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-10 11:30:25 +02:00
Patrick Zysset 0a42160e32 bd: fix typo in bd recipe
filepath variable was added with a typo - fixed it to support board
specific configs.

BugzID: 53636

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-10 11:27:33 +02:00
Stefan Eichenberger fe4a45d521 board-descriptor: add support for nrhw20 2018-02-22 15:56:11 +01:00
Stefan Eichenberger 8b2d4fc358 bd.json: add missing tags 2017-07-31 18:27:06 +02:00
Stefan Eichenberger d496e517c1 board-descriptor: add missing dependency 2017-07-31 18:22:47 +02:00
Stefan Eichenberger dda6e40605 board-descriptor: port changes from fct 2017-07-31 18:22:11 +02:00
Stefan Eichenberger a9cf191102 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 ca00e7eed4 bd.json: add new tags 2017-02-28 18:12:36 +01:00
Stefan Eichenberger 8101ee509d 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 6e2693100a glibc: backport a patch from mainline
Glibc locals were invalid without this patch
2016-08-23 18:06:26 +02:00
Stefan Eichenberger 85a0f958b5 boarddescriptor: also support partition table used by nmsw
Also support partition tables that are used by the netbox software
2016-08-12 17:31:54 +02:00
Stefan Eichenberger 06371933b8 board-descriptor: correct a type during refactoring 2016-07-04 19:42:40 +02:00
Stefan Eichenberger 9d406de448 board-descriptor: add python script for bd stuff
We had a boar-descriptor module, this script could replace that. It will
access directly to the eeprom
2016-07-04 19:30:50 +02:00