* The CCS project file now contains symbols that the SDK installer will replace with correct values when the SDK is installed. * This makes it easier to manage changes in the toolchain sdk structure.
Signed-off-by: Franklin S. Cooper Jr <[email protected]> --- .../arm-benchmarks/arm-benchmarks_1.3.bb | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb b/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb index ce18860..d46c0ab 100644 --- a/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb +++ b/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb @@ -4,25 +4,24 @@ LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=7aefb5e1cffc7b6a3ef18b803f957922" SECTION = "system" -PR = "r5" +PR = "r6" BRANCH ?= "master" -SRCREV = "176c8869817913967ae1a0d561535eb40ba8a527" +SRCREV = "eba9e69247c105f6d8dbcb56452ad4c4ea2df31e" SRC_URI = "git://gitorious.org/arm_benchmarks/arm_benchmarks.git;protocol=git;branch=${BRANCH}" S = "${WORKDIR}/git" -PLATFORM_ARCH = "${ARMPKGARCH}" -PLATFORM_ARCH_omapl138 = "armv5te" - do_compile() { + export CROSS_COMPILE=${TARGET_PREFIX} export CFLAGS='${TARGET_CC_ARCH}' # build the release version - oe_runmake -C ${PLATFORM_ARCH} release + oe_runmake release } - do_install() { - oe_runmake -C ${PLATFORM_ARCH} DESTDIR=${D} install + + oe_runmake DESTDIR=${D} install } + -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
