diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-25 22:29:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:38:21 +0100 |
commit | 9826f87cb466a85cba736529831175437dcc621a (patch) | |
tree | cbcabea97ff4d1225102495cd629888bbc384468 /meta-yocto-bsp/recipes-bsp | |
parent | d41af446febd516f14f26db53e6572d9eae35b1e (diff) | |
download | poky-9826f87cb466a85cba736529831175437dcc621a.tar.gz |
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>
Diffstat (limited to 'meta-yocto-bsp/recipes-bsp')
-rw-r--r-- | meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend | 2 | ||||
-rw-r--r-- | meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend b/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend index 72d991c7e5..4fc41d0580 100644 --- a/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend +++ b/meta-yocto-bsp/recipes-bsp/formfactor/formfactor_0.0.bbappend | |||
@@ -1 +1 @@ | |||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
diff --git a/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb b/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb index 8f10bd239c..1fe1212419 100644 --- a/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb +++ b/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb | |||
@@ -12,7 +12,7 @@ do_install(){ | |||
12 | install -m 644 ${WORKDIR}/gma500-gfx-check.conf ${D}${sysconfdir}/modprobe.d/gma500-gfx-check.conf | 12 | install -m 644 ${WORKDIR}/gma500-gfx-check.conf ${D}${sysconfdir}/modprobe.d/gma500-gfx-check.conf |
13 | } | 13 | } |
14 | 14 | ||
15 | FILES_${PN}="${sysconfdir}/modprobe.d/gma500-gfx-check.conf \ | 15 | FILES:${PN}="${sysconfdir}/modprobe.d/gma500-gfx-check.conf \ |
16 | ${sysconfdir}/modprobe.d/gma500-gfx-check.sh" | 16 | ${sysconfdir}/modprobe.d/gma500-gfx-check.sh" |
17 | 17 | ||
18 | COMPATIBLE_MACHINE = "genericx86" | 18 | COMPATIBLE_MACHINE = "genericx86" |