aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-amd-bsp/README.md5
-rw-r--r--meta-amd-bsp/conf/layer.conf1
2 files changed, 4 insertions, 2 deletions
diff --git a/meta-amd-bsp/README.md b/meta-amd-bsp/README.md
index 190ece96..394edd46 100644
--- a/meta-amd-bsp/README.md
+++ b/meta-amd-bsp/README.md
@@ -19,9 +19,10 @@ for general information and usage details.
## Dependencies
-This layer depends on:
+Depending on the machine, this layer may depend on:
[bitbake](https://github.com/openembedded/bitbake) layer,
[oe-core](https://github.com/openembedded/openembedded-core) layer,
[meta-oe](https://github.com/openembedded/meta-openembedded) layer,
-[meta-python](https://github.com/openembedded/meta-openembedded/meta-python) layer
+[meta-python](https://github.com/openembedded/meta-openembedded/meta-python) layer,
+[meta-networking](https://github.com/openembedded/meta-openembedded/meta-networking) layer
diff --git a/meta-amd-bsp/conf/layer.conf b/meta-amd-bsp/conf/layer.conf
index a82f41b0..d4ab36f7 100644
--- a/meta-amd-bsp/conf/layer.conf
+++ b/meta-amd-bsp/conf/layer.conf
@@ -18,3 +18,4 @@ LICENSE_PATH += "${LAYERDIR}/licenses"
LAYERDEPENDS_r1000 = "openembedded-layer meta-python"
LAYERDEPENDS_v1000 = "openembedded-layer meta-python"
+LAYERDEPENDS_e3000 = "openembedded-layer meta-python meta-networking"