mirror of
https://github.com/outbackdingo/meta-tanowrt.git
synced 2026-01-28 02:19:37 +00:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}/")}'
|
||||
Reference in New Issue
Block a user