aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/cc-oci-artifacts/cc-kernel_4.9.33-74.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/cc-oci-artifacts/cc-kernel_4.9.33-74.bb')
-rw-r--r--recipes-devtools/cc-oci-artifacts/cc-kernel_4.9.33-74.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-devtools/cc-oci-artifacts/cc-kernel_4.9.33-74.bb b/recipes-devtools/cc-oci-artifacts/cc-kernel_4.9.33-74.bb
new file mode 100644
index 0000000..5d03ffb
--- /dev/null
+++ b/recipes-devtools/cc-oci-artifacts/cc-kernel_4.9.33-74.bb
@@ -0,0 +1,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
+}
+