meta-digi-arm: include missing soc-family.inc

This is needed to use SOC_FAMILY data and was the reason why imx-lib was
not compiling correctly (see commit cec37f0).

Thus revert also commit cec37f0 because that workaround is not needed
anymore.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2012-12-13 13:48:17 +01:00
parent 77428b3f76
commit f18a3162fc
3 changed files with 2 additions and 7 deletions

View File

@ -2,6 +2,7 @@
#@NAME: ConnectCore for MX51 JumpStart Kit.
#@DESCRIPTION: Machine configuration for Digi's ConnectCore for MX51 JSK
include conf/machine/include/soc-family.inc
include conf/machine/include/imx-digi-base.inc
include conf/machine/include/tune-cortexa8.inc

View File

@ -2,6 +2,7 @@
#@NAME: ConnectCore for MX53 JumpStart Kit.
#@DESCRIPTION: Machine configuration for Digi's ConnectCore for MX53 JSK.
include conf/machine/include/soc-family.inc
include conf/machine/include/imx-digi-base.inc
include conf/machine/include/tune-cortexa8.inc

View File

@ -2,10 +2,3 @@ PR_append = "+del.r0"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}"
SRC_URI += " file://imx-lib-11.09.01-0003-vpu-do-not-error-if-no-VPU-IRAM-present.patch "
# We need to hardcode the PLATFORM variable per-machine because the one defined
# in FSL layer (PLATFORM_mx5) is not passed to do_compile throwing an error:
# "Unspecified PLATFORM variable". This is probably a bug in yocto build system
# maybe fixed in newer versions.
PLATFORM_ccxmx51js = "IMX51"
PLATFORM_ccxmx53js = "IMX51"