diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2016-10-19 16:22:09 +0200 |
|---|---|---|
| committer | Martin Borg <martin.borg@enea.com> | 2016-10-20 11:27:33 +0200 |
| commit | 1f67cc4f255403abdd64c768f1c5b5d5914c962d (patch) | |
| tree | d037cb408bbf20f6c73d838bf8bc055c3a2ff2b2 | |
| parent | f057719111729755fbae2db41febce25128292aa (diff) | |
| download | meta-enea-bsp-arm-master.tar.gz | |
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Signed-off-by: Martin Borg <martin.borg@enea.com>
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | conf/layer.conf | 1 |
2 files changed, 3 insertions, 2 deletions
| @@ -12,7 +12,7 @@ This layer depends on: | |||
| 12 | branch: master | 12 | branch: master |
| 13 | revision: HEAD | 13 | revision: HEAD |
| 14 | 14 | ||
| 15 | URI: https://github.com/Freescale/meta-fsl-arm | 15 | URI: https://github.com/Freescale/meta-freescale |
| 16 | branch: master | 16 | branch: master |
| 17 | revision: HEAD | 17 | revision: HEAD |
| 18 | 18 | ||
| @@ -56,7 +56,7 @@ other layers needed. e.g.: | |||
| 56 | /path/to/yocto/meta \ | 56 | /path/to/yocto/meta \ |
| 57 | /path/to/yocto/meta-poky \ | 57 | /path/to/yocto/meta-poky \ |
| 58 | /path/to/yocto/meta-enea-bsp-common \ | 58 | /path/to/yocto/meta-enea-bsp-common \ |
| 59 | /path/to/yocto/meta-fsl-arm \ | 59 | /path/to/yocto/meta-freescale \ |
| 60 | " | 60 | " |
| 61 | 61 | ||
| 62 | II. Misc | 62 | II. Misc |
diff --git a/conf/layer.conf b/conf/layer.conf index cc5b54f..4a40645 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -9,3 +9,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
| 9 | BBFILE_COLLECTIONS += "enea-bsp-arm" | 9 | BBFILE_COLLECTIONS += "enea-bsp-arm" |
| 10 | BBFILE_PATTERN_enea-bsp-arm = "^${LAYERDIR}/" | 10 | BBFILE_PATTERN_enea-bsp-arm = "^${LAYERDIR}/" |
| 11 | BBFILE_PRIORITY_enea-bsp-arm = "6" | 11 | BBFILE_PRIORITY_enea-bsp-arm = "6" |
| 12 | LAYERDEPENDS_enea-bsp-arm = "enea-bsp-common freescale-layer" | ||
