hsl-brcm: Rename meta-tanowrt-hsl-rpi to meta-tanowrt-hsl-brcm

The hardware support layer meta-tanowrt-hsl-rpi is renamed
to meta-tanowrt-hsl-brcm to be consistent with the other HSL's
(by SoC manufacturer).

Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
This commit is contained in:
Anton Kikin
2022-08-02 03:15:18 +03:00
parent 4d7fa77d5e
commit 1c09242a34
41 changed files with 10 additions and 15 deletions

2
.gitignore vendored
View File

@@ -14,6 +14,6 @@ local.conf
!meta-tanowrt-hsl-intel
!meta-tanowrt-hsl-nxp
!meta-tanowrt-hsl-rockchip
!meta-tanowrt-hsl-rpi
!meta-tanowrt-hsl-brcm
!meta-tanowrt-hsl-swi
!meta-tanowrt-hsl-ti

View File

@@ -1,12 +1,12 @@
# meta-tanowrt-hsl-rpi
# meta-tanowrt-hsl-brcm
[TanoWrt](https://github.com/tano-systems/meta-tanowrt) hardware support layer for the Raspberry Pi boards.
[TanoWrt](https://github.com/tano-systems/meta-tanowrt) hardware support layer for the Broadcom SoC boards.
<img src="../docs/common/images/logos/raspberry-pi.png" height="100px" />
<img src="../docs/common/images/logos/broadcom.svg" width="250px" /> <img src="../docs/common/images/logos/raspberry-pi.png" height="100px" />
## 1 Documentation
You can find documentation for this layer [here](https://tano-systems.github.io/meta-tanowrt/layers/meta-tanowrt-hsl-rpi).
You can find documentation for this layer [here](https://tano-systems.github.io/meta-tanowrt/layers/meta-tanowrt-hsl-brcm).
## 2 License

View File

@@ -13,23 +13,18 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-tanowrt-hsl-rpi"
BBFILE_PATTERN_meta-tanowrt-hsl-rpi := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-tanowrt-hsl-rpi = "17"
BBFILE_COLLECTIONS += "meta-tanowrt-hsl-brcm"
BBFILE_PATTERN_meta-tanowrt-hsl-brcm := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-tanowrt-hsl-brcm = "17"
LICENSE_PATH += "${LAYERDIR}/licenses"
LAYERDEPENDS_meta-tanowrt-hsl-rpi = "\
LAYERDEPENDS_meta-tanowrt-hsl-brcm = "\
meta-tanowrt \
raspberrypi \
core \
openembedded-layer \
networking-layer \
meta-python \
multimedia-layer \
"
LAYERSERIES_COMPAT_meta-tanowrt-hsl-rpi = "hardknott"
LAYERSERIES_COMPAT_meta-tanowrt-hsl-brcm = "hardknott"
# Set a variable to get the top of the metadata location
TANOWRT_HSL_BASE = '${@os.path.normpath("${LAYERDIR}/")}'