diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:47:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:10 +0000 |
| commit | a9973bb87db8968ca1cf9ed4a9484b0bfa214b2a (patch) | |
| tree | 074509e8d17c3ec3e7afe39533cb10b07f588602 /meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |
| parent | 2a157f114c0fd956bbaf004f1c5bee8a7d42ecf0 (diff) | |
| download | poky-a9973bb87db8968ca1cf9ed4a9484b0bfa214b2a.tar.gz | |
vulkan-samples: replace vulkan-demos
vulkan-samples is the official collection, and vulkan-demos
author has stated that he will be mostly contributing there:
https://github.com/SaschaWillems/Vulkan#Khronossamples
(From OE-Core rev: 76a25391d09de06f832c1053d3dbc901dee3b912)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/vulkan/vulkan-samples_git.bb')
| -rw-r--r-- | meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb new file mode 100644 index 0000000000..241a313a7b --- /dev/null +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "The Vulkan Samples is collection of resources to help develop optimized Vulkan applications." | ||
| 2 | LICENSE = "Apache-2.0" | ||
| 3 | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a" | ||
| 5 | |||
| 6 | SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git \ | ||
| 7 | file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \ | ||
| 8 | " | ||
| 9 | UPSTREAM_CHECK_COMMITS = "1" | ||
| 10 | SRCREV = "f52361d3cd6ac8c30fc3365a464b4e220c32cfd6" | ||
| 11 | |||
| 12 | UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | REQUIRED_DISTRO_FEATURES = 'vulkan' | ||
| 16 | |||
| 17 | inherit cmake features_check | ||
| 18 | |||
| 19 | FILES_${PN} += "${datadir}" | ||
