diff options
author | 2014-07-11 03:08:11 +0800 | |
---|---|---|
committer | 2014-11-10 15:07:23 +0000 | |
commit | 25be7b641e057f40727f09931972bcbf2f698b7c (patch) | |
tree | 4419cce7d95aa4e2f99640bfe5a6164895bdf365 | |
parent | b6836d8d4454978b4a847430cb2932a9bc23ca53 (diff) | |
download | meta-intel-quark-25be7b641e057f40727f09931972bcbf2f698b7c.tar.gz meta-intel-quark-25be7b641e057f40727f09931972bcbf2f698b7c.tar.bz2 meta-intel-quark-25be7b641e057f40727f09931972bcbf2f698b7c.zip |
meta-quark-bsp: remove duplicated quark-standard.scc
meta-iot-devkit/recipes-kernel/linux/../iot-devkit[-spi]
has quark-standard.scc. Having another quark-standard.scc
in meta-quark-bsp breaks the build.
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
-rw-r--r-- | recipes-kernel/linux/files/quark-standard.scc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes-kernel/linux/files/quark-standard.scc b/recipes-kernel/linux/files/quark-standard.scc deleted file mode 100644 index 0aaa7dd..0000000 --- a/recipes-kernel/linux/files/quark-standard.scc +++ /dev/null @@ -1,6 +0,0 @@ -define KMACHINE quark -define KTYPE standard -define KARCH i386 - -kconf hardware quark.cfg - |