summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2025-03-04 16:23:30 -0600
committerMark Hatle <mark.hatle@amd.com>2025-03-30 14:16:15 -0600
commit22d5c0ce87fedc7bd48720aa57e6c5c5ed5b4c16 (patch)
tree78c67e302d7f53bae06d16731d9f3d96b73229ed
parentd4c72dbf8e586de7fe7a47946d4588d36e986019 (diff)
downloadmeta-xilinx-22d5c0ce87fedc7bd48720aa57e6c5c5ed5b4c16.tar.gz
meta-xilinx-core: wic: Add stand-alone non-create version
The stand-alone, non-create version of wic is available from git.yoctoproject.org, use this stripped-down version. Based on work from: Trevor Woerner <trevor.woerner@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-core/wic/wic_0.2.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-core/wic/wic_0.2.0.bb b/meta-xilinx-core/recipes-core/wic/wic_0.2.0.bb
new file mode 100644
index 00000000..4e8e0b11
--- /dev/null
+++ b/meta-xilinx-core/recipes-core/wic/wic_0.2.0.bb
@@ -0,0 +1,12 @@
1DESCRIPTION = "wic Image Manipulator"
2SECTION = "console/utils"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4f0802e55821766fdb26000965ec2bdf"
5
6SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=https;branch=no-create"
7SRCREV = "985a5ff29ccc0c312907d77f9ca98d0890e50541"
8S = "${WORKDIR}/git"
9
10inherit python_poetry_core
11
12BBCLASSEXTEND = "native nativesdk"