1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

Rename the remaining poky-* scripts to oe-* or runqemu-*

(From OE-Core rev: 877b3d84597fcfc3abf5aa332019d412f2717896)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-04-20 23:24:51 +01:00
parent 0b70e298fb
commit 2c2e61743c
16 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ rootfs_trim_schemas () {
do
# Need this in case no files exist
if [ -e $schema ]; then
poky-trim-schemas $schema > $schema.new
oe-trim-schemas $schema > $schema.new
mv $schema.new $schema
fi
done