diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2019-11-14 19:40:07 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-21 23:08:19 +0000 |
| commit | 9702544b3e75d761d86cae7e8b36f3f2625b68ce (patch) | |
| tree | b8db1573283245d3f7d7c8d9fc32b9bd67c76f14 /meta/recipes-graphics/vulkan | |
| parent | a616ffebdc6f761635f351432461010de1890b7d (diff) | |
| download | poky-9702544b3e75d761d86cae7e8b36f3f2625b68ce.tar.gz | |
distro_features_check: expand with MACHINE_FEATURES and COMBINED_FEATURES, rename
Besides checking DISTRO_FEATURES for required or conflicting features,
being able to check MACHINE_FEATURES and/or COMBINED_FEATURES may also
be useful at times.
Temporarily support the old class name with a warning about future
deprecation.
(From OE-Core rev: 5f4875b950ce199e91f99c8e945a0c709166dc14)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan')
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-demos_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-loader_1.1.108.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-tools_1.1.108.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb index d2041d7d4c..74dc2ad679 100644 --- a/meta/recipes-graphics/vulkan/vulkan-demos_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-demos_git.bb | |||
| @@ -20,7 +20,7 @@ S = "${WORKDIR}/git" | |||
| 20 | 20 | ||
| 21 | REQUIRED_DISTRO_FEATURES = 'vulkan' | 21 | REQUIRED_DISTRO_FEATURES = 'vulkan' |
| 22 | 22 | ||
| 23 | inherit cmake distro_features_check | 23 | inherit cmake features_check |
| 24 | DEPENDS = "vulkan-loader assimp" | 24 | DEPENDS = "vulkan-loader assimp" |
| 25 | 25 | ||
| 26 | do_install_append () { | 26 | do_install_append () { |
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.1.108.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.1.108.bb index 2fd6c44480..a539c5a3ce 100644 --- a/meta/recipes-graphics/vulkan/vulkan-loader_1.1.108.bb +++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.1.108.bb | |||
| @@ -16,7 +16,7 @@ S = "${WORKDIR}/git" | |||
| 16 | 16 | ||
| 17 | REQUIRED_DISTRO_FEATURES = "vulkan" | 17 | REQUIRED_DISTRO_FEATURES = "vulkan" |
| 18 | 18 | ||
| 19 | inherit cmake distro_features_check | 19 | inherit cmake features_check |
| 20 | ANY_OF_DISTRO_FEATURES = "x11 wayland" | 20 | ANY_OF_DISTRO_FEATURES = "x11 wayland" |
| 21 | 21 | ||
| 22 | DEPENDS += "vulkan-headers" | 22 | DEPENDS += "vulkan-headers" |
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.1.108.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.1.108.bb index 26cdee3c14..4ac1bafd17 100644 --- a/meta/recipes-graphics/vulkan/vulkan-tools_1.1.108.bb +++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.1.108.bb | |||
| @@ -10,7 +10,7 @@ SRCREV = "3ccd7f6ebae3e1919adf837718c04feb6c2acc61" | |||
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| 13 | inherit cmake distro_features_check | 13 | inherit cmake features_check |
| 14 | ANY_OF_DISTRO_FEATURES = "x11 wayland" | 14 | ANY_OF_DISTRO_FEATURES = "x11 wayland" |
| 15 | REQUIRED_DISTRO_FEATURES = "vulkan" | 15 | REQUIRED_DISTRO_FEATURES = "vulkan" |
| 16 | 16 | ||
