diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 23:24:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:31 +0100 |
commit | 2c2e61743c8d6620a04aa5cb534af78f51b2845e (patch) | |
tree | 769b7139eb86f49d9d78153c8e673ed8f04d9bde /meta | |
parent | 0b70e298fbb2cf0a9aa1bab193a66a7edfe99e10 (diff) | |
download | poky-2c2e61743c8d6620a04aa5cb534af78f51b2845e.tar.gz |
Rename the remaining poky-* scripts to oe-* or runqemu-*
(From OE-Core rev: 877b3d84597fcfc3abf5aa332019d412f2717896)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/image.bbclass | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | 13 |
2 files changed, 8 insertions, 7 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 7d31d04a24..b2325b3a6d 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -216,7 +216,7 @@ rootfs_trim_schemas () { | |||
216 | do | 216 | do |
217 | # Need this in case no files exist | 217 | # Need this in case no files exist |
218 | if [ -e $schema ]; then | 218 | if [ -e $schema ]; then |
219 | poky-trim-schemas $schema > $schema.new | 219 | oe-trim-schemas $schema > $schema.new |
220 | mv $schema.new $schema | 220 | mv $schema.new $schema |
221 | fi | 221 | fi |
222 | done | 222 | done |
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 10d3e64ae8..15f872beff 100644 --- a/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb +++ b/meta/recipes-devtools/qemu/qemu-helper-nativesdk_1.0.bb | |||
@@ -11,13 +11,13 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5 | |||
11 | 11 | ||
12 | SRC_URI = "file://${COREBASE}/scripts/runqemu \ | 12 | SRC_URI = "file://${COREBASE}/scripts/runqemu \ |
13 | file://${COREBASE}/scripts/runqemu-internal \ | 13 | file://${COREBASE}/scripts/runqemu-internal \ |
14 | file://${COREBASE}/scripts/poky-addptable2image \ | 14 | file://${COREBASE}/scripts/runqemu-addptable2image \ |
15 | file://${COREBASE}/scripts/poky-gen-tapdevs \ | 15 | file://${COREBASE}/scripts/runqemu-gen-tapdevs \ |
16 | file://${COREBASE}/scripts/runqemu-ifup \ | 16 | file://${COREBASE}/scripts/runqemu-ifup \ |
17 | file://${COREBASE}/scripts/runqemu-ifdown \ | 17 | file://${COREBASE}/scripts/runqemu-ifdown \ |
18 | file://${COREBASE}/scripts/poky-find-native-sysroot \ | 18 | file://${COREBASE}/scripts/oe-find-native-sysroot \ |
19 | file://${COREBASE}/scripts/poky-extract-sdk \ | 19 | file://${COREBASE}/scripts/runqemu-extract-sdk \ |
20 | file://${COREBASE}/scripts/poky-export-rootfs \ | 20 | file://${COREBASE}/scripts/runqemu-export-rootfs \ |
21 | file://tunctl.c \ | 21 | file://tunctl.c \ |
22 | file://raw2flash.c \ | 22 | file://raw2flash.c \ |
23 | " | 23 | " |
@@ -34,7 +34,8 @@ do_compile() { | |||
34 | 34 | ||
35 | do_install() { | 35 | do_install() { |
36 | install -d ${D}${bindir} | 36 | install -d ${D}${bindir} |
37 | install -m 0755 ${WORKDIR}${COREBASE}/scripts/poky-* ${D}${bindir}/ | 37 | install -m 0755 ${WORKDIR}${COREBASE}/scripts/oe-* ${D}${bindir}/ |
38 | install -m 0755 ${WORKDIR}${COREBASE}/scripts/runqemu* ${D}${bindir}/ | ||
38 | install tunctl ${D}${bindir}/ | 39 | install tunctl ${D}${bindir}/ |
39 | install raw2flash.spitz ${D}${bindir}/ | 40 | install raw2flash.spitz ${D}${bindir}/ |
40 | install flash2raw.spitz ${D}${bindir}/ | 41 | install flash2raw.spitz ${D}${bindir}/ |