diff options
author | Awais Belal <awais_belal@mentor.com> | 2018-09-24 14:49:26 +0500 |
---|---|---|
committer | Awais Belal <awais_belal@mentor.com> | 2018-09-24 14:54:43 +0500 |
commit | 230c0b40c95fb171af97e6fe866d66801f9b3496 (patch) | |
tree | 1b0df5761627e9037bdcdb31b3c3040b41380858 /meta-amdfalconx86 | |
parent | 78000c0cd97170504513abec8e1ac9c4a7d47a74 (diff) | |
download | meta-amd-230c0b40c95fb171af97e6fe866d66801f9b3496.tar.gz meta-amd-230c0b40c95fb171af97e6fe866d66801f9b3496.tar.bz2 meta-amd-230c0b40c95fb171af97e6fe866d66801f9b3496.zip |
layer.conf/README.md: add meta-python as a dependency
All the GPU based BSPs use mesa as their GL. The newer
versions of mesa require python-mako on host (native) to
generate some build files and python-mako-native is only
available through meta-python at this time. The core
layer only provides python3-mako-native which is not
usable here.
Signed-off-by: Awais Belal <awais_belal@mentor.com>
Diffstat (limited to 'meta-amdfalconx86')
-rw-r--r-- | meta-amdfalconx86/README.md | 1 | ||||
-rw-r--r-- | meta-amdfalconx86/conf/layer.conf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-amdfalconx86/README.md b/meta-amdfalconx86/README.md index 0eb88b41..74d3ff0d 100644 --- a/meta-amdfalconx86/README.md +++ b/meta-amdfalconx86/README.md @@ -12,4 +12,5 @@ This layer depends 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-amd/common layer diff --git a/meta-amdfalconx86/conf/layer.conf b/meta-amdfalconx86/conf/layer.conf index 0aa17d32..13723e5d 100644 --- a/meta-amdfalconx86/conf/layer.conf +++ b/meta-amdfalconx86/conf/layer.conf @@ -10,4 +10,4 @@ BBFILE_PATTERN_amdfalconx86 = "^${LAYERDIR}/" BBFILE_PRIORITY_amdfalconx86 = "14" LAYERSERIES_COMPAT_amdfalconx86 = "sumo" -LAYERDEPENDS_amdfalconx86 = "amd openembedded-layer" +LAYERDEPENDS_amdfalconx86 = "amd openembedded-layer meta-python" |