OSDN Git Service

kernel3.18対応
[scilog/spike-ad.git] / overo-source-me.txt
diff --git a/overo-source-me.txt b/overo-source-me.txt
deleted file mode 100644 (file)
index b652225..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-if [[ -z "${KERNEL_CROSS_BUILD_ENVIRONMENT_SOURCED}" ]]; then
-
-       MACHINE=overo
-
-       # normally OETMP will be ${OVEROTOP}/tmp, but really it is whatever TMPDIR
-       # in ${OVEROTOP}/build/conf/site.conf points to.
-       OETMP=${OVEROTOP}/tmp
-       # OETMP=/oe5            
-
-       SYSROOTSDIR=${OETMP}/sysroots
-       STAGEDIR=${SYSROOTSDIR}/`uname -m`-linux/usr
-
-       export KERNELDIR=${SYSROOTSDIR}/${MACHINE}-angstrom-linux-gnueabi/kernel
-
-       PATH=${PATH}:${STAGEDIR}/bin:${STAGEDIR}/armv7a/bin
-
-       unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS MACHINE
-
-       export ARCH="arm"
-       export CROSS_COMPILE="arm-angstrom-linux-gnueabi-"
-       export CC="arm-angstrom-linux-gnueabi-gcc"
-       export LD="arm-angstrom-linux-gnueabi-ld"
-       export STRIP="arm-angstrom-linux-gnueabi-strip"
-
-       export KERNEL_CROSS_BUILD_ENVIRONMENT_SOURCED="true"
-
-       echo "Altered environment for cross building a kernel module with OE tools."
-else
-       echo "Cross build environment already configured."
-fi
-