diff options
| -rw-r--r-- | conf/layer.conf | 2 | ||||
| -rw-r--r-- | recipes-containers/vcontainer/vcontainer-tarball.bb | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index a387d35e..eababe00 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -21,7 +21,7 @@ BBFILES_DYNAMIC += " \ | |||
| 21 | # This should only be incremented on significant changes that will | 21 | # This should only be incremented on significant changes that will |
| 22 | # cause compatibility issues with other layers | 22 | # cause compatibility issues with other layers |
| 23 | LAYERVERSION_virtualization-layer = "1" | 23 | LAYERVERSION_virtualization-layer = "1" |
| 24 | LAYERSERIES_COMPAT_virtualization-layer = "whinlatter" | 24 | LAYERSERIES_COMPAT_virtualization-layer = "wrynose" |
| 25 | LAYERDEPENDS_virtualization-layer = " \ | 25 | LAYERDEPENDS_virtualization-layer = " \ |
| 26 | core \ | 26 | core \ |
| 27 | openembedded-layer \ | 27 | openembedded-layer \ |
diff --git a/recipes-containers/vcontainer/vcontainer-tarball.bb b/recipes-containers/vcontainer/vcontainer-tarball.bb index 432bea9a..ee3c1147 100644 --- a/recipes-containers/vcontainer/vcontainer-tarball.bb +++ b/recipes-containers/vcontainer/vcontainer-tarball.bb | |||
| @@ -27,6 +27,9 @@ HOMEPAGE = "https://git.yoctoproject.org/meta-virtualization/" | |||
| 27 | LICENSE = "MIT" | 27 | LICENSE = "MIT" |
| 28 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 28 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 29 | 29 | ||
| 30 | # file:// SRC_URI entries land directly in UNPACKDIR, not a subdirectory | ||
| 31 | S = "${UNPACKDIR}" | ||
| 32 | |||
| 30 | # Use our custom SDK installer template with vcontainer-specific messages | 33 | # Use our custom SDK installer template with vcontainer-specific messages |
| 31 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 34 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 32 | TOOLCHAIN_SHAR_EXT_TMPL = "${THISDIR}/files/toolchain-shar-extract.sh" | 35 | TOOLCHAIN_SHAR_EXT_TMPL = "${THISDIR}/files/toolchain-shar-extract.sh" |
