diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:44:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:29 +0100 |
commit | 08127d444e05d8d33ce39abdce677655bd4766ea (patch) | |
tree | 926947a62cc4b1cbed4afc31a717305de9b1c57d /meta/recipes-devtools/qemu | |
parent | 46d0cc3dc88307d69a7884c0e5c79e0c8d5e4dc7 (diff) | |
download | poky-08127d444e05d8d33ce39abdce677655bd4766ea.tar.gz |
Rename poky-qemu to runqemu
(From OE-Core rev: 7687d91f73f4a116593315b3b1488ac3f0904905)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/qemu')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb index 18d278db7a..effcabaf40 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | |||
@@ -6,15 +6,15 @@ PR = "r9" | |||
6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" | 6 | FILESPATH = "${FILE_DIRNAME}/qemu-helper" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ | 8 | LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999 \ |
9 | file://${POKYBASE}/scripts/poky-qemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b" | 9 | file://${POKYBASE}/scripts/runqemu;endline=18;md5=ce52af3dd295e20ad1d849611b83690b" |
10 | 10 | ||
11 | 11 | ||
12 | SRC_URI = "file://${POKYBASE}/scripts/poky-qemu \ | 12 | SRC_URI = "file://${POKYBASE}/scripts/runqemu \ |
13 | file://${POKYBASE}/scripts/poky-qemu-internal \ | 13 | file://${POKYBASE}/scripts/runqemu-internal \ |
14 | file://${POKYBASE}/scripts/poky-addptable2image \ | 14 | file://${POKYBASE}/scripts/poky-addptable2image \ |
15 | file://${POKYBASE}/scripts/poky-gen-tapdevs \ | 15 | file://${POKYBASE}/scripts/poky-gen-tapdevs \ |
16 | file://${POKYBASE}/scripts/poky-qemu-ifup \ | 16 | file://${POKYBASE}/scripts/runqemu-ifup \ |
17 | file://${POKYBASE}/scripts/poky-qemu-ifdown \ | 17 | file://${POKYBASE}/scripts/runqemu-ifdown \ |
18 | file://${POKYBASE}/scripts/poky-find-native-sysroot \ | 18 | file://${POKYBASE}/scripts/poky-find-native-sysroot \ |
19 | file://${POKYBASE}/scripts/poky-extract-sdk \ | 19 | file://${POKYBASE}/scripts/poky-extract-sdk \ |
20 | file://${POKYBASE}/scripts/poky-export-rootfs \ | 20 | file://${POKYBASE}/scripts/poky-export-rootfs \ |