Commit Graph

19 Commits

Author SHA1 Message Date
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 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 ca00e7eed4 bd.json: add new tags 2017-02-28 18:12:36 +01: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