aboutsummaryrefslogtreecommitdiffstats
path: root/meta-seattle
diff options
context:
space:
mode:
Diffstat (limited to 'meta-seattle')
-rw-r--r--meta-seattle/README.md2
-rw-r--r--meta-seattle/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-seattle/README.md b/meta-seattle/README.md
index d2e7ed88..d32ec08f 100644
--- a/meta-seattle/README.md
+++ b/meta-seattle/README.md
@@ -19,7 +19,7 @@ This layer depends on:
[bitbake](https://github.com/openembedded/bitbake) layer,
[oe-core](https://github.com/openembedded/openembedded-core) layer,
-meta-amd/common layer
+meta-amd/meta-amd-bsp layer
## Building the meta-seattle BSP layer
diff --git a/meta-seattle/conf/layer.conf b/meta-seattle/conf/layer.conf
index de1da796..51246a6d 100644
--- a/meta-seattle/conf/layer.conf
+++ b/meta-seattle/conf/layer.conf
@@ -6,4 +6,4 @@ BBFILE_COLLECTIONS += "seattle"
BBFILE_PATTERN_seattle := "^${LAYERDIR}/"
BBFILE_PRIORITY_seattle = "14"
-LAYERDEPENDS_seattle = "amd core"
+LAYERDEPENDS_seattle = "amd-bsp core"