Changes to images/qemumips/glibc/core-image-minimal (files-in-image.txt): /usr/bin/getfattr was added /usr/lib/opkg/alternatives/getfattr was added Changes to images/qemumips/glibc/core-image-sato (files-in-image.txt): /usr/bin/getfattr was added /usr/lib/opkg/alternatives/getfattr was added packages/mips32r2-poky-linux/attr/attr: FILELIST: removed "/usr/bin/getfattr", added "/usr/bin/getfattr.attr" packages/mips32r2-poky-linux/attr/attr: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/bin/setfattr setfattr /usr/bin/setfattr.attr 100 " to "#!/bin/sh set -e update-alternatives --install /usr/bin/setfattr setfattr /usr/bin/setfattr.attr 100 update-alternatives --install /usr/bin/getfattr getfattr /usr/bin/getfattr.attr 100 " packages/mips32r2-poky-linux/attr/attr: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove setfattr /usr/bin/setfattr.attr " to "#!/bin/sh set -e update-alternatives --remove setfattr /usr/bin/setfattr.attr update-alternatives --remove getfattr /usr/bin/getfattr.attr " packages/mips32r2-poky-linux/busybox/busybox-ptest: FILELIST: added "/usr/lib/busybox/ptest/bin/getfattr /usr/lib/busybox/ptest/testsuite/time.tests" packages/mips32r2-poky-linux/busybox/busybox: latest.pkg_postinst changed from "set -e test -n 2 > /dev/null || alias test='busybox test' if test "x$D" = "x"; then # Remove busybox.nosuid if it's a symlink, because this situation indicates # that we're installing or upgrading to a one-binary busybox. if test -h /bin/busybox.nosuid; then rm -f /bin/busybox.nosuid fi for suffix in "" ".nosuid" ".suid"; do if test -e /etc/busybox.links$suffix; then while read link; do if test ! -e "$link"; then # we can use busybox here because even if we are using splitted busybox # we've made a symlink from /bin/busybox to /bin/busybox.nosuid. busybox rm -f $link busybox ln -s "/bin/busybox$suffix" $link fi done < /etc/busybox.links$suffix fi done fi if grep -q "^/bin/bash$" $D/etc/busybox.links*; then grep -q "^/bin/bash$" $D/etc/shells || echo /bin/bash >> $D/etc/shells fi update-alternatives --install /bin/ash ash /bin/busybox.nosuid 50 update-alternatives --install /bin/base32 base32 /bin/busybox.nosuid 50 update-alternatives --install /bin/cat cat /bin/busybox.nosuid 50 update-alternatives --install /bin/chattr chattr /bin/busybox.nosuid 50 update-alternatives --install /bin/chgrp chgrp /bin/busybox.nosuid 50 update-alternatives --install /bin/chmod chmod /bin/busybox.nosuid 50 update-alternatives --install /bin/chown chown /bin/busybox.nosuid 50 update-alternatives --install /bin/cp cp /bin/busybox.nosuid 50 update-alternatives --install /bin/cpio cpio /bin/busybox.nosuid 50 update-alternatives --install /bin/date date /bin/busybox.nosuid 50 update-alternatives --install /bin/dd dd /bin/busybox.nosuid 50 update-alternatives --install /bin/df df /bin/busybox.nosuid 50 update-alternatives --install /bin/dmesg dmesg /bin/busybox.nosuid 50 update-alternatives --install /bin/dnsdomainname dnsdomainname /bin/busybox.nosuid 50 update-alternatives --install /bin/dumpkmap dumpkmap /bin/busybox.nosuid 50 update-alternatives --install /bin/echo echo /bin/busybox.nosuid 50 update-alternatives --install /bin/egrep egrep /bin/busybox.nosuid 50 update-alternatives --install /bin/false false /bin/busybox.nosuid 50 update-alternatives --install /bin/fgrep fgrep /bin/busybox.nosuid 50 update-alternatives --install /bin/getopt getopt /bin/busybox.nosuid 50 update-alternatives --install /bin/grep grep /bin/busybox.nosuid 50 update-alternatives --install /bin/gunzip gunzip /bin/busybox.nosuid 50 update-alternatives --install /bin/gzip gzip /bin/busybox.nosuid 50 update-alternatives --install /bin/hostname hostname /bin/busybox.nosuid 50 update-alternatives --install /bin/kill kill /bin/busybox.nosuid 50 update-alternatives --install /bin/ln ln /bin/busybox.nosuid 50 update-alternatives --install /bin/ls ls /bin/busybox.nosuid 50 update-alternatives --install /bin/mkdir mkdir /bin/busybox.nosuid 50 update-alternatives --install /bin/mknod mknod /bin/busybox.nosuid 50 update-alternatives --install /bin/mktemp mktemp /bin/busybox.nosuid 50 update-alternatives --install /bin/more more /bin/busybox.nosuid 50 update-alternatives --install /bin/mount mount /bin/busybox.nosuid 50 update-alternatives --install /bin/mountpoint mountpoint /bin/busybox.nosuid 50 update-alternatives --install /bin/mv mv /bin/busybox.nosuid 50 update-alternatives --install /bin/netstat netstat /bin/busybox.nosuid 50 update-alternatives --install /bin/pidof pidof /bin/busybox.nosuid 50 update-alternatives --install /bin/ps ps /bin/busybox.nosuid 50 update-alternatives --install /bin/pwd pwd /bin/busybox.nosuid 50 update-alternatives --install /bin/rev rev /bin/busybox.nosuid 50 update-alternatives --install /bin/rm rm /bin/busybox.nosuid 50 update-alternatives --install /bin/rmdir rmdir /bin/busybox.nosuid 50 update-alternatives --install /bin/run-parts run-parts /bin/busybox.nosuid 50 update-alternatives --install /bin/sed sed /bin/busybox.nosuid 50 update-alternatives --install /bin/sh sh /bin/busybox.nosuid 50 update-alternatives --install /bin/sleep sleep /bin/busybox.nosuid 50 update-alternatives --install /bin/stat stat /bin/busybox.nosuid 50 update-alternatives --install /bin/stty stty /bin/busybox.nosuid 50 update-alternatives --install /bin/sync sync /bin/busybox.nosuid 50 update-alternatives --install /bin/tar tar /bin/busybox.nosuid 50 update-alternatives --install /bin/touch touch /bin/busybox.nosuid 50 update-alternatives --install /bin/true true /bin/busybox.nosuid 50 update-alternatives --install /bin/umount umount /bin/busybox.nosuid 50 update-alternatives --install /bin/uname uname /bin/busybox.nosuid 50 update-alternatives --install /bin/usleep usleep /bin/busybox.nosuid 50 update-alternatives --install /bin/vi vi /bin/busybox.nosuid 50 update-alternatives --install /bin/watch watch /bin/busybox.nosuid 50 update-alternatives --install /bin/zcat zcat /bin/busybox.nosuid 50 update-alternatives --install /sbin/blkid blkid /bin/busybox.nosuid 50 update-alternatives --install /sbin/depmod depmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/fdisk fdisk /bin/busybox.nosuid 50 update-alternatives --install /sbin/fsck fsck /bin/busybox.nosuid 50 update-alternatives --install /sbin/fstrim fstrim /bin/busybox.nosuid 50 update-alternatives --install /sbin/getty getty /bin/busybox.nosuid 50 update-alternatives --install /sbin/hwclock hwclock /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifconfig ifconfig /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifdown ifdown /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifup ifup /bin/busybox.nosuid 50 update-alternatives --install /sbin/insmod insmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/ip ip /bin/busybox.nosuid 50 update-alternatives --install /sbin/loadkmap loadkmap /bin/busybox.nosuid 50 update-alternatives --install /sbin/logread logread /bin/busybox.nosuid 50 update-alternatives --install /sbin/losetup losetup /bin/busybox.nosuid 50 update-alternatives --install /sbin/lsmod lsmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/mkswap mkswap /bin/busybox.nosuid 50 update-alternatives --install /sbin/modprobe modprobe /bin/busybox.nosuid 50 update-alternatives --install /sbin/pivot_root pivot_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/reboot reboot /bin/busybox.nosuid 50 update-alternatives --install /sbin/rmmod rmmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/route route /bin/busybox.nosuid 50 update-alternatives --install /sbin/setconsole setconsole /bin/busybox.nosuid 50 update-alternatives --install /sbin/start-stop-daemon start-stop-daemon /bin/busybox.nosuid 50 update-alternatives --install /sbin/sulogin sulogin /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapoff swapoff /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapon swapon /bin/busybox.nosuid 50 update-alternatives --install /sbin/switch_root switch_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/sysctl sysctl /bin/busybox.nosuid 50 update-alternatives --install /sbin/udhcpc udhcpc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[ lbracket /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[[ [[ /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ascii ascii /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/awk awk /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/basename basename /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bunzip2 bunzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzcat bzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzip2 bzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chvt chvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/clear clear /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cmp cmp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/crc32 crc32 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cut cut /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dc dc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/deallocvt deallocvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/diff diff /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dirname dirname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/du du /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpleases dumpleases /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/env env /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/expr expr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/find find /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/flock flock /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/free free /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fuser fuser /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/groups groups /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/head head /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hexdump hexdump /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/id id /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/killall killall /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/less less /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logger logger /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logname logname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/lzcat lzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/md5sum md5sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mesg mesg /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/microcom microcom /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkfifo mkfifo /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nc nc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nohup nohup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nproc nproc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nslookup nslookup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/od od /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/openvt openvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/patch patch /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pgrep pgrep /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/printf printf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/readlink readlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/realpath realpath /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/renice renice /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/reset reset /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/resize resize /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/seq seq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/setsid setsid /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha1sum sha1sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha256sum sha256sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/shuf shuf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sort sort /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/strings strings /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tail tail /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tee tee /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/telnet telnet /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/test test /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tftp tftp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/time time /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/top top /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tr tr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ts ts /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tty tty /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uniq uniq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unlink unlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unzip unzip /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uptime uptime /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/users users /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wc wc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wget wget /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/which which /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/who who /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/whoami whoami /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xargs xargs /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xzcat xzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/yes yes /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/addgroup addgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/adduser adduser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/chroot chroot /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/delgroup delgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/deluser deluser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fbset fbset /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadfont loadfont /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rdate rdate /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rfkill rfkill /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpd udhcpd /bin/busybox.nosuid 50 update-alternatives --install /bin/login login /bin/busybox.suid 50 update-alternatives --install /bin/ping ping /bin/busybox.suid 50 update-alternatives --install /bin/ping6 ping6 /bin/busybox.suid 50 update-alternatives --install /bin/su su /bin/busybox.suid 50 update-alternatives --install /usr/bin/passwd passwd /bin/busybox.suid 50 update-alternatives --install /usr/bin/traceroute traceroute /bin/busybox.suid 50 update-alternatives --install /usr/bin/vlock vlock /bin/busybox.suid 50 # Need path to saved utils, but they may have be removed on upgrade of busybox # Only use shell to get paths. Also capture if busybox was saved. BUSYBOX="" if [ "x$D" = "x" ] ; then for busybox_rmdir in /tmp/busyboxrm-*; do if [ "$busybox_rmdir" != '/tmp/busyboxrm-*' ] ; then export PATH=$busybox_rmdir:$PATH if [ -e $busybox_rmdir/busybox* ] ; then BUSYBOX="$busybox_rmdir/busybox*" fi fi done fi # If busybox exists in the remove directory it is because it was the only shell left. if [ "x$D" = "x" ] ; then if [ "x$BUSYBOX" != "x" ] ; then update-alternatives --remove sh $BUSYBOX rm -f $BUSYBOX fi fi " to "set -e test -n 2 > /dev/null || alias test='busybox test' if test "x$D" = "x"; then # Remove busybox.nosuid if it's a symlink, because this situation indicates # that we're installing or upgrading to a one-binary busybox. if test -h /bin/busybox.nosuid; then rm -f /bin/busybox.nosuid fi for suffix in "" ".nosuid" ".suid"; do if test -e /etc/busybox.links$suffix; then while read link; do if test ! -e "$link"; then # we can use busybox here because even if we are using splitted busybox # we've made a symlink from /bin/busybox to /bin/busybox.nosuid. busybox rm -f $link busybox ln -s "/bin/busybox$suffix" $link fi done < /etc/busybox.links$suffix fi done fi if grep -q "^/bin/bash$" $D/etc/busybox.links*; then grep -q "^/bin/bash$" $D/etc/shells || echo /bin/bash >> $D/etc/shells fi update-alternatives --install /bin/ash ash /bin/busybox.nosuid 50 update-alternatives --install /bin/base32 base32 /bin/busybox.nosuid 50 update-alternatives --install /bin/cat cat /bin/busybox.nosuid 50 update-alternatives --install /bin/chattr chattr /bin/busybox.nosuid 50 update-alternatives --install /bin/chgrp chgrp /bin/busybox.nosuid 50 update-alternatives --install /bin/chmod chmod /bin/busybox.nosuid 50 update-alternatives --install /bin/chown chown /bin/busybox.nosuid 50 update-alternatives --install /bin/cp cp /bin/busybox.nosuid 50 update-alternatives --install /bin/cpio cpio /bin/busybox.nosuid 50 update-alternatives --install /bin/date date /bin/busybox.nosuid 50 update-alternatives --install /bin/dd dd /bin/busybox.nosuid 50 update-alternatives --install /bin/df df /bin/busybox.nosuid 50 update-alternatives --install /bin/dmesg dmesg /bin/busybox.nosuid 50 update-alternatives --install /bin/dnsdomainname dnsdomainname /bin/busybox.nosuid 50 update-alternatives --install /bin/dumpkmap dumpkmap /bin/busybox.nosuid 50 update-alternatives --install /bin/echo echo /bin/busybox.nosuid 50 update-alternatives --install /bin/egrep egrep /bin/busybox.nosuid 50 update-alternatives --install /bin/false false /bin/busybox.nosuid 50 update-alternatives --install /bin/fgrep fgrep /bin/busybox.nosuid 50 update-alternatives --install /bin/getopt getopt /bin/busybox.nosuid 50 update-alternatives --install /bin/grep grep /bin/busybox.nosuid 50 update-alternatives --install /bin/gunzip gunzip /bin/busybox.nosuid 50 update-alternatives --install /bin/gzip gzip /bin/busybox.nosuid 50 update-alternatives --install /bin/hostname hostname /bin/busybox.nosuid 50 update-alternatives --install /bin/kill kill /bin/busybox.nosuid 50 update-alternatives --install /bin/ln ln /bin/busybox.nosuid 50 update-alternatives --install /bin/ls ls /bin/busybox.nosuid 50 update-alternatives --install /bin/mkdir mkdir /bin/busybox.nosuid 50 update-alternatives --install /bin/mknod mknod /bin/busybox.nosuid 50 update-alternatives --install /bin/mktemp mktemp /bin/busybox.nosuid 50 update-alternatives --install /bin/more more /bin/busybox.nosuid 50 update-alternatives --install /bin/mount mount /bin/busybox.nosuid 50 update-alternatives --install /bin/mountpoint mountpoint /bin/busybox.nosuid 50 update-alternatives --install /bin/mv mv /bin/busybox.nosuid 50 update-alternatives --install /bin/netstat netstat /bin/busybox.nosuid 50 update-alternatives --install /bin/pidof pidof /bin/busybox.nosuid 50 update-alternatives --install /bin/ps ps /bin/busybox.nosuid 50 update-alternatives --install /bin/pwd pwd /bin/busybox.nosuid 50 update-alternatives --install /bin/rev rev /bin/busybox.nosuid 50 update-alternatives --install /bin/rm rm /bin/busybox.nosuid 50 update-alternatives --install /bin/rmdir rmdir /bin/busybox.nosuid 50 update-alternatives --install /bin/run-parts run-parts /bin/busybox.nosuid 50 update-alternatives --install /bin/sed sed /bin/busybox.nosuid 50 update-alternatives --install /bin/sh sh /bin/busybox.nosuid 50 update-alternatives --install /bin/sleep sleep /bin/busybox.nosuid 50 update-alternatives --install /bin/stat stat /bin/busybox.nosuid 50 update-alternatives --install /bin/stty stty /bin/busybox.nosuid 50 update-alternatives --install /bin/sync sync /bin/busybox.nosuid 50 update-alternatives --install /bin/tar tar /bin/busybox.nosuid 50 update-alternatives --install /bin/touch touch /bin/busybox.nosuid 50 update-alternatives --install /bin/true true /bin/busybox.nosuid 50 update-alternatives --install /bin/umount umount /bin/busybox.nosuid 50 update-alternatives --install /bin/uname uname /bin/busybox.nosuid 50 update-alternatives --install /bin/usleep usleep /bin/busybox.nosuid 50 update-alternatives --install /bin/vi vi /bin/busybox.nosuid 50 update-alternatives --install /bin/watch watch /bin/busybox.nosuid 50 update-alternatives --install /bin/zcat zcat /bin/busybox.nosuid 50 update-alternatives --install /sbin/blkid blkid /bin/busybox.nosuid 50 update-alternatives --install /sbin/depmod depmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/fdisk fdisk /bin/busybox.nosuid 50 update-alternatives --install /sbin/fsck fsck /bin/busybox.nosuid 50 update-alternatives --install /sbin/fstrim fstrim /bin/busybox.nosuid 50 update-alternatives --install /sbin/getty getty /bin/busybox.nosuid 50 update-alternatives --install /sbin/hwclock hwclock /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifconfig ifconfig /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifdown ifdown /bin/busybox.nosuid 50 update-alternatives --install /sbin/ifup ifup /bin/busybox.nosuid 50 update-alternatives --install /sbin/insmod insmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/ip ip /bin/busybox.nosuid 50 update-alternatives --install /sbin/loadkmap loadkmap /bin/busybox.nosuid 50 update-alternatives --install /sbin/logread logread /bin/busybox.nosuid 50 update-alternatives --install /sbin/losetup losetup /bin/busybox.nosuid 50 update-alternatives --install /sbin/lsmod lsmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/mkswap mkswap /bin/busybox.nosuid 50 update-alternatives --install /sbin/modprobe modprobe /bin/busybox.nosuid 50 update-alternatives --install /sbin/pivot_root pivot_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/reboot reboot /bin/busybox.nosuid 50 update-alternatives --install /sbin/rmmod rmmod /bin/busybox.nosuid 50 update-alternatives --install /sbin/route route /bin/busybox.nosuid 50 update-alternatives --install /sbin/setconsole setconsole /bin/busybox.nosuid 50 update-alternatives --install /sbin/start-stop-daemon start-stop-daemon /bin/busybox.nosuid 50 update-alternatives --install /sbin/sulogin sulogin /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapoff swapoff /bin/busybox.nosuid 50 update-alternatives --install /sbin/swapon swapon /bin/busybox.nosuid 50 update-alternatives --install /sbin/switch_root switch_root /bin/busybox.nosuid 50 update-alternatives --install /sbin/sysctl sysctl /bin/busybox.nosuid 50 update-alternatives --install /sbin/udhcpc udhcpc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[ lbracket /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[[ [[ /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ascii ascii /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/awk awk /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/basename basename /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bunzip2 bunzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzcat bzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzip2 bzip2 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chvt chvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/clear clear /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cmp cmp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/crc32 crc32 /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cut cut /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dc dc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/deallocvt deallocvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/diff diff /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dirname dirname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/du du /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpleases dumpleases /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/env env /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/expr expr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/find find /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/flock flock /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/free free /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fuser fuser /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/getfattr getfattr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/groups groups /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/head head /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hexdump hexdump /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/id id /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/killall killall /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/less less /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logger logger /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logname logname /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/lzcat lzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/md5sum md5sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mesg mesg /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/microcom microcom /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkfifo mkfifo /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nc nc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nohup nohup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nproc nproc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nslookup nslookup /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/od od /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/openvt openvt /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/patch patch /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pgrep pgrep /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/printf printf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/readlink readlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/realpath realpath /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/renice renice /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/reset reset /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/resize resize /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/seq seq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/setsid setsid /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha1sum sha1sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha256sum sha256sum /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/shuf shuf /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sort sort /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/strings strings /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tail tail /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tee tee /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/telnet telnet /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/test test /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tftp tftp /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/time time /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/top top /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tr tr /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ts ts /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tty tty /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uniq uniq /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unlink unlink /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unzip unzip /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uptime uptime /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/users users /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wc wc /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wget wget /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/which which /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/who who /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/whoami whoami /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xargs xargs /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xzcat xzcat /bin/busybox.nosuid 50 update-alternatives --install /usr/bin/yes yes /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/addgroup addgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/adduser adduser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/chroot chroot /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/delgroup delgroup /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/deluser deluser /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fbset fbset /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadfont loadfont /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rdate rdate /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rfkill rfkill /bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpd udhcpd /bin/busybox.nosuid 50 update-alternatives --install /bin/login login /bin/busybox.suid 50 update-alternatives --install /bin/ping ping /bin/busybox.suid 50 update-alternatives --install /bin/ping6 ping6 /bin/busybox.suid 50 update-alternatives --install /bin/su su /bin/busybox.suid 50 update-alternatives --install /usr/bin/passwd passwd /bin/busybox.suid 50 update-alternatives --install /usr/bin/traceroute traceroute /bin/busybox.suid 50 update-alternatives --install /usr/bin/vlock vlock /bin/busybox.suid 50 # Need path to saved utils, but they may have be removed on upgrade of busybox # Only use shell to get paths. Also capture if busybox was saved. BUSYBOX="" if [ "x$D" = "x" ] ; then for busybox_rmdir in /tmp/busyboxrm-*; do if [ "$busybox_rmdir" != '/tmp/busyboxrm-*' ] ; then export PATH=$busybox_rmdir:$PATH if [ -e $busybox_rmdir/busybox* ] ; then BUSYBOX="$busybox_rmdir/busybox*" fi fi done fi # If busybox exists in the remove directory it is because it was the only shell left. if [ "x$D" = "x" ] ; then if [ "x$BUSYBOX" != "x" ] ; then update-alternatives --remove sh $BUSYBOX rm -f $BUSYBOX fi fi " packages/mips32r2-poky-linux/busybox/busybox: latest.pkg_prerm changed from "set -e # This is so you can make busybox commit suicide - removing busybox with no other packages # providing its files, this will make update-alternatives work, but the update-rc.d part # for syslog, httpd and/or udhcpd will fail if there is no other package providing sh tmpdir=`mktemp -d /tmp/busyboxrm-XXXXXX` ln -s /bin/busybox $tmpdir/[ ln -s /bin/busybox $tmpdir/test ln -s /bin/busybox $tmpdir/head ln -s /bin/busybox $tmpdir/sh ln -s /bin/busybox $tmpdir/basename ln -s /bin/busybox $tmpdir/echo ln -s /bin/busybox $tmpdir/mv ln -s /bin/busybox $tmpdir/ln ln -s /bin/busybox $tmpdir/dirname ln -s /bin/busybox $tmpdir/rm ln -s /bin/busybox $tmpdir/sed ln -s /bin/busybox $tmpdir/sort ln -s /bin/busybox $tmpdir/grep ln -s /bin/busybox $tmpdir/tail export PATH=$PATH:$tmpdir # If busybox is the shell, we need to save it since its the lowest priority shell # Register saved bitbake as the lowest priority shell possible as back up. if [ -n "$(readlink -f /bin/sh | grep busybox)" ] ; then BUSYBOX=$(readlink -f /bin/sh) cp $BUSYBOX $tmpdir/$(basename $BUSYBOX) update-alternatives --install /bin/sh sh $tmpdir/$(basename $BUSYBOX) 1 fi update-alternatives --remove ash /bin/busybox.nosuid update-alternatives --remove base32 /bin/busybox.nosuid update-alternatives --remove cat /bin/busybox.nosuid update-alternatives --remove chattr /bin/busybox.nosuid update-alternatives --remove chgrp /bin/busybox.nosuid update-alternatives --remove chmod /bin/busybox.nosuid update-alternatives --remove chown /bin/busybox.nosuid update-alternatives --remove cp /bin/busybox.nosuid update-alternatives --remove cpio /bin/busybox.nosuid update-alternatives --remove date /bin/busybox.nosuid update-alternatives --remove dd /bin/busybox.nosuid update-alternatives --remove df /bin/busybox.nosuid update-alternatives --remove dmesg /bin/busybox.nosuid update-alternatives --remove dnsdomainname /bin/busybox.nosuid update-alternatives --remove dumpkmap /bin/busybox.nosuid update-alternatives --remove echo /bin/busybox.nosuid update-alternatives --remove egrep /bin/busybox.nosuid update-alternatives --remove false /bin/busybox.nosuid update-alternatives --remove fgrep /bin/busybox.nosuid update-alternatives --remove getopt /bin/busybox.nosuid update-alternatives --remove grep /bin/busybox.nosuid update-alternatives --remove gunzip /bin/busybox.nosuid update-alternatives --remove gzip /bin/busybox.nosuid update-alternatives --remove hostname /bin/busybox.nosuid update-alternatives --remove kill /bin/busybox.nosuid update-alternatives --remove ln /bin/busybox.nosuid update-alternatives --remove ls /bin/busybox.nosuid update-alternatives --remove mkdir /bin/busybox.nosuid update-alternatives --remove mknod /bin/busybox.nosuid update-alternatives --remove mktemp /bin/busybox.nosuid update-alternatives --remove more /bin/busybox.nosuid update-alternatives --remove mount /bin/busybox.nosuid update-alternatives --remove mountpoint /bin/busybox.nosuid update-alternatives --remove mv /bin/busybox.nosuid update-alternatives --remove netstat /bin/busybox.nosuid update-alternatives --remove pidof /bin/busybox.nosuid update-alternatives --remove ps /bin/busybox.nosuid update-alternatives --remove pwd /bin/busybox.nosuid update-alternatives --remove rev /bin/busybox.nosuid update-alternatives --remove rm /bin/busybox.nosuid update-alternatives --remove rmdir /bin/busybox.nosuid update-alternatives --remove run-parts /bin/busybox.nosuid update-alternatives --remove sed /bin/busybox.nosuid update-alternatives --remove sh /bin/busybox.nosuid update-alternatives --remove sleep /bin/busybox.nosuid update-alternatives --remove stat /bin/busybox.nosuid update-alternatives --remove stty /bin/busybox.nosuid update-alternatives --remove sync /bin/busybox.nosuid update-alternatives --remove tar /bin/busybox.nosuid update-alternatives --remove touch /bin/busybox.nosuid update-alternatives --remove true /bin/busybox.nosuid update-alternatives --remove umount /bin/busybox.nosuid update-alternatives --remove uname /bin/busybox.nosuid update-alternatives --remove usleep /bin/busybox.nosuid update-alternatives --remove vi /bin/busybox.nosuid update-alternatives --remove watch /bin/busybox.nosuid update-alternatives --remove zcat /bin/busybox.nosuid update-alternatives --remove blkid /bin/busybox.nosuid update-alternatives --remove depmod /bin/busybox.nosuid update-alternatives --remove fdisk /bin/busybox.nosuid update-alternatives --remove fsck /bin/busybox.nosuid update-alternatives --remove fstrim /bin/busybox.nosuid update-alternatives --remove getty /bin/busybox.nosuid update-alternatives --remove hwclock /bin/busybox.nosuid update-alternatives --remove ifconfig /bin/busybox.nosuid update-alternatives --remove ifdown /bin/busybox.nosuid update-alternatives --remove ifup /bin/busybox.nosuid update-alternatives --remove insmod /bin/busybox.nosuid update-alternatives --remove ip /bin/busybox.nosuid update-alternatives --remove loadkmap /bin/busybox.nosuid update-alternatives --remove logread /bin/busybox.nosuid update-alternatives --remove losetup /bin/busybox.nosuid update-alternatives --remove lsmod /bin/busybox.nosuid update-alternatives --remove mkswap /bin/busybox.nosuid update-alternatives --remove modprobe /bin/busybox.nosuid update-alternatives --remove pivot_root /bin/busybox.nosuid update-alternatives --remove reboot /bin/busybox.nosuid update-alternatives --remove rmmod /bin/busybox.nosuid update-alternatives --remove route /bin/busybox.nosuid update-alternatives --remove setconsole /bin/busybox.nosuid update-alternatives --remove start-stop-daemon /bin/busybox.nosuid update-alternatives --remove sulogin /bin/busybox.nosuid update-alternatives --remove swapoff /bin/busybox.nosuid update-alternatives --remove swapon /bin/busybox.nosuid update-alternatives --remove switch_root /bin/busybox.nosuid update-alternatives --remove sysctl /bin/busybox.nosuid update-alternatives --remove udhcpc /bin/busybox.nosuid update-alternatives --remove lbracket /bin/busybox.nosuid update-alternatives --remove [[ /bin/busybox.nosuid update-alternatives --remove ascii /bin/busybox.nosuid update-alternatives --remove awk /bin/busybox.nosuid update-alternatives --remove basename /bin/busybox.nosuid update-alternatives --remove bunzip2 /bin/busybox.nosuid update-alternatives --remove bzcat /bin/busybox.nosuid update-alternatives --remove bzip2 /bin/busybox.nosuid update-alternatives --remove chvt /bin/busybox.nosuid update-alternatives --remove clear /bin/busybox.nosuid update-alternatives --remove cmp /bin/busybox.nosuid update-alternatives --remove crc32 /bin/busybox.nosuid update-alternatives --remove cut /bin/busybox.nosuid update-alternatives --remove dc /bin/busybox.nosuid update-alternatives --remove deallocvt /bin/busybox.nosuid update-alternatives --remove diff /bin/busybox.nosuid update-alternatives --remove dirname /bin/busybox.nosuid update-alternatives --remove du /bin/busybox.nosuid update-alternatives --remove dumpleases /bin/busybox.nosuid update-alternatives --remove env /bin/busybox.nosuid update-alternatives --remove expr /bin/busybox.nosuid update-alternatives --remove find /bin/busybox.nosuid update-alternatives --remove flock /bin/busybox.nosuid update-alternatives --remove free /bin/busybox.nosuid update-alternatives --remove fuser /bin/busybox.nosuid update-alternatives --remove groups /bin/busybox.nosuid update-alternatives --remove head /bin/busybox.nosuid update-alternatives --remove hexdump /bin/busybox.nosuid update-alternatives --remove id /bin/busybox.nosuid update-alternatives --remove killall /bin/busybox.nosuid update-alternatives --remove less /bin/busybox.nosuid update-alternatives --remove logger /bin/busybox.nosuid update-alternatives --remove logname /bin/busybox.nosuid update-alternatives --remove lzcat /bin/busybox.nosuid update-alternatives --remove md5sum /bin/busybox.nosuid update-alternatives --remove mesg /bin/busybox.nosuid update-alternatives --remove microcom /bin/busybox.nosuid update-alternatives --remove mkfifo /bin/busybox.nosuid update-alternatives --remove nc /bin/busybox.nosuid update-alternatives --remove nohup /bin/busybox.nosuid update-alternatives --remove nproc /bin/busybox.nosuid update-alternatives --remove nslookup /bin/busybox.nosuid update-alternatives --remove od /bin/busybox.nosuid update-alternatives --remove openvt /bin/busybox.nosuid update-alternatives --remove patch /bin/busybox.nosuid update-alternatives --remove pgrep /bin/busybox.nosuid update-alternatives --remove printf /bin/busybox.nosuid update-alternatives --remove readlink /bin/busybox.nosuid update-alternatives --remove realpath /bin/busybox.nosuid update-alternatives --remove renice /bin/busybox.nosuid update-alternatives --remove reset /bin/busybox.nosuid update-alternatives --remove resize /bin/busybox.nosuid update-alternatives --remove seq /bin/busybox.nosuid update-alternatives --remove setsid /bin/busybox.nosuid update-alternatives --remove sha1sum /bin/busybox.nosuid update-alternatives --remove sha256sum /bin/busybox.nosuid update-alternatives --remove shuf /bin/busybox.nosuid update-alternatives --remove sort /bin/busybox.nosuid update-alternatives --remove strings /bin/busybox.nosuid update-alternatives --remove tail /bin/busybox.nosuid update-alternatives --remove tee /bin/busybox.nosuid update-alternatives --remove telnet /bin/busybox.nosuid update-alternatives --remove test /bin/busybox.nosuid update-alternatives --remove tftp /bin/busybox.nosuid update-alternatives --remove time /bin/busybox.nosuid update-alternatives --remove top /bin/busybox.nosuid update-alternatives --remove tr /bin/busybox.nosuid update-alternatives --remove ts /bin/busybox.nosuid update-alternatives --remove tty /bin/busybox.nosuid update-alternatives --remove uniq /bin/busybox.nosuid update-alternatives --remove unlink /bin/busybox.nosuid update-alternatives --remove unzip /bin/busybox.nosuid update-alternatives --remove uptime /bin/busybox.nosuid update-alternatives --remove users /bin/busybox.nosuid update-alternatives --remove wc /bin/busybox.nosuid update-alternatives --remove wget /bin/busybox.nosuid update-alternatives --remove which /bin/busybox.nosuid update-alternatives --remove who /bin/busybox.nosuid update-alternatives --remove whoami /bin/busybox.nosuid update-alternatives --remove xargs /bin/busybox.nosuid update-alternatives --remove xzcat /bin/busybox.nosuid update-alternatives --remove yes /bin/busybox.nosuid update-alternatives --remove addgroup /bin/busybox.nosuid update-alternatives --remove adduser /bin/busybox.nosuid update-alternatives --remove chroot /bin/busybox.nosuid update-alternatives --remove delgroup /bin/busybox.nosuid update-alternatives --remove deluser /bin/busybox.nosuid update-alternatives --remove fbset /bin/busybox.nosuid update-alternatives --remove loadfont /bin/busybox.nosuid update-alternatives --remove rdate /bin/busybox.nosuid update-alternatives --remove rfkill /bin/busybox.nosuid update-alternatives --remove udhcpd /bin/busybox.nosuid update-alternatives --remove login /bin/busybox.suid update-alternatives --remove ping /bin/busybox.suid update-alternatives --remove ping6 /bin/busybox.suid update-alternatives --remove su /bin/busybox.suid update-alternatives --remove passwd /bin/busybox.suid update-alternatives --remove traceroute /bin/busybox.suid update-alternatives --remove vlock /bin/busybox.suid " to "set -e # This is so you can make busybox commit suicide - removing busybox with no other packages # providing its files, this will make update-alternatives work, but the update-rc.d part # for syslog, httpd and/or udhcpd will fail if there is no other package providing sh tmpdir=`mktemp -d /tmp/busyboxrm-XXXXXX` ln -s /bin/busybox $tmpdir/[ ln -s /bin/busybox $tmpdir/test ln -s /bin/busybox $tmpdir/head ln -s /bin/busybox $tmpdir/sh ln -s /bin/busybox $tmpdir/basename ln -s /bin/busybox $tmpdir/echo ln -s /bin/busybox $tmpdir/mv ln -s /bin/busybox $tmpdir/ln ln -s /bin/busybox $tmpdir/dirname ln -s /bin/busybox $tmpdir/rm ln -s /bin/busybox $tmpdir/sed ln -s /bin/busybox $tmpdir/sort ln -s /bin/busybox $tmpdir/grep ln -s /bin/busybox $tmpdir/tail export PATH=$PATH:$tmpdir # If busybox is the shell, we need to save it since its the lowest priority shell # Register saved bitbake as the lowest priority shell possible as back up. if [ -n "$(readlink -f /bin/sh | grep busybox)" ] ; then BUSYBOX=$(readlink -f /bin/sh) cp $BUSYBOX $tmpdir/$(basename $BUSYBOX) update-alternatives --install /bin/sh sh $tmpdir/$(basename $BUSYBOX) 1 fi update-alternatives --remove ash /bin/busybox.nosuid update-alternatives --remove base32 /bin/busybox.nosuid update-alternatives --remove cat /bin/busybox.nosuid update-alternatives --remove chattr /bin/busybox.nosuid update-alternatives --remove chgrp /bin/busybox.nosuid update-alternatives --remove chmod /bin/busybox.nosuid update-alternatives --remove chown /bin/busybox.nosuid update-alternatives --remove cp /bin/busybox.nosuid update-alternatives --remove cpio /bin/busybox.nosuid update-alternatives --remove date /bin/busybox.nosuid update-alternatives --remove dd /bin/busybox.nosuid update-alternatives --remove df /bin/busybox.nosuid update-alternatives --remove dmesg /bin/busybox.nosuid update-alternatives --remove dnsdomainname /bin/busybox.nosuid update-alternatives --remove dumpkmap /bin/busybox.nosuid update-alternatives --remove echo /bin/busybox.nosuid update-alternatives --remove egrep /bin/busybox.nosuid update-alternatives --remove false /bin/busybox.nosuid update-alternatives --remove fgrep /bin/busybox.nosuid update-alternatives --remove getopt /bin/busybox.nosuid update-alternatives --remove grep /bin/busybox.nosuid update-alternatives --remove gunzip /bin/busybox.nosuid update-alternatives --remove gzip /bin/busybox.nosuid update-alternatives --remove hostname /bin/busybox.nosuid update-alternatives --remove kill /bin/busybox.nosuid update-alternatives --remove ln /bin/busybox.nosuid update-alternatives --remove ls /bin/busybox.nosuid update-alternatives --remove mkdir /bin/busybox.nosuid update-alternatives --remove mknod /bin/busybox.nosuid update-alternatives --remove mktemp /bin/busybox.nosuid update-alternatives --remove more /bin/busybox.nosuid update-alternatives --remove mount /bin/busybox.nosuid update-alternatives --remove mountpoint /bin/busybox.nosuid update-alternatives --remove mv /bin/busybox.nosuid update-alternatives --remove netstat /bin/busybox.nosuid update-alternatives --remove pidof /bin/busybox.nosuid update-alternatives --remove ps /bin/busybox.nosuid update-alternatives --remove pwd /bin/busybox.nosuid update-alternatives --remove rev /bin/busybox.nosuid update-alternatives --remove rm /bin/busybox.nosuid update-alternatives --remove rmdir /bin/busybox.nosuid update-alternatives --remove run-parts /bin/busybox.nosuid update-alternatives --remove sed /bin/busybox.nosuid update-alternatives --remove sh /bin/busybox.nosuid update-alternatives --remove sleep /bin/busybox.nosuid update-alternatives --remove stat /bin/busybox.nosuid update-alternatives --remove stty /bin/busybox.nosuid update-alternatives --remove sync /bin/busybox.nosuid update-alternatives --remove tar /bin/busybox.nosuid update-alternatives --remove touch /bin/busybox.nosuid update-alternatives --remove true /bin/busybox.nosuid update-alternatives --remove umount /bin/busybox.nosuid update-alternatives --remove uname /bin/busybox.nosuid update-alternatives --remove usleep /bin/busybox.nosuid update-alternatives --remove vi /bin/busybox.nosuid update-alternatives --remove watch /bin/busybox.nosuid update-alternatives --remove zcat /bin/busybox.nosuid update-alternatives --remove blkid /bin/busybox.nosuid update-alternatives --remove depmod /bin/busybox.nosuid update-alternatives --remove fdisk /bin/busybox.nosuid update-alternatives --remove fsck /bin/busybox.nosuid update-alternatives --remove fstrim /bin/busybox.nosuid update-alternatives --remove getty /bin/busybox.nosuid update-alternatives --remove hwclock /bin/busybox.nosuid update-alternatives --remove ifconfig /bin/busybox.nosuid update-alternatives --remove ifdown /bin/busybox.nosuid update-alternatives --remove ifup /bin/busybox.nosuid update-alternatives --remove insmod /bin/busybox.nosuid update-alternatives --remove ip /bin/busybox.nosuid update-alternatives --remove loadkmap /bin/busybox.nosuid update-alternatives --remove logread /bin/busybox.nosuid update-alternatives --remove losetup /bin/busybox.nosuid update-alternatives --remove lsmod /bin/busybox.nosuid update-alternatives --remove mkswap /bin/busybox.nosuid update-alternatives --remove modprobe /bin/busybox.nosuid update-alternatives --remove pivot_root /bin/busybox.nosuid update-alternatives --remove reboot /bin/busybox.nosuid update-alternatives --remove rmmod /bin/busybox.nosuid update-alternatives --remove route /bin/busybox.nosuid update-alternatives --remove setconsole /bin/busybox.nosuid update-alternatives --remove start-stop-daemon /bin/busybox.nosuid update-alternatives --remove sulogin /bin/busybox.nosuid update-alternatives --remove swapoff /bin/busybox.nosuid update-alternatives --remove swapon /bin/busybox.nosuid update-alternatives --remove switch_root /bin/busybox.nosuid update-alternatives --remove sysctl /bin/busybox.nosuid update-alternatives --remove udhcpc /bin/busybox.nosuid update-alternatives --remove lbracket /bin/busybox.nosuid update-alternatives --remove [[ /bin/busybox.nosuid update-alternatives --remove ascii /bin/busybox.nosuid update-alternatives --remove awk /bin/busybox.nosuid update-alternatives --remove basename /bin/busybox.nosuid update-alternatives --remove bunzip2 /bin/busybox.nosuid update-alternatives --remove bzcat /bin/busybox.nosuid update-alternatives --remove bzip2 /bin/busybox.nosuid update-alternatives --remove chvt /bin/busybox.nosuid update-alternatives --remove clear /bin/busybox.nosuid update-alternatives --remove cmp /bin/busybox.nosuid update-alternatives --remove crc32 /bin/busybox.nosuid update-alternatives --remove cut /bin/busybox.nosuid update-alternatives --remove dc /bin/busybox.nosuid update-alternatives --remove deallocvt /bin/busybox.nosuid update-alternatives --remove diff /bin/busybox.nosuid update-alternatives --remove dirname /bin/busybox.nosuid update-alternatives --remove du /bin/busybox.nosuid update-alternatives --remove dumpleases /bin/busybox.nosuid update-alternatives --remove env /bin/busybox.nosuid update-alternatives --remove expr /bin/busybox.nosuid update-alternatives --remove find /bin/busybox.nosuid update-alternatives --remove flock /bin/busybox.nosuid update-alternatives --remove free /bin/busybox.nosuid update-alternatives --remove fuser /bin/busybox.nosuid update-alternatives --remove getfattr /bin/busybox.nosuid update-alternatives --remove groups /bin/busybox.nosuid update-alternatives --remove head /bin/busybox.nosuid update-alternatives --remove hexdump /bin/busybox.nosuid update-alternatives --remove id /bin/busybox.nosuid update-alternatives --remove killall /bin/busybox.nosuid update-alternatives --remove less /bin/busybox.nosuid update-alternatives --remove logger /bin/busybox.nosuid update-alternatives --remove logname /bin/busybox.nosuid update-alternatives --remove lzcat /bin/busybox.nosuid update-alternatives --remove md5sum /bin/busybox.nosuid update-alternatives --remove mesg /bin/busybox.nosuid update-alternatives --remove microcom /bin/busybox.nosuid update-alternatives --remove mkfifo /bin/busybox.nosuid update-alternatives --remove nc /bin/busybox.nosuid update-alternatives --remove nohup /bin/busybox.nosuid update-alternatives --remove nproc /bin/busybox.nosuid update-alternatives --remove nslookup /bin/busybox.nosuid update-alternatives --remove od /bin/busybox.nosuid update-alternatives --remove openvt /bin/busybox.nosuid update-alternatives --remove patch /bin/busybox.nosuid update-alternatives --remove pgrep /bin/busybox.nosuid update-alternatives --remove printf /bin/busybox.nosuid update-alternatives --remove readlink /bin/busybox.nosuid update-alternatives --remove realpath /bin/busybox.nosuid update-alternatives --remove renice /bin/busybox.nosuid update-alternatives --remove reset /bin/busybox.nosuid update-alternatives --remove resize /bin/busybox.nosuid update-alternatives --remove seq /bin/busybox.nosuid update-alternatives --remove setsid /bin/busybox.nosuid update-alternatives --remove sha1sum /bin/busybox.nosuid update-alternatives --remove sha256sum /bin/busybox.nosuid update-alternatives --remove shuf /bin/busybox.nosuid update-alternatives --remove sort /bin/busybox.nosuid update-alternatives --remove strings /bin/busybox.nosuid update-alternatives --remove tail /bin/busybox.nosuid update-alternatives --remove tee /bin/busybox.nosuid update-alternatives --remove telnet /bin/busybox.nosuid update-alternatives --remove test /bin/busybox.nosuid update-alternatives --remove tftp /bin/busybox.nosuid update-alternatives --remove time /bin/busybox.nosuid update-alternatives --remove top /bin/busybox.nosuid update-alternatives --remove tr /bin/busybox.nosuid update-alternatives --remove ts /bin/busybox.nosuid update-alternatives --remove tty /bin/busybox.nosuid update-alternatives --remove uniq /bin/busybox.nosuid update-alternatives --remove unlink /bin/busybox.nosuid update-alternatives --remove unzip /bin/busybox.nosuid update-alternatives --remove uptime /bin/busybox.nosuid update-alternatives --remove users /bin/busybox.nosuid update-alternatives --remove wc /bin/busybox.nosuid update-alternatives --remove wget /bin/busybox.nosuid update-alternatives --remove which /bin/busybox.nosuid update-alternatives --remove who /bin/busybox.nosuid update-alternatives --remove whoami /bin/busybox.nosuid update-alternatives --remove xargs /bin/busybox.nosuid update-alternatives --remove xzcat /bin/busybox.nosuid update-alternatives --remove yes /bin/busybox.nosuid update-alternatives --remove addgroup /bin/busybox.nosuid update-alternatives --remove adduser /bin/busybox.nosuid update-alternatives --remove chroot /bin/busybox.nosuid update-alternatives --remove delgroup /bin/busybox.nosuid update-alternatives --remove deluser /bin/busybox.nosuid update-alternatives --remove fbset /bin/busybox.nosuid update-alternatives --remove loadfont /bin/busybox.nosuid update-alternatives --remove rdate /bin/busybox.nosuid update-alternatives --remove rfkill /bin/busybox.nosuid update-alternatives --remove udhcpd /bin/busybox.nosuid update-alternatives --remove login /bin/busybox.suid update-alternatives --remove ping /bin/busybox.suid update-alternatives --remove ping6 /bin/busybox.suid update-alternatives --remove su /bin/busybox.suid update-alternatives --remove passwd /bin/busybox.suid update-alternatives --remove traceroute /bin/busybox.suid update-alternatives --remove vlock /bin/busybox.suid " packages/mips32r2-poky-linux/openssl/openssl-dev: FILELIST: added "/usr/include/openssl/x509_acert.h /usr/include/openssl/indicator.h" packages/mips32r2-poky-linux/openssl/openssl-ptest: FILELIST: removed "/usr/lib/openssl/ptest/test/buildtest_c_comp /usr/lib/openssl/ptest/test/event_queue_test /usr/lib/openssl/ptest/test/sysdefault.cnf", added "/usr/lib/openssl/ptest/test/recipes/30-test_evp_data/evppkey_ecdsa_sigalg.txt /usr/lib/openssl/ptest/test/recipes/80-test_pkcs12_data/pbmac1_256_256.good.p12 /usr/lib/openssl/ptest/test/certs/acert_ietf.pem /usr/lib/openssl/ptest/test/recipes/80-test_pkcs12_data/pbmac1_256_256.no-len.p12 /usr/lib/openssl/ptest/test/certs/acert_bc1.pem /usr/lib/openssl/ptest/test/certs/ee-self-signed-pss.pem /usr/lib/openssl/ptest/test/recipes/70-test_npn.t /usr/lib/openssl/ptest/test/recipes/02-test_strtoul.t /usr/lib/openssl/ptest/test/recipes/80-test_cmp_http_data/Mock/newcrl.pem /usr/lib/openssl/ptest/test/recipes/80-test_pkcs12_data/pbmac1_sha1_hmac_and_prf.p12 /usr/lib/openssl/ptest/test/recipes/02-test_windows_registry.t /usr/lib/openssl/ptest/test/bio_pw_callback_test /usr/lib/openssl/ptest/test/recipes/90-test_bio_base64.t /usr/lib/openssl/ptest/test/recipes/25-test_eai_data/kdc.sh /usr/lib/openssl/ptest/test/certs/ext-subjectDirectoryAttributes.pem /usr/lib/openssl/ptest/test/recipes/04-test_conf_data/oversized_line.txt /usr/lib/openssl/ptest/test/certs/ext-targetingInformation.pem /usr/lib/openssl/ptest/test/certs/ext-issuedOnBehalfOf.pem /usr/lib/openssl/ptest/test/recipes/80-test_pkcs12_data/pbmac1_256_256.bad-iter.p12 /usr/lib/openssl/ptest/test/recipes/80-test_pkcs12_data/pbmac1_256_256.bad-salt.p12 /usr/lib/openssl/ptest/test/x509_req_test /usr/lib/openssl/ptest/test/recipes/60-test_x509_req.t /usr/lib/openssl/ptest/util/perl/TLSProxy/NextProto.pm /usr/lib/openssl/ptest/test/certs/x509-req-detect-invalid-version.pem /usr/lib/openssl/ptest/test/certs/acert_bc2.pem /usr/lib/openssl/ptest/test/recipes/80-test_cmp_http_data/Mock/oldcrl.pem /usr/lib/openssl/ptest/test/decap_out.bin /usr/lib/openssl/ptest/test/encap_out.bin /usr/lib/openssl/ptest/test/recipes/61-test_bio_pw_callback.t /usr/lib/openssl/ptest/test/recipes/99-test_fuzz_provider.t /usr/lib/openssl/ptest/test/certs/ext-acceptableCertPolicies.pem /usr/lib/openssl/ptest/test/strtoultest /usr/lib/openssl/ptest/test/recipes/30-test_evp_byname.t /usr/lib/openssl/ptest/test/recipes/25-test_eai_data/kdc-cert.pem /usr/lib/openssl/ptest/test/recipes/80-test_pkcs12_data/pbmac1_512_256.good.p12 /usr/lib/openssl/ptest/test/recipes/80-test_pkcs12_data/pbmac1_512_512.good.p12 /usr/lib/openssl/ptest/test/recipes/95-test_external_oqsprovider_data/oqsprovider-externalinterop.sh /usr/lib/openssl/ptest/test/certs/ext-holderNameConstraints.pem /usr/lib/openssl/ptest/test/recipes/90-test_sysdefault_data/sysdefault-ignore.cnf /usr/lib/openssl/ptest/test/certs/ext-userNotice.pem /usr/lib/openssl/ptest/test/evp_byname_test /usr/lib/openssl/ptest/test/certs/ext-delegatedNameConstraints.pem /usr/lib/openssl/ptest/test/bio_base64_test /usr/lib/openssl/ptest/test/recipes/25-test_eai_data/kdc-root-cert.pem /usr/lib/openssl/ptest/test/recipes/99-test_fuzz_hashtable.t /usr/lib/openssl/ptest/test/recipes/04-test_conf_data/oversized_line.cnf /usr/lib/openssl/ptest/test/certs/ext-associatedInformation.pem /usr/lib/openssl/ptest/test/recipes/61-test_bio_pw_callback_data/private_key.pem /usr/lib/openssl/ptest/test/certs/ext-auditIdentity.pem /usr/lib/openssl/ptest/test/recipes/30-test_evp_data/evppkey_dsa_sigalg.txt /usr/lib/openssl/ptest/test/recipes/30-test_evp_data/evppkey_ecx_sigalg.txt /usr/lib/openssl/ptest/test/recipes/30-test_evp_data/evppkey_rsa_sigalg.txt /usr/lib/openssl/ptest/test/recipes/90-test_sysdefault_data/sysdefault-bad.cnf /usr/lib/openssl/ptest/test/recipes/90-test_sysdefault_data/sysdefault.cnf /usr/lib/openssl/ptest/test/recipes/20-test_speed.t /usr/lib/openssl/ptest/test/certs/acert.pem /usr/lib/openssl/ptest/test/certs/ext-basicAttConstraints.pem /usr/lib/openssl/ptest/test/x509_acert_test /usr/lib/openssl/ptest/test/recipes/60-test_x509_acert.t /usr/lib/openssl/ptest/test/certs/ext-acceptablePrivilegePolicies.pem /usr/lib/openssl/ptest/test/recipes/99-test_fuzz_acert.t /usr/lib/openssl/ptest/test/buildtest_c_indicator /usr/lib/openssl/ptest/test/default-and-jitter.cnf /usr/lib/openssl/ptest/test/encap_secret.bin" Changes to packages/mips32r2-poky-linux/openssl (sysroot): /usr/include/openssl/indicator.h was added /usr/include/openssl/x509_acert.h was added Changes to packages/x86_64-linux/glib-2.0-native (sysroot): /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp/work was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp/work/x86_64-linux was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp/work/x86_64-linux/glib-2.0-native was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1 was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native/usr was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native/usr/lib was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8200.1-gdb.py was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/qemumips/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8200.1-gdb.py was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/x86_64-linux was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/x86_64-linux/glib-2.0-native was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1 was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native/usr was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native/usr/lib was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8200.1-gdb.py was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-mingw/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.1/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8200.1-gdb.py was removed Changes to packages/x86_64-linux/openssl-native (sysroot): /usr/include/openssl/indicator.h was added /usr/include/openssl/x509_acert.h was added Changes to packages/x86_64-linux/python3-mako-native (sysroot): /usr/lib/python3.12/site-packages/Mako-1.3.5.dist-info moved to /usr/lib/python3.12/site-packages/Mako-1.3.6.dist-info Changes to packages/x86_64-linux/python3-pyparsing-native (sysroot): /usr/lib/python3.12/site-packages/pyparsing-3.1.4.dist-info moved to /usr/lib/python3.12/site-packages/pyparsing-3.2.0.dist-info Changes to packages/x86_64-linux/python3-trove-classifiers-native (sysroot): /usr/lib/python3.12/site-packages/trove_classifiers-2024.10.21.16.dist-info was added /usr/lib/python3.12/site-packages/trove_classifiers-2024.10.21.16.dist-info/LICENSE was added /usr/lib/python3.12/site-packages/trove_classifiers-2024.10.21.16.dist-info/METADATA was added /usr/lib/python3.12/site-packages/trove_classifiers-2024.10.21.16.dist-info/RECORD was added /usr/lib/python3.12/site-packages/trove_classifiers-2024.10.21.16.dist-info/top_level.txt was added /usr/lib/python3.12/site-packages/trove_classifiers-2024.10.21.16.dist-info/WHEEL was added /usr/lib/python3.12/site-packages/trove_classifiers-2024.9.12.dist-info was removed /usr/lib/python3.12/site-packages/trove_classifiers-2024.9.12.dist-info/LICENSE was removed /usr/lib/python3.12/site-packages/trove_classifiers-2024.9.12.dist-info/METADATA was removed /usr/lib/python3.12/site-packages/trove_classifiers-2024.9.12.dist-info/RECORD was removed /usr/lib/python3.12/site-packages/trove_classifiers-2024.9.12.dist-info/top_level.txt was removed /usr/lib/python3.12/site-packages/trove_classifiers-2024.9.12.dist-info/WHEEL was removed packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr: FILELIST: removed "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/getfattr", added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/getfattr.attr" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr: latest.pkg_postinst changed from "#!/bin/sh set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr setfattr /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr.attr 100 " to "#!/bin/sh set -e update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr setfattr /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr.attr 100 update-alternatives --install /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/getfattr getfattr /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/getfattr.attr 100 " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-attr/nativesdk-attr: latest.pkg_prerm changed from "#!/bin/sh set -e update-alternatives --remove setfattr /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr.attr " to "#!/bin/sh set -e update-alternatives --remove setfattr /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/setfattr.attr update-alternatives --remove getfattr /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/bin/getfattr.attr " packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libssh2/nativesdk-libssh2-doc: FILELIST: added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libssh2_sftp_posix_rename_ex.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libssh2_sftp_posix_rename.3 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/man/man3/libssh2_session_callback_set2.3" packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libssh2/nativesdk-libssh2-doc: PKGSIZE changed from 199072 to 220513 (+11%) Changes to packages/x86_64-nativesdk-pokysdk-linux/nativesdk-libxml2 (sysroot): /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/libxml2.so.2 changed symlink target from libxml2.so.2.13.3 to libxml2.so.2.13.4 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/libxml2.so changed symlink target from libxml2.so.2.13.3 to libxml2.so.2.13.4 /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/libxml2.so.2.13.3 moved to /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/libxml2.so.2.13.4 packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl/nativesdk-openssl-dev: FILELIST: added "/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/include/openssl/x509_acert.h /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/include/openssl/indicator.h" Changes to packages/x86_64-nativesdk-pokysdk-linux/nativesdk-openssl (sysroot): /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/include/openssl/indicator.h was added /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/include/openssl/x509_acert.h was added Changes to packages/x86_64-nativesdk-pokysdk-linux/nativesdk-python3-markupsafe (sysroot): /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/site-packages/MarkupSafe-2.1.5.dist-info moved to /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/site-packages/MarkupSafe-3.0.1.dist-info /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/site-packages/MarkupSafe-3.0.1.dist-info/LICENSE.txt was added /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/lib/python3.12/site-packages/MarkupSafe-2.1.5.dist-info/LICENSE.rst was removed Changes to packages/x86_64-nativesdk-pokysdk-linux/nativesdk-shared-mime-info (sysroot): /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/andrew-inset.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/annodex.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/appinstaller.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/appxbundle.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/appx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/atom+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/cbor.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/dicom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/ecmascript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/epub+zip.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/fits.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/font-tdpfr.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/geo+json.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/gml+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/gnunet-directory.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/gpx+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/gzip.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/illustrator.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/its+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/java-archive.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/jrd+json.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/json5.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/json-patch+json.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/json.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/ld+json.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/mac-binhex40.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/mathematica.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/mathml+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/mbox.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/metalink4+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/metalink+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/msixbundle.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/msix.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/msword-template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/msword.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/mxf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/octet-stream.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/oda.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/ogg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/ovf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/owl+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/oxps.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pdf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pgp-encrypted.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pgp-keys.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pgp-signature.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pkcs10.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pkcs12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pkcs7-mime.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pkcs7-signature.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pkcs8-encrypted.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pkcs8.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pkix-cert.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pkix-crl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/pkix-pkipath.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/postscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/prs.plucker.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/raml+yaml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/ram.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/rdf+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/relax-ng-compact-syntax.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/rss+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/rtf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/schema+json.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/sdp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/sieve.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/smil+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/sparql-query.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/sparql-results+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/sql.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/toml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/trig.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.adobe.flash.movie.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.amazon.mobi8-ebook.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.android.package-archive.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.appimage.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.apple.keynote.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.apple.mpegurl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.apple.numbers.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.apple.pages.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.apple.pkpass.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.chess-pgn.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.coffeescript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.comicbook-rar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.comicbook+zip.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.corel-draw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.cups-ppd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.dart.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.dbf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.debian.binary-package.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.efi.img.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.efi.iso.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.emusic-emusic_package.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.flatpak.ref.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.flatpak.repo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.flatpak.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.framemaker.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.gerber.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.google-earth.kml+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.google-earth.kmz.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.hp-hpgl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.hp-pcl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.iccprofile.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.lotus-1-2-3.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.lotus-wordpro.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.microsoft.portable-executable.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.microsoft.windows.thumbnail-cache.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.mozilla.xul+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-access.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-asf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-cab-compressed.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-excel.addin.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-excel.sheet.binary.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-excel.sheet.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-excel.template.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-excel.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-htmlhelp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-officetheme.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-powerpoint.addin.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-powerpoint.presentation.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-powerpoint.slide.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-powerpoint.slideshow.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-powerpoint.template.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-powerpoint.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-publisher.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-tnef.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-visio.drawing.macroenabled.main+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-visio.drawing.main+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-visio.stencil.macroenabled.main+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-visio.stencil.main+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-visio.template.macroenabled.main+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-visio.template.main+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-word.document.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-word.template.macroenabled.12.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-works.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-wpl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.ms-xpsdocument.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.nintendo.snes.rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.chart-template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.chart.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.database.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.formula-template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.formula.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.graphics-flat-xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.graphics-template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.graphics.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.image.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.presentation-flat-xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.presentation-template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.presentation.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.spreadsheet-flat-xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.spreadsheet-template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.spreadsheet.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.text-flat-xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.text-master.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.text-template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.text-web.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.oasis.opendocument.text.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.openofficeorg.extension.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.presentation.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.slideshow.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.slide.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.openxmlformats-officedocument.presentationml.template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.openxmlformats-officedocument.spreadsheetml.template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.document.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.openxmlformats-officedocument.wordprocessingml.template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.palm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.rar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.rn-realmedia.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.smaf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.snap.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sqlite3.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.squashfs.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.stardivision.calc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.stardivision.chart.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.stardivision.draw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.stardivision.impress.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.stardivision.mail.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.stardivision.math.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.stardivision.writer.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.calc.template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.calc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.draw.template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.draw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.impress.template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.impress.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.math.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.writer.global.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.writer.template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.sun.xml.writer.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.symbian.install.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.tcpdump.pcap.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.visio.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/vnd.wordperfect.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/wasm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/winhlp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-7z-compressed.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-abiword.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ace.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-alz.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-amiga-disk-format.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-amipro.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-aportisdoc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-apple-diskimage.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-apple-systemprofiler+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-appleworks-document.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-applix-spreadsheet.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-applix-word.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-archive.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-arc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-arj.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-asar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-asp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-atari-2600-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-atari-7800-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-atari-lynx-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-awk.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bat.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bcpio.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bittorrent.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-blender.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bps-patch.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bsdiff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bzdvi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bzip1-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bzip1.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bzip2-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bzip2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bzip3-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bzip3.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bzpdf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-bzpostscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-cb7.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-cbt.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ccmx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-cdrdao-toc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-cisco-vpn-settings.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-class-file.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-compressed-iso.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-compress.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-core.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-cpio-compressed.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-cpio.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-csh.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-cue.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-dar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-designer.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-desktop.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-dia-diagram.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-dia-shape.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-discjuggler-cd-image.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-docbook+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-doom-wad.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-dosexec.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-dreamcast-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-dvi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-egon.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-eris-link+cbor.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-e-theme.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-excellon.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-executable.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-fds-disk.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-fictionbook+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-fishscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-fluid.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-afm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-bdf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-dos.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-framemaker.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-libgrx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-linux-psf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-pcf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-speedo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-sunos-news.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-tex-tfm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-tex.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-ttx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-type1.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-font-vfont.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gameboy-color-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gameboy-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gamecube-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gamegear-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gba-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gdbm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gd-rom-cue.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gdscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-genesis-32x-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-genesis-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gerber-job.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gettext-translation.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-glade.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gnucash.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gnumeric.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gnuplot.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-godot-project.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-godot-resource.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-godot-scene.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-godot-shader.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-go-sgf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-graphite.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gtk-builder.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gtktalog.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gzdvi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gz-font-linux-psf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gzpdf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-gzpostscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-hdf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-hfe-floppy-image.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/xhtml+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-hwp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-hwt.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ica.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-iff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ipod-firmware.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ips-patch.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ipynb+json.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-iso9660-appimage.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-it87.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-java-jce-keystore.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-java-jnlp-file.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-java-keystore.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-java-pack200.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-java.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-jbuilder-project.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-karbon.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kchart.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kexi-connectiondata.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kexiproject-shortcut.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kexiproject-sqlite2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kexiproject-sqlite3.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kformula.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-killustrator.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kivio.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kontour.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kpovmodeler.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kpresenter.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-krita.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kspread-crypt.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kspread.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ksysv-package.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kugar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kword-crypt.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-kword.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lha.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lhz.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/xliff+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lmdb.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lrzip-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lrzip.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lyx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lz4-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lz4.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lzip-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lzip.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lzma-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lzma.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lzop.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-lzpdf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-m4.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-macbinary.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-magicpoint.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-mame-chd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-markaby.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-matroska.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-mif.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-mimearchive.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/xml-dtd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/xml-external-parsed-entity.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-mobipocket-ebook.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-modrinth-modpack+zip.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-mozilla-bookmarks.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-msdownload.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-msi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ms-ne-executable.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ms-pdb.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ms-shortcut.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ms-wim.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-mswinurl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-mswrite.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-msx-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-n64-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-nautilus-link.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-navi-animation.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-neo-geo-pocket-color-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-neo-geo-pocket-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-nes-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-netcdf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-netshow-channel.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-nintendo-3ds-executable.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-nintendo-3ds-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-nintendo-ds-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-nuscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-nzb.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-object.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-oleo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ole-storage.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-openvpn-profile.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-openzim.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-pagemaker.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-pak.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-par2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-partial-download.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-pc-engine-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-pef-executable.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-perf-data.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-perl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-php.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-pkcs7-certificates.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-planperfect.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-pocket-word.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-powershell.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-profile.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-pw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-pyspread-bz-spreadsheet.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-pyspread-spreadsheet.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-python-bytecode.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-qed-disk.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-qemu-disk.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-qpress.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-qtiplot.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-quattropro.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-quicktime-media-link.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-qw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-raw-disk-image-xz-compressed.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-raw-floppy-disk-image.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-riff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-rpm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ruby.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sami.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-saturn-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sega-cd-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sega-pico-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sg1000-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-shared-library-la.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sharedlib.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-shar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-shellscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-shorten.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-siag.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-slp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/xslt+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sms-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-source-rpm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/xspf+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-spss-por.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-spss-sav.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sqlite2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-stuffit.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-stuffitx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-subrip.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sv4cpio.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-sv4crc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-t602.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-tarz.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-tex-gf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-tex-pk.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-tgif.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-theme.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-thomson-cartridge-memo7.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-thomson-cassette.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-thomson-sap-image.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-tiled-tmx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-tiled-tsx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-toutdoux.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-trash.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-troff-man-compressed.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-troff-man.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-tzo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ufraw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-ustar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-vdi-disk.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-vhd-disk.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-vhdx-disk.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-virtual-boy-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-vmdk-disk.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-wais-source.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-wii-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-wii-wad.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-windows-themepack.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-wonderswan-color-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-wonderswan-rom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-wpg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-wwf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-x509-ca-cert.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-xar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-xbel.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-xpinstall.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-xz-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-xzpdf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-xz.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-zerosize.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-zip-compressed-fb2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-zoo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-zpaq.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/x-zstd-compressed-tar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/yaml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/zip.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/zlib.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/application/zstd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/aac.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/ac3.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/amr-wb.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/amr.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/annodex.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/basic.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/flac.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/midi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/mobile-xmf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/mp2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/mp4.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/mpeg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/ogg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/prs.sid.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/usac.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/vnd.audible.aaxc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/vnd.audible.aax.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/vnd.dts.hd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/vnd.dts.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/vnd.rn-realaudio.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/vnd.wave.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/webm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-adpcm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-aifc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-aiff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-amzxml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-ape.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-dff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-dsf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-flac+ogg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-gsm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-iriver-pla.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-it.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-m4b.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-m4r.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-matroska.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-minipsf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-mo3.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-mod.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-mpegurl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-ms-asx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-ms-wma.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-musepack.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-opus+ogg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-pn-audibleaudio.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-psflib.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-psf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-riff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-s3m.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-scpls.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-speex+ogg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-speex.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-stm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-tak.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-tta.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-voc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-vorbis+ogg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-wavpack-correction.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-wavpack.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-xi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-xmf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/audio/x-xm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/chemical/x-pdb.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/font/collection.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/font/otf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/font/ttf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/font/woff2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/font/woff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/apng.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/astc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/avif.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/bmp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/cgm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/dpx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/emf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/g3fax.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/gif.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/heif.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/ief.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/jp2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/jpeg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/jpm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/jpx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/jxl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/jxr.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/ktx2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/ktx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/openraster.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/png.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/qoi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/rle.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/svg+xml-compressed.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/svg+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/tiff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.adobe.photoshop.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.djvu+multipage.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.djvu.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.dwg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.dxf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.microsoft.icon.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.ms-modi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.rn-realpix.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.wap.wbmp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/vnd.zbrush.pcx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/webp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/wmf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-3ds.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-adobe-dng.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-applix-graphics.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-bzeps.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-canon-cr2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-canon-cr3.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-canon-crw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-cmu-raster.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-compressed-xcf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-dcraw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-dds.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-dib.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-eps.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-exr.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-fpx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-fuji-raf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-gimp-gbr.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-gimp-gih.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-gimp-pat.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-gzeps.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-icns.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-ilbm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-jng.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-jp2-codestream.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-kodak-dcr.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-kodak-k25.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-kodak-kdc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-lwo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-lws.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-macpaint.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-minolta-mrw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-msod.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-niff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-nikon-nef.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-nikon-nrw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-olympus-orf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-panasonic-rw2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-panasonic-rw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-pentax-pef.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-photo-cd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-pict.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-portable-anymap.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-portable-bitmap.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-portable-graymap.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-portable-pixmap.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-quicktime.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-rgb.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-sgi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-sigma-x3f.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-skencil.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-sony-arw.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-sony-sr2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-sony-srf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-sun-raster.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-tga.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-tiff-multipage.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-win-bitmap.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-xbitmap.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-xcf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-xcursor.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-xfig.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-xpixmap.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/image/x-xwindowdump.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/inode/blockdevice.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/inode/chardevice.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/inode/directory.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/inode/fifo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/inode/mount-point.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/inode/socket.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/inode/symlink.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/message/delivery-status.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/message/disposition-notification.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/message/external-body.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/message/news.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/message/partial.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/message/rfc822.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/message/x-gnu-rmail.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/model/3mf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/model/gltf-binary.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/model/gltf+json.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/model/iges.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/model/mtl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/model/obj.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/model/stl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/model/vrml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/multipart/alternative.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/multipart/appledouble.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/multipart/digest.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/multipart/encrypted.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/multipart/mixed.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/multipart/related.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/multipart/report.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/multipart/signed.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/multipart/x-mixed-replace.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/cache-manifest.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/calendar.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/css.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/csv-schema.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/csv.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/enriched.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/htmlh.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/html.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/javascript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/jscript.encode.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/julia.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/markdown.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/org.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/plain.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/rfc822-headers.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/richtext.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/rust.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/sgml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/spreadsheet.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/tab-separated-values.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/tcl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/troff.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/turtle.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vbscript.encode.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vbscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vcard.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vnd.familysearch.gedcom.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vnd.graphviz.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vnd.rn-realtext.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vnd.senx.warpscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vnd.sun.j2me.app-descriptor.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vnd.trolltech.linguist.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vnd.wap.wmlscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vnd.wap.wml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/vtt.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-adasrc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-authors.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-basic.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-bibtex.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-blueprint.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-changelog.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-c++hdr.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-chdr.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-cmake.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-cobol.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-common-lisp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-component.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-copying.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-credits.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-crystal.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-csharp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-c++src.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-csrc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-dbus-service.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-dcl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-devicetree-binary.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-devicetree-source.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-dsl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-dsrc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-eiffel.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-elixir.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-emacs-lisp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-erlang.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-fortran.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-gcode-gx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x.gcode.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-genie.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-gettext-translation-template.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-gettext-translation.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-gherkin.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-google-video-pointer.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-go.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-gradle.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-groovy.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-haskell.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-idl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-imelody.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-install.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-iptables.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-java.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-kaitai-struct.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-kotlin.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-ldif.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-lilypond.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-literate-haskell.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-log.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-lua.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-makefile.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-matlab.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-maven+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/xmcd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-meson.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-microdvd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-moc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-modelica.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-mof.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-mpl2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-mpsub.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-mrml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-ms-regedit.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-mup.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-nfo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-nimscript.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-nim.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-objc++src.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-objcsrc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-ocaml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-ocl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-ooc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-opencl-src.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-opml+xml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-pascal.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-patch.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-python3.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-python.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-qml.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-readme.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-reject.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-rpm-spec.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-rst.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-sagemath.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-sass.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-scala.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-scheme.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-scons.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-scss.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-setext.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-ssa.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-subviewer.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-svhdr.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-svsrc.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-systemd-unit.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-texinfo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-tex.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-todo-txt.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-troff-me.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-troff-mm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-troff-ms.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-twig.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-txt2tags.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-typst.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-uil.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-uri.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-uuencode.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-vala.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-vb.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-verilog.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-vhdl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-xmi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/text/x-xslfo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/3gpp2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/3gpp.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/annodex.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/dv.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/isivideo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/mj2.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/mp2t.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/mp4.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/mpeg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/ogg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/quicktime.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/vnd.avi.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/vnd.mpegurl.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/vnd.radgamettools.bink.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/vnd.radgamettools.smacker.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/vnd.rn-realvideo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/vnd.vivo.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/vnd.youtube.yt.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/wavelet.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/webm.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-anim.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-flic.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-flv.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-javafx.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-matroska-3d.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-matroska.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-mjpeg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-mng.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-ms-wmv.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-nsv.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-ogm+ogg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-sgi-movie.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/video/x-theora+ogg.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/audio-cdda.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/audio-dvd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/audio-player.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/blank-bd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/blank-cd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/blank-dvd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/blank-hddvd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/ebook-reader.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/image-dcf.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/image-picturecd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/ostree-repository.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/software.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/unix-software.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/video-bluray.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/video-dvd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/video-hddvd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/video-svcd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/video-vcd.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-content/win32-software.xml changed permissions from rwxr-xr-x to rw-r--r-- /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-pokysdk-linux/usr/share/mime/x-epoc/x-sisx-app.xml changed permissions from rwxr-xr-x to rw-r--r--