diff options
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | conf/layer.conf | 2 |
2 files changed, 3 insertions, 3 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: git://git.yoctoproject.org/meta-fsl-ppc | 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-el-common \ | 58 | /path/to/yocto/meta-el-common \ |
| 59 | /path/to/yocto/meta-fsl-ppc \ | 59 | /path/to/yocto/meta-freescale \ |
| 60 | /path/to/yocto/meta-enea-networking \ | 60 | /path/to/yocto/meta-enea-networking \ |
| 61 | " | 61 | " |
| 62 | 62 | ||
diff --git a/conf/layer.conf b/conf/layer.conf index f334cc5..099c300 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -10,4 +10,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ | |||
| 10 | BBFILE_COLLECTIONS += "enea-networking" | 10 | BBFILE_COLLECTIONS += "enea-networking" |
| 11 | BBFILE_PATTERN_enea-networking = "^${LAYERDIR}/" | 11 | BBFILE_PATTERN_enea-networking = "^${LAYERDIR}/" |
| 12 | BBFILE_PRIORITY_enea-networking = "7" | 12 | BBFILE_PRIORITY_enea-networking = "7" |
| 13 | LAYERDEPENDS_enea-networking = "el-common fsl-ppc" | 13 | LAYERDEPENDS_enea-networking = "el-common freescale-layer" |
