diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2025-03-04 16:23:30 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2025-03-30 14:16:15 -0600 |
| commit | 22d5c0ce87fedc7bd48720aa57e6c5c5ed5b4c16 (patch) | |
| tree | 78c67e302d7f53bae06d16731d9f3d96b73229ed | |
| parent | d4c72dbf8e586de7fe7a47946d4588d36e986019 (diff) | |
| download | meta-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.bb | 12 |
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 @@ | |||
| 1 | DESCRIPTION = "wic Image Manipulator" | ||
| 2 | SECTION = "console/utils" | ||
| 3 | LICENSE = "GPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4f0802e55821766fdb26000965ec2bdf" | ||
| 5 | |||
| 6 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=https;branch=no-create" | ||
| 7 | SRCREV = "985a5ff29ccc0c312907d77f9ca98d0890e50541" | ||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | inherit python_poetry_core | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
