From f7cf423baf4eea599481d49cd9c8a35adb084552 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 14 Apr 2022 14:22:09 +0800 Subject: level-zero: upgrade 1.7.9 -> 1.7.15 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- .../recipes-core/levelzero/level-zero_1.7.15.bb | 53 ++++++++++++++++++++++ .../recipes-core/levelzero/level-zero_1.7.9.bb | 53 ---------------------- 2 files changed, 53 insertions(+), 53 deletions(-) create mode 100644 dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.15.bb delete mode 100644 dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.9.bb diff --git a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.15.bb b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.15.bb new file mode 100644 index 00000000..3a46a41e --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.15.bb @@ -0,0 +1,53 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- LICENSE +# +++ LICENSE +# @@ -1,6 +1,6 @@ +# MIT License +# +# -Copyright (c) 2019 Intel Corporation +# +Copyright (C) 2019-2021 Intel Corporation +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# +# + +SUMMARY = "oneAPI Level Zero Specification Headers and Loader" +HOMEPAGE = "https://github.com/oneapi-src/level-zero" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=97957beb2f7808ffa247e5d93e6442cc" + +SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https;branch=master" +SRCREV = "bb7fff05b801e26c3d7858e03e509d1089914d59" +S = "${WORKDIR}/git" + +inherit cmake +DEPENDS += "opencl-headers" + +UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" + +PACKAGES =+ "${PN}-headers ${PN}-samples ${PN}-loader" + +do_install:append () { + install -d ${D}${bindir} ${D}${libdir} + install -m 755 ${B}/bin/zello* ${D}${bindir} + + oe_libinstall -C lib libze_null ${D}${libdir} +} + + +FILES:${PN}-headers = "${includedir}" +FILES:${PN}-samples = "${bindir} ${libdir}/libze_null* ${libdir}/libze_validation*" +FILES:${PN}-loader = "${libdir}" + +# PN-loader (non -dev/-dbg/nativesdk- package) contains symlink .so +INSANE_SKIP:${PN}-loader = "dev-so" +INSANE_SKIP:${PN}-samples = "dev-so" +ALLOW_EMPTY:${PN} = "1" diff --git a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.9.bb b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.9.bb deleted file mode 100644 index 9346f457..00000000 --- a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.9.bb +++ /dev/null @@ -1,53 +0,0 @@ -# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. -# The following is the difference between the old and the new license text. -# Please update the LICENSE value if needed, and summarize the changes in -# the commit message via 'License-Update:' tag. -# (example: 'License-Update: copyright years updated.') -# -# The changes: -# -# --- LICENSE -# +++ LICENSE -# @@ -1,6 +1,6 @@ -# MIT License -# -# -Copyright (c) 2019 Intel Corporation -# +Copyright (C) 2019-2021 Intel Corporation -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# -# - -SUMMARY = "oneAPI Level Zero Specification Headers and Loader" -HOMEPAGE = "https://github.com/oneapi-src/level-zero" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=97957beb2f7808ffa247e5d93e6442cc" - -SRC_URI = "git://github.com/oneapi-src/level-zero.git;protocol=https;branch=master" -SRCREV = "78f08cc338d70ac60a8f61084ad194fa0dbc90b0" -S = "${WORKDIR}/git" - -inherit cmake -DEPENDS += "opencl-headers" - -UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" - -PACKAGES =+ "${PN}-headers ${PN}-samples ${PN}-loader" - -do_install:append () { - install -d ${D}${bindir} ${D}${libdir} - install -m 755 ${B}/bin/zello* ${D}${bindir} - - oe_libinstall -C lib libze_null ${D}${libdir} -} - - -FILES:${PN}-headers = "${includedir}" -FILES:${PN}-samples = "${bindir} ${libdir}/libze_null* ${libdir}/libze_validation*" -FILES:${PN}-loader = "${libdir}" - -# PN-loader (non -dev/-dbg/nativesdk- package) contains symlink .so -INSANE_SKIP:${PN}-loader = "dev-so" -INSANE_SKIP:${PN}-samples = "dev-so" -ALLOW_EMPTY:${PN} = "1" -- cgit v1.2.3-54-g00ecf