mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-07-19 21:09:04 +02:00

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>
25 lines
559 B
BlitzBasic
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}
|
|
}
|