summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/files
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2016-11-09 15:03:52 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-23 12:03:54 +0000
commit9a3be58b17afbe4ef00030b0e6ad8b20b03adc49 (patch)
treeb5e31e790a14aeca2e4f427dfd66bbbf379f4bd4 /meta/lib/oeqa/runtime/files
parent57af8ee4021c302bd351adf03e6d85274ad7efd5 (diff)
downloadopenembedded-core-contrib-9a3be58b17afbe4ef00030b0e6ad8b20b03adc49.tar.gz
oeqa/{runtime,sdk}/files: Move testsdkmakefile from runtime to sdk module
It doesn't make sense to have files related to sdk module into runtime module. [YOCTO #10599] Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Diffstat (limited to 'meta/lib/oeqa/runtime/files')
-rw-r--r--meta/lib/oeqa/runtime/files/testsdkmakefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/lib/oeqa/runtime/files/testsdkmakefile b/meta/lib/oeqa/runtime/files/testsdkmakefile
deleted file mode 100644
index fb05f822f3..0000000000
--- a/meta/lib/oeqa/runtime/files/testsdkmakefile
+++ /dev/null
@@ -1,5 +0,0 @@
-test: test.o
- $(CC) -o test test.o -lm
-test.o: test.c
- $(CC) -c test.c
-