meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-core / systemd / systemd-conf_241.bbappend
diff --git a/meta-starlingx/meta-stx-integ/recipes-core/systemd/systemd-conf_241.bbappend b/meta-starlingx/meta-stx-integ/recipes-core/systemd/systemd-conf_241.bbappend
deleted file mode 100644 (file)
index 684aeb6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-inherit stx-metadata
-
-STX_REPO = "config-files"
-STX_SUBPATH = "systemd-config"
-
-LICENSE_append = "& Apache-2.0"
-LIC_FILES_CHKSUM += "\
-       file://${STX_METADATA_PATH}/files/LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \
-       "
-
-do_install_append () {
-       install -d -m 0755 ${D}/${sysconfdir}/systemd
-       install -m644 ${STX_METADATA_PATH}/files/journald.conf ${D}/${sysconfdir}/systemd/journald.conf
-       chmod 644 ${D}/${sysconfdir}/systemd/journald.conf
-}