summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-telematics/recipes-core/systemd/systemd_234.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-agl-profile-telematics/recipes-core/systemd/systemd_234.bbappend')
-rw-r--r--meta-agl-profile-telematics/recipes-core/systemd/systemd_234.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-agl-profile-telematics/recipes-core/systemd/systemd_234.bbappend b/meta-agl-profile-telematics/recipes-core/systemd/systemd_234.bbappend
new file mode 100644
index 000000000..a145cc98b
--- /dev/null
+++ b/meta-agl-profile-telematics/recipes-core/systemd/systemd_234.bbappend
@@ -0,0 +1,13 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+SRC_URI_append = " \
+ file://0001-networkd-link-link_configure-factor-out-link_configu.patch \
+ file://0002-networkd-link-link_up_can-move-function-upwards.patch \
+ file://0003-networkd-link-add-support-to-configure-CAN-interface.patch \
+ file://canbus-can0.network \
+"
+
+do_install_append() {
+ mkdir -p ${D}${base_libdir}/systemd/network
+ install -m 0644 ${WORKDIR}/canbus-can0.network ${D}${base_libdir}/systemd/network/60-canbus-can0.network
+}