summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:02 -0300
commit75a5798b46887b62b35c3271092d811ebb2bcf4c (patch)
tree85cf33df2088cb93f2120149816993c0c0409bc5 /recipes-graphics
parent7826464b9e047565d74587da2207cbb70db33bee (diff)
downloadmeta-freescale-75a5798b46887b62b35c3271092d811ebb2bcf4c.tar.gz
rapidvulkan: import from meta-freescale-distro
Move the recipe into meta-freescale as part of consolidating all recipe content into a single layer. meta-freescale-distro is becoming a thin backward-compatibility layer that only keeps the distro definitions for the wrynose LTS lifetime and is no longer used for recipe development. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb b/recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb
new file mode 100644
index 000000000..86ec697d2
--- /dev/null
+++ b/recipes-graphics/rapidvulkan/rapidvulkan_1.2.162.0.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Low level header only C++11 RAII wrapper classes for the Vulkan API"
2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b98f636daed34d12d11e25f3185c0204"
4
5DEPENDS = "vulkan-loader"
6
7SRC_URI = "git://github.com/Unarmed1000/RapidVulkan;protocol=https;branch=master"
8SRCREV = "e39a407c5ae880792d8843ada65a19dd26b3dca7"
9
10
11inherit cmake
12
13ALLOW_EMPTY:${PN} = "1"