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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user