mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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:
@@ -1,2 +1,2 @@
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}:"
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
FILESEXTRAPATHS_prepend_poky := "${THISDIR}/files:"
|
||||
FILESEXTRAPATHS:prepend:poky := "${THISDIR}/files:"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user