summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu-nativesdk_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-09-17 00:05:34 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-09-17 22:25:22 +0100
commit0d7207ca39d1671682f9467a804766b151048573 (patch)
tree88a9b9b8588d8df986f4d6f0f4a232ec41841261 /meta/packages/qemu/qemu-nativesdk_git.bb
parentaf85ce4b4e675feb5796f87137c86d70c2f15b9a (diff)
downloadpoky-0d7207ca39d1671682f9467a804766b151048573.tar.gz
sdk.bbclass: Rename to nativesdk.bbclass
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/qemu/qemu-nativesdk_git.bb')
-rw-r--r--meta/packages/qemu/qemu-nativesdk_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/packages/qemu/qemu-nativesdk_git.bb b/meta/packages/qemu/qemu-nativesdk_git.bb
new file mode 100644
index 0000000000..2f03dcc7b5
--- /dev/null
+++ b/meta/packages/qemu/qemu-nativesdk_git.bb
@@ -0,0 +1,6 @@
1require qemu_git.bb
2require qemu-nativesdk.inc
3
4PR = "r2"
5
6EXTRA_OECONF +="--target-list=arm-linux-user,arm-softmmu,i386-softmmu --disable-vnc-tls"