omapdrmtest will not build under kirkstone due to the version change of ffmpeg to 5.0.1. If we want to fix this, then someone will need to do the work.
Signed-off-by: Ryan Eatmon <[email protected]> --- meta-arago-distro/recipes-core/packagegroups/ti-test.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb index 0b6e1eed..31bdba7e 100644 --- a/meta-arago-distro/recipes-core/packagegroups/ti-test.bb +++ b/meta-arago-distro/recipes-core/packagegroups/ti-test.bb @@ -66,7 +66,8 @@ ARAGO_TI_TEST:append:ti43x = " \ omapconf \ " -NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}" +#NOT_MAINLINE_MMIP_DEPS = "${@bb.utils.contains('MACHINE_FEATURES', 'mmip', 'omapdrmtest', '', d)}" +NOT_MAINLINE_MMIP_DEPS = "" ARAGO_TI_TEST:append:omap-a15 = " \ omapconf \ -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14379): https://lists.yoctoproject.org/g/meta-arago/message/14379 Mute This Topic: https://lists.yoctoproject.org/mt/98578105/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
