diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-30 14:47:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:40:23 +0100 |
commit | 7ed3364b7ca61b210fce5ed014ab700e24ee470b (patch) | |
tree | f3e232d4bb2e596e4ff8844b486bf55812013984 /meta-selftest/conf | |
parent | 24bb41f273148db023721804b98676a92f9a5f9c (diff) | |
download | openembedded-core-7ed3364b7ca61b210fce5ed014ab700e24ee470b.tar.gz openembedded-core-7ed3364b7ca61b210fce5ed014ab700e24ee470b.tar.bz2 openembedded-core-7ed3364b7ca61b210fce5ed014ab700e24ee470b.zip |
meta-selftest: Add qemux86copy machine
I know Martin finds something like this useful for testing sstate signatures,
this adds one to meta-selftest so we can use it from oe-selftest in the sstate
tests there too.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/conf')
-rw-r--r-- | meta-selftest/conf/machine/qemux86copy.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-selftest/conf/machine/qemux86copy.conf b/meta-selftest/conf/machine/qemux86copy.conf new file mode 100644 index 0000000000..76c13fdcb9 --- /dev/null +++ b/meta-selftest/conf/machine/qemux86copy.conf @@ -0,0 +1,3 @@ +require conf/machine/qemux86.conf + +MACHINEOVERRIDES .= ":qemux86" |