summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-03-09 15:31:06 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2015-03-12 05:27:26 -0300
commit70e2af230001f9eb8f42420ef093c9e15bea1eff (patch)
tree255a64e9f5e9cc416e90ad90428994d0e050e805 /recipes-bsp
parent3db87399ddcb633ddfc6128214d57d333e20eda1 (diff)
downloadmeta-fsl-arm-70e2af230001f9eb8f42420ef093c9e15bea1eff.tar.gz
vf/twr-vf65gs10: add new SoC family "vf" for Vybrid in general
This patch introduces a new base SoC family "vf". The family includes all Freescale Vybrid SoC based modules, which is the single core (vf50/VF5xx) or dual core (vf60/VF6xx) variant. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc.inc b/recipes-bsp/u-boot/u-boot-fslc.inc
index 83a76c0..07fb507 100644
--- a/recipes-bsp/u-boot/u-boot-fslc.inc
+++ b/recipes-bsp/u-boot/u-boot-fslc.inc
@@ -11,7 +11,7 @@ was submitted for revision and it takes some time to become part of a stable \
11version, or because it is not applicable for upstreaming." 11version, or because it is not applicable for upstreaming."
12LICENSE = "GPLv2+" 12LICENSE = "GPLv2+"
13LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" 13LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
14COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" 14COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf)"
15 15
16DEPENDS_mxs += "elftosb-native openssl-native" 16DEPENDS_mxs += "elftosb-native openssl-native"
17 17