From c158582c0fc7f4bd73980fe9adad446855f4d61b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:19:54 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- recipes-containers/lxc/lxc_1.0.1.bbappend | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 recipes-containers/lxc/lxc_1.0.1.bbappend (limited to 'recipes-containers/lxc/lxc_1.0.1.bbappend') diff --git a/recipes-containers/lxc/lxc_1.0.1.bbappend b/recipes-containers/lxc/lxc_1.0.1.bbappend new file mode 100644 index 0000000..c3311d6 --- /dev/null +++ b/recipes-containers/lxc/lxc_1.0.1.bbappend @@ -0,0 +1,17 @@ +FILESEXTRAPATHS_append := ":${THISDIR}/files" +SRC_URI_append = " file://init-lxc-mount" +SRC_URI_append = " file://lxc-busybox-support-enea-linux-init.patch" +SRC_URI_append = " file://lxc-test-attach-replace-cmp-with-grep.patch" + +inherit update-rc.d + +INITSCRIPT_NAME = "init-lxc-mount" + +EXTRA_OEMAKE_append_imx6qsabrelite = " CFLAGS=-D_FILE_OFFSET_BITS=64" + +do_install_append() { + install -d ${D}${sysconfdir}/init.d + install -m 0755 ${WORKDIR}/init-lxc-mount ${D}${sysconfdir}/init.d/init-lxc-mount +} + +FILES_${PN} += "${sysconfdir}/init.d/init-lxc-mount" -- cgit v1.2.3-54-g00ecf