[oe-commits] Koen Kooi : dsplink: remove damage done by git

GIT User account git at amethyst.openembedded.net
Wed Nov 19 15:27:26 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a021f55580c68f6bf88393111ece7f14007b7b09
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a021f55580c68f6bf88393111ece7f14007b7b09

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Nov 19 16:25:39 2008 +0100

dsplink: remove damage done by git
* what tool stores inline conflicts in files in this day and age!?

---

 packages/dsplink/dsplink.inc |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/packages/dsplink/dsplink.inc b/packages/dsplink/dsplink.inc
index 1f72d24..c102e14 100644
--- a/packages/dsplink/dsplink.inc
+++ b/packages/dsplink/dsplink.inc
@@ -47,6 +47,21 @@ do_compile () {
 	make -e -f ${WORKDIR}/Makefile.dsplink
 }
 
+dsplink-kbuild-compile() {	
+	mkdir -p ${S}/dsplink-kbuild-test	
+	cp ${WORKDIR}/Makefile-dsplink-kbuild  ${S}/dsplink-kbuild-test/Makefile
+    cd ${S}/dsplink-kbuild-test/
+	unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
+    oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR}   \
+           KERNEL_SRC=${STAGING_KERNEL_DIR}    \
+           KDIR=${STAGING_KERNEL_DIR}	\
+           KERNEL_VERSION=${KERNEL_VERSION}    \
+           CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
+           AR="${KERNEL_AR}" \
+           V=1        ${MAKE_TARGETS}
+
+}
+
 do_install () {
 	install -d ${D}/${bindir}
 #	install ${S}/gpp/BUILD/EXPORT/RELEASE/loopgpp           ${D}/${bindir}





More information about the Openembedded-commits mailing list