diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-06-27 19:17:08 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-28 13:20:59 +0000 |
commit | 40bdea4f047cc82a085a3dceff3d893582c0b206 (patch) | |
tree | 79aa4f2eaa96cbc514cf3db2b47f149f1a0e0596 /meta-agl-profile-telematics | |
parent | 19bb8c74dd58851d27afbc34a9c656dc5b852a46 (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.network | 5 | ||||
-rw-r--r-- | meta-agl-profile-telematics/recipes-core/systemd/systemd_%.bbappend | 8 |
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 -} |