diff options
Diffstat (limited to 'meta-agl-jailhouse')
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb b/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb index 2c9bff50..f299d0e5 100644 --- a/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb +++ b/meta-agl-jailhouse/recipes-extended/jailhouse/jailhouse_git.bb @@ -4,7 +4,7 @@ operating systems besides Linux. For this purpose, it configures CPU and device platform in a way that none of these domains, called 'cells' here, can interfere with each other in an unacceptable way." HOMEPAGE = "https://github.com/siemens/jailhouse" SECTION = "jailhouse" -LICENSE = "GPL-2.0 & BSD-2-Clause" +LICENSE = "GPL-2.0-only & BSD-2-Clause" LIC_FILES_CHKSUM = " \ file://COPYING;md5=9fa7f895f96bde2d47fd5b7d95b6ba4d \ diff --git a/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-block.bb b/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-block.bb index 4ee6c98a..cb000e3d 100644 --- a/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-block.bb +++ b/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-block.bb @@ -2,7 +2,7 @@ SUMMARY = "virtio-ivshmem-block built out of the kernel tree" DESCRIPTION = "virtio-ivshmem-block built out of the kernel tree." HOMEPAGE = "https://kernel.org" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" PR = "r1" diff --git a/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-console.bb b/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-console.bb index 3d046f14..8c64a241 100644 --- a/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-console.bb +++ b/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-console.bb @@ -2,7 +2,7 @@ SUMMARY = "virtio-ivshmem-console built out of the kernel tree" DESCRIPTION = "virtio-ivshmem-console built out of the kernel tree." HOMEPAGE = "https://kernel.org" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" PR = "r1" diff --git a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/kernel-devsrc.bb b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/kernel-devsrc.bb index 8a6e4903..6bf9fe7a 100644 --- a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/kernel-devsrc.bb +++ b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/kernel-devsrc.bb @@ -5,7 +5,7 @@ development or external module builds" SECTION = "kernel" -LICENSE = "GPLv2" +LICENSE = "GPL-2.0-only" inherit linux-kernel-base diff --git a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb index 8401a458..23b1cebd 100644 --- a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb +++ b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb @@ -1,5 +1,5 @@ # Recipe created by recipetool -LICENSE = "GPL-2.0" +LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" inherit kernel |