morty migration: meta-digi: update FSL layer name
meta-fsl-arm is no longer used for Morty release. Now the community support is implemented in 'meta-freescale' layer. https://jira.digi.com/browse/DEL-3451 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
8ff3bdeb0f
commit
dcdab46080
|
|
@ -8,7 +8,7 @@ This layer depends on:
|
|||
|
||||
git://git.yoctoproject.org/poky.git
|
||||
git://git.openembedded.org/meta-openembedded.git
|
||||
git://git.yoctoproject.org/meta-fsl-arm.git
|
||||
git://git.yoctoproject.org/meta-freescale.git
|
||||
|
||||
Digi's license agreements
|
||||
-------------------------
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "digi-arm"
|
|||
BBFILE_PATTERN_digi-arm := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_digi-arm = "5"
|
||||
|
||||
LAYERDEPENDS_digi-arm = "core fsl-arm"
|
||||
LAYERDEPENDS_digi-arm = "core freescale-layer"
|
||||
|
||||
# Digi's General and Open Source license agreements
|
||||
DIGI_EULA_FILE = "${LAYERDIR}/DIGI_EULA"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ This layer depends on:
|
|||
|
||||
git://git.yoctoproject.org/poky.git
|
||||
git://git.openembedded.org/meta-openembedded.git
|
||||
git://git.yoctoproject.org/meta-fsl-arm.git
|
||||
git://git.yoctoproject.org/meta-freescale.git
|
||||
git://github.com/Freescale/meta-fsl-demos.git
|
||||
|
||||
Digi's license agreements
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-openembedded/meta-networking \
|
||||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||
##DIGIBASE##/meta-qt5 \
|
||||
##DIGIBASE##/meta-fsl-arm \
|
||||
##DIGIBASE##/meta-freescale \
|
||||
##DIGIBASE##/meta-fsl-demos \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||
##DIGIBASE##/meta-qt5 \
|
||||
##DIGIBASE##/meta-swupdate \
|
||||
##DIGIBASE##/meta-fsl-arm \
|
||||
##DIGIBASE##/meta-freescale \
|
||||
##DIGIBASE##/meta-fsl-demos \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||
##DIGIBASE##/meta-qt5 \
|
||||
##DIGIBASE##/meta-swupdate \
|
||||
##DIGIBASE##/meta-fsl-arm \
|
||||
##DIGIBASE##/meta-freescale \
|
||||
##DIGIBASE##/meta-fsl-demos \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ BBLAYERS ?= " \
|
|||
##DIGIBASE##/meta-openembedded/meta-webserver \
|
||||
##DIGIBASE##/meta-qt5 \
|
||||
##DIGIBASE##/meta-swupdate \
|
||||
##DIGIBASE##/meta-fsl-arm \
|
||||
##DIGIBASE##/meta-freescale \
|
||||
##DIGIBASE##/meta-fsl-demos \
|
||||
##DIGIBASE##/meta-digi/meta-digi-arm \
|
||||
##DIGIBASE##/meta-digi/meta-digi-dey \
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ do_license() {
|
|||
local MKP_LICENSE_FILES=" \
|
||||
${MKP_SCRIPTPATH}/sources/meta-digi/meta-digi-arm/DIGI_EULA \
|
||||
${MKP_SCRIPTPATH}/sources/meta-digi/meta-digi-arm/DIGI_OPEN_EULA \
|
||||
${MKP_SCRIPTPATH}/sources/meta-fsl-arm/EULA \
|
||||
${MKP_SCRIPTPATH}/sources/meta-freescale/EULA \
|
||||
"
|
||||
[ -z "${MKP_PAGER+x}" ] && MKP_PAGER="| more"
|
||||
eval cat - "${MKP_LICENSE_FILES}" <<-_EOF_ ${MKP_PAGER}; printf "\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue