aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cc-oci-artifacts/cc-kernel_4.9.33-74.bb
blob: 5d03ffb2cfefc99faab2a7af6f4a31eb14731b47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "The Linux kernel optimized for running inside a container"
DESCRIPTION = "The Linux kernel."
HOMEPAGE = "http://www.kernel.org/"

LICENSE = "GPLv2"
ERROR_QA_remove = "license-checksum"

SRC_URI = "http://download.clearlinux.org/releases/16050/clear/x86_64/os/Packages/linux-container-${PV}.x86_64.rpm"
SRC_URI[md5sum] = "69f268d45c3dfee82f1afbd479534e08"
SRC_URI[sha256sum] = "0f915e1b18ddcdd13fb339d3cc7b9857297dd1340f69dde504012f3e644c4293"

FILES_${PN} += "/usr/share/clear-containers/*"

do_unpack[depends] += "xz-native:do_populate_sysroot"

do_install_append () {
    cp -rf ${WORKDIR}/usr ${D}/usr
}