summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-telematics
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-06-27 19:17:08 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-06-28 13:20:59 +0000
commit40bdea4f047cc82a085a3dceff3d893582c0b206 (patch)
tree79aa4f2eaa96cbc514cf3db2b47f149f1a0e0596 /meta-agl-profile-telematics
parent19bb8c74dd58851d27afbc34a9c656dc5b852a46 (diff)
recipes-core: systemd: move canbus-can.network script
Move canbus network script from meta-agl-profile-telematics to meta-profile-core. Since this is useful for more than just telematics Bug-AGL: SPEC-2580 Change-Id: I93666d87f1fb3eb037743d2858a8757d6939c5e3 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-profile-telematics')
-rw-r--r--meta-agl-profile-telematics/recipes-core/systemd/files/canbus-can.network5
-rw-r--r--meta-agl-profile-telematics/recipes-core/systemd/systemd_%.bbappend8
2 files changed, 0 insertions, 13 deletions
diff --git a/meta-agl-profile-telematics/recipes-core/systemd/files/canbus-can.network b/meta-agl-profile-telematics/recipes-core/systemd/files/canbus-can.network
deleted file mode 100644
index 9768c4bf9..000000000
--- a/meta-agl-profile-telematics/recipes-core/systemd/files/canbus-can.network
+++ /dev/null
@@ -1,5 +0,0 @@
-[Match]
-Name=can*
-
-[CAN]
-BitRate=500K
diff --git a/meta-agl-profile-telematics/recipes-core/systemd/systemd_%.bbappend b/meta-agl-profile-telematics/recipes-core/systemd/systemd_%.bbappend
deleted file mode 100644
index 5e02b2b24..000000000
--- a/meta-agl-profile-telematics/recipes-core/systemd/systemd_%.bbappend
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-
-SRC_URI_append = "file://canbus-can.network"
-
-do_install_append() {
- mkdir -p ${D}${base_libdir}/systemd/network
- install -m 0644 ${WORKDIR}/canbus-can.network ${D}${base_libdir}/systemd/network/60-canbus-can.network
-}