meta-freescale/recipes-bsp/apptrk/apptrk_git.bb
Otavio Salvador f8517afc7a Move meta-fsl-arm content to layer root
The meta-fsl-arm is going to be used as the base for this layer. It
contains a clean history and allowing a more granullar set of changes.

This commit is just a rename of all contents of meta-fsl-arm
subdirectory to this layer's root, subsequent changes are based on top
of that.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2015-07-16 15:01:29 -03:00

25 lines
559 B
BlitzBasic

SUMMARY = "Debug agent for Freescale CodeWarrior"
SECTION = "apptrk"
LICENSE = "Freescale-EULA"
LIC_FILES_CHKSUM = "file://COPYING;md5=95560debfde180684364319811cc1421"
DEPENDS = "elfutils"
inherit kernel-arch
SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;nobranch=1 \
file://apptrk-install-create-all-components-of-DEST.patch \
file://no-strip.patch \
"
SRCREV = "cbed10997c5e2a4aaa004fb0e1efec858bf1bbe1"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = ""
CFLAGS += " -I${STAGING_INCDIR}"
do_install() {
oe_runmake install DESTDIR=${D}
}