Skip to content

Commit

Permalink
firecracker, jailer -bin: UNPACKDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-roos committed Nov 22, 2024
1 parent fddb8c0 commit 334975a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 53 deletions.
49 changes: 0 additions & 49 deletions recipes-containers/firecracker-bin/firecracker-bin_1.3.3.bb

This file was deleted.

8 changes: 4 additions & 4 deletions recipes-containers/firecracker-bin/jailer-bin_1.3.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HOMEPAGE = "https://firecracker-microvm.github.io/"
CVE_PRODUCT = "jailer"
LICENSE = "Apache-2.0"
# nooelint: oelint.var.licenseremotefile:License-File
LIC_FILES_CHKSUM = "file://${WORKDIR}/${PN}/release-v${PV}-${TARGET_ARCH}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"

ARCH_DIR:x86-64 = "x86_64"
ARCH_DIR:aarch64 = "aarch64"
Expand All @@ -14,7 +14,7 @@ COMPATIBLE_MACHINE:aarch64 = "(.*)"
COMPATIBLE_MACHINE:x86-64 = "(.*)"

# nooelint: oelint.vars.srcurichecksum
SRC_URI = "https://github.com/firecracker-microvm/firecracker/releases/download/v${PV}/firecracker-v${PV}-${ARCH_DIR}.tgz;subdir=${BPN};name=${ARCH_DIR}"
SRC_URI = "https://github.com/firecracker-microvm/firecracker/releases/download/v${PV}/firecracker-v${PV}-${ARCH_DIR}.tgz;name=${ARCH_DIR}"

SRC_URI[x86_64.sha256sum] = "f0095e359a31de37c8a1934162ec448dd7fad0dbefd68a536ad11ec382fe4fe0"
SRC_URI[aarch64.sha256sum] = "0dbb6577260b4c5d7e6526530e85c4d1d80b262d9a4f7c59fb37d6d60a1f2c54"
Expand All @@ -27,7 +27,7 @@ SRC_URI:append = " \
file://run-ptest \
"

S = "${WORKDIR}/${PN}"
S = "${UNPACKDIR}/release-v${PV}-${TARGET_ARCH}"

inherit bin_package ptest

Expand All @@ -45,7 +45,7 @@ RDEPENDS:${PN}-ptest += "\
do_install() {
install -d ${D}${bindir}

install -m 0755 ${S}/release-v${PV}-${TARGET_ARCH}/jailer-v${PV}-${TARGET_ARCH} ${D}${bindir}/jailer
install -m 0755 ${S}/jailer-v${PV}-${TARGET_ARCH} ${D}${bindir}/jailer
}

# https://bugzilla.yoctoproject.org/show_bug.cgi?id=15227
Expand Down

0 comments on commit 334975a

Please sign in to comment.