diff options
Diffstat (limited to 'dynamic-layers')
7 files changed, 15 insertions, 15 deletions
diff --git a/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bbappend b/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bbappend index 5d3ab4d..22f8ce4 100644 --- a/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bbappend +++ b/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc_0.10.1.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI_append_rpi = " \ | 3 | SRC_URI:append:rpi = " \ |
4 | file://lirc-gpio-ir-0.10.patch \ | 4 | file://lirc-gpio-ir-0.10.patch \ |
5 | file://lircd.service \ | 5 | file://lircd.service \ |
6 | " | 6 | " |
diff --git a/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-rpi-test.bbappend b/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-rpi-test.bbappend index 63fedbb..7776531 100644 --- a/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-rpi-test.bbappend +++ b/dynamic-layers/meta-python/recipes-core/packagegroups/packagegroup-rpi-test.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | RDEPENDS_${PN} += "python3-sense-hat" | 3 | RDEPENDS:${PN} += "python3-sense-hat" |
4 | 4 | ||
diff --git a/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb b/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb index 6195d28..dba63d9 100644 --- a/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb +++ b/dynamic-layers/meta-python/recipes-devtools/python/python3-sense-hat_2.2.0.bb | |||
@@ -17,7 +17,7 @@ DEPENDS += " \ | |||
17 | freetype \ | 17 | freetype \ |
18 | " | 18 | " |
19 | 19 | ||
20 | RDEPENDS_${PN} += " \ | 20 | RDEPENDS:${PN} += " \ |
21 | ${PYTHON_PN}-numpy \ | 21 | ${PYTHON_PN}-numpy \ |
22 | ${PYTHON_PN}-rtimu \ | 22 | ${PYTHON_PN}-rtimu \ |
23 | ${PYTHON_PN}-pillow \ | 23 | ${PYTHON_PN}-pillow \ |
diff --git a/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera.bbappend b/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera.bbappend index 8076ac7..2721cfe 100644 --- a/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera.bbappend +++ b/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/libcamera.bbappend | |||
@@ -1,2 +1,2 @@ | |||
1 | PACKAGECONFIG[raspberrypi] = "-Dpipelines=raspberrypi" | 1 | PACKAGECONFIG[raspberrypi] = "-Dpipelines=raspberrypi" |
2 | PACKAGECONFIG_append_rpi = " raspberrypi" | 2 | PACKAGECONFIG:append:rpi = " raspberrypi" |
diff --git a/dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend b/dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend index 933aaf6..148e579 100644 --- a/dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend +++ b/dynamic-layers/networking-layer/recipes-support/drbd/drbd_%.bbappend | |||
@@ -1,3 +1,3 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | COMPATIBLE_MACHINE_rpi = "(null)" | 3 | COMPATIBLE_MACHINE_rpi = "(null)" |
diff --git a/dynamic-layers/openembedded-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend b/dynamic-layers/openembedded-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend index 25423d0..8d458c8 100644 --- a/dynamic-layers/openembedded-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend +++ b/dynamic-layers/openembedded-layer/recipes-core/packagegroups/packagegroup-meta-oe.bbappend | |||
@@ -1 +1 @@ | |||
RDEPENDS_packagegroup-meta-oe-kernel_remove_rpi = "bpftool" | RDEPENDS:packagegroup-meta-oe-kernel:remove:rpi = "bpftool" | ||
diff --git a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend index e48f31d..5e6d652 100644 --- a/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend +++ b/dynamic-layers/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | |||
@@ -1,19 +1,19 @@ | |||
1 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gl', \ | 1 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gl', \ |
2 | bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs gles2', \ | 2 | bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs gles2', \ |
3 | '', d), d)}" | 3 | '', d), d)}" |
4 | PACKAGECONFIG_GL_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}" | 4 | PACKAGECONFIG_GL:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', ' kms', '', d)}" |
5 | PACKAGECONFIG_GL_append_rpi = " gbm" | 5 | PACKAGECONFIG_GL:append:rpi = " gbm" |
6 | PACKAGECONFIG_FONTS_rpi = "fontconfig" | 6 | PACKAGECONFIG_FONTS_rpi = "fontconfig" |
7 | PACKAGECONFIG_append_rpi = " libinput examples tslib xkbcommon" | 7 | PACKAGECONFIG:append:rpi = " libinput examples tslib xkbcommon" |
8 | PACKAGECONFIG_remove_rpi = "tests" | 8 | PACKAGECONFIG:remove:rpi = "tests" |
9 | 9 | ||
10 | OE_QTBASE_EGLFS_DEVICE_INTEGRATION_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'eglfs_brcm', d)}" | 10 | OE_QTBASE_EGLFS_DEVICE_INTEGRATION_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', 'eglfs_brcm', d)}" |
11 | 11 | ||
12 | do_configure_prepend_rpi() { | 12 | do_configure:prepend:rpi() { |
13 | # Add the appropriate EGLFS_DEVICE_INTEGRATION | 13 | # Add the appropriate EGLFS_DEVICE_INTEGRATION |
14 | if [ "${@d.getVar('OE_QTBASE_EGLFS_DEVICE_INTEGRATION')}" != "" ]; then | 14 | if [ "${@d.getVar('OE_QTBASE_EGLFS_DEVICE_INTEGRATION')}" != "" ]; then |
15 | echo "EGLFS_DEVICE_INTEGRATION = ${OE_QTBASE_EGLFS_DEVICE_INTEGRATION}" >> ${S}/mkspecs/oe-device-extra.pri | 15 | echo "EGLFS_DEVICE_INTEGRATION = ${OE_QTBASE_EGLFS_DEVICE_INTEGRATION}" >> ${S}/mkspecs/oe-device-extra.pri |
16 | fi | 16 | fi |
17 | } | 17 | } |
18 | RDEPENDS_${PN}_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | 18 | RDEPENDS:${PN}:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" |
19 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | 19 | DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" |