vf: follow SoC override changes also for vybrid

- Drop the sub SoC family vf50 and vf60 in favour of using only vf
- Use the now generated vf-*-bsp overrides

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
Max Krummenacher 2022-06-23 09:21:16 +02:00
parent 6ee01e20a9
commit e59062bd68
6 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
#@DESCRIPTION: Machine configuration for Toradex Colibri VF50/VF61 powered by Freescale Vybrid SoC
#@MAINTAINER: Max Krummenacher <max.krummenacher@toradex.com>
MACHINEOVERRIDES =. "vf:vf50:vf60:"
MACHINEOVERRIDES =. "vf:"
include conf/machine/include/imx-base.inc
include conf/machine/include/arm/armv7a/tune-cortexa5.inc

View File

@ -19,7 +19,7 @@ CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
RDEPENDS:${PN} = "virtual/kernel-module-mcc"
COMPATIBLE_MACHINE = "(vf60)"
COMPATIBLE_MACHINE = "(vf-generic-bsp)"
do_install() {
oe_runmake 'DESTDIR=${D}' install

View File

@ -17,7 +17,7 @@ CFLAGS += "-I${STAGING_KERNEL_DIR}/include"
RDEPENDS:${PN} = "virtual/kernel-module-mcc"
COMPATIBLE_MACHINE = "(vf60)"
COMPATIBLE_MACHINE = "(vf-generic-bsp)"
do_install() {
oe_runmake 'DESTDIR=${D}' install

View File

@ -17,4 +17,4 @@ SRCREV = "083388fa5cce79c239988d61543322d91996aa8d"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "(vf60)"
COMPATIBLE_MACHINE = "(vf-generic-bsp)"

View File

@ -17,4 +17,4 @@ SRCBRANCH = "toradex_vf_4.4"
SRCREV = "4a0abd7dd466276ee3fdf79b54f05f845f7d8844"
DEPENDS += "lzop-native bc-native"
COMPATIBLE_MACHINE = "(vf)"
COMPATIBLE_MACHINE = "(vf-generic-bsp)"