meta-poky/meta-yocto-bsp: Convert to new override syntax

This converts the two layers to the new override syntax. This was done using

<oe-core>/scripts/contrib/convert-overrides.py <this-layer>

with no manual fixes.

(From meta-yocto rev: 387eab70f343966267c2a68746aea1bbb8525191)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-07-25 22:29:23 +01:00
parent d41af446fe
commit 9826f87cb4
18 changed files with 125 additions and 125 deletions

View File

@@ -1,2 +1,2 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"

View File

@@ -1,2 +1,2 @@
FILESEXTRAPATHS_prepend_poky := "${THISDIR}/files:"
FILESEXTRAPATHS:prepend:poky := "${THISDIR}/files:"

View File

@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
PR = "r2"
RDEPENDS_${PN} = "busybox"
RDEPENDS:${PN} = "busybox"
SRC_URI = "file://init \
file://rc.local.sample \
@@ -27,5 +27,5 @@ do_install() {
install -m 0755 ${WORKDIR}/rc.local.sample ${D}${sysconfdir}
}
FILES_${PN} = "/init ${sysconfdir}/rc.local.sample"
RCONFLICTS_${PN} = "systemd"
FILES:${PN} = "/init ${sysconfdir}/rc.local.sample"
RCONFLICTS:${PN} = "systemd"