Changes to images/qemux86_64/glibc/agl-image-core-autobuilder (files-in-image.txt): /boot/bzImage changed symlink target from bzImage-6.12.11-yocto-standard to bzImage-6.12.13-yocto-standard /boot/bzImage-6.12.11-yocto-standard moved to /boot/bzImage-6.12.13-yocto-standard /usr/lib/modules/6.12.11-yocto-standard moved to /usr/lib/modules/6.12.13-yocto-standard /etc/udev/rules.d/fb.rules was added /usr/lib/opkg/alternatives/runlevel was added /usr/lib/systemd/system/psplash-start@.service was added /usr/sbin/runlevel was added /etc/systemd/system/sysinit.target.wants/psplash-start.service was removed /etc/systemd/system/sysinit.target.wants/psplash-systemd.service was removed /usr/bin/netstat was removed /usr/lib/opkg/alternatives/ifconfig was removed /usr/lib/opkg/alternatives/netstat was removed /usr/lib/opkg/alternatives/route was removed /usr/lib/systemd/system/psplash-start.service was removed /usr/sbin/ifconfig was removed /usr/sbin/route was removed Changes to images/qemux86_64/glibc/agl-image-core-autobuilder (installed-package-names.txt): kernel-module-snd-timer-6.12.11-yocto-standard was removed kernel-image-bzimage-6.12.11-yocto-standard was removed kernel-module-ip6table-filter-6.12.11-yocto-standard was removed kernel-module-tun-6.12.11-yocto-standard was removed kernel-module-snd-rawmidi-6.12.11-yocto-standard was removed kernel-module-nf-nat-6.12.11-yocto-standard was removed kernel-6.12.11-yocto-standard was removed kernel-module-x-tables-6.12.11-yocto-standard was removed kernel-module-iptable-filter-6.12.11-yocto-standard was removed kernel-image-6.12.11-yocto-standard was removed kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard was removed kernel-module-ip6-tables-6.12.11-yocto-standard was removed kernel-module-snd-6.12.11-yocto-standard was removed kernel-module-snd-seq-device-6.12.11-yocto-standard was removed kernel-module-sch-fq-codel-6.12.11-yocto-standard was removed kernel-module-snd-ens1370-6.12.11-yocto-standard was removed kernel-module-iptable-nat-6.12.11-yocto-standard was removed kernel-module-nf-conntrack-6.12.11-yocto-standard was removed kernel-module-snd-pcm-6.12.11-yocto-standard was removed kernel-module-ip-tables-6.12.11-yocto-standard was removed kernel-module-soundcore-6.12.11-yocto-standard was removed kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard was removed kernel-module-uvesafb-6.12.11-yocto-standard was removed kernel-image-6.12.13-yocto-standard was added kernel-module-ip6table-filter-6.12.13-yocto-standard was added kernel-module-iptable-filter-6.12.13-yocto-standard was added kernel-module-nf-nat-6.12.13-yocto-standard was added kernel-module-snd-6.12.13-yocto-standard was added kernel-module-snd-pcm-6.12.13-yocto-standard was added kernel-module-snd-seq-device-6.12.13-yocto-standard was added kernel-module-nf-defrag-ipv4-6.12.13-yocto-standard was added kernel-module-snd-timer-6.12.13-yocto-standard was added kernel-module-tun-6.12.13-yocto-standard was added kernel-module-soundcore-6.12.13-yocto-standard was added kernel-module-nf-defrag-ipv6-6.12.13-yocto-standard was added kernel-module-ip6-tables-6.12.13-yocto-standard was added kernel-6.12.13-yocto-standard was added systemd-systemctl was added kernel-module-iptable-nat-6.12.13-yocto-standard was added kernel-module-nf-conntrack-6.12.13-yocto-standard was added kernel-module-ip-tables-6.12.13-yocto-standard was added kernel-module-snd-rawmidi-6.12.13-yocto-standard was added kernel-image-bzimage-6.12.13-yocto-standard was added kernel-module-sch-fq-codel-6.12.13-yocto-standard was added kernel-module-uvesafb-6.12.13-yocto-standard was added kernel-module-snd-ens1370-6.12.13-yocto-standard was added kernel-module-x-tables-6.12.13-yocto-standard was added packages/corei7-64-agl-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 /usr/bin/busybox.nosuid; then rm -f /usr/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 "/usr/bin/busybox$suffix" $link fi done < /etc/busybox.links$suffix fi done fi if grep -q "^/usr/bin/bash$" $D/etc/busybox.links*; then grep -q "^/usr/bin/bash$" $D/etc/shells || echo /usr/bin/bash >> $D/etc/shells fi update-alternatives --install /usr/bin/ash ash /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/base32 base32 /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cat cat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chattr chattr /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chgrp chgrp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chmod chmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chown chown /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cp cp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cpio cpio /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/date date /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dd dd /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/df df /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dmesg dmesg /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dnsdomainname dnsdomainname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpkmap dumpkmap /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/echo echo /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/egrep egrep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/false false /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fgrep fgrep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/getopt getopt /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/grep grep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/gunzip gunzip /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/gzip gzip /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hostname hostname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/kill kill /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ln ln /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ls ls /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkdir mkdir /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mknod mknod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mktemp mktemp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/more more /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mount mount /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mountpoint mountpoint /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mv mv /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/netstat netstat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pidof pidof /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ps ps /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pwd pwd /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/rev rev /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/rm rm /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/rmdir rmdir /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/run-parts run-parts /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sed sed /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sh sh /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sleep sleep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/stat stat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/stty stty /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sync sync /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tar tar /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/touch touch /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/true true /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/umount umount /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uname uname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/usleep usleep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/vi vi /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/watch watch /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/zcat zcat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/blkid blkid /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/depmod depmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fdisk fdisk /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fsck fsck /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fstrim fstrim /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/getty getty /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/hwclock hwclock /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/ifconfig ifconfig /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/ifdown ifdown /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/ifup ifup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/insmod insmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/ip ip /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadkmap loadkmap /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/logread logread /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/losetup losetup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/lsmod lsmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/mkswap mkswap /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/modprobe modprobe /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/pivot_root pivot_root /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/reboot reboot /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rmmod rmmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/route route /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/setconsole setconsole /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/start-stop-daemon start-stop-daemon /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/sulogin sulogin /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/swapoff swapoff /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/swapon swapon /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/switch_root switch_root /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/sysctl sysctl /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpc udhcpc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[ lbracket /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[[ [[ /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ascii ascii /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/awk awk /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/basename basename /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bunzip2 bunzip2 /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzcat bzcat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzip2 bzip2 /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chvt chvt /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/clear clear /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cmp cmp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/crc32 crc32 /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cut cut /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dc dc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/deallocvt deallocvt /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/diff diff /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dirname dirname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/du du /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpleases dumpleases /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/env env /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/expr expr /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/find find /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/flock flock /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/free free /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fuser fuser /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/getfattr getfattr /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/groups groups /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/head head /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hexdump hexdump /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/id id /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/killall killall /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/less less /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logger logger /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logname logname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/lzcat lzcat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/md5sum md5sum /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mesg mesg /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/microcom microcom /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkfifo mkfifo /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nc nc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nohup nohup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nproc nproc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nslookup nslookup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/od od /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/openvt openvt /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/patch patch /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pgrep pgrep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/printf printf /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/readlink readlink /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/realpath realpath /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/renice renice /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/reset reset /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/resize resize /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/seq seq /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/setsid setsid /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha1sum sha1sum /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha256sum sha256sum /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/shuf shuf /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sort sort /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/strings strings /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tail tail /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tee tee /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/telnet telnet /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/test test /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tftp tftp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/time time /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/top top /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tr tr /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ts ts /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tty tty /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uniq uniq /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unlink unlink /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unzip unzip /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uptime uptime /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/users users /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wc wc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wget wget /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/which which /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/who who /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/whoami whoami /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xargs xargs /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xzcat xzcat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/yes yes /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/addgroup addgroup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/adduser adduser /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/chroot chroot /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/delgroup delgroup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/deluser deluser /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fbset fbset /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadfont loadfont /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rdate rdate /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rfkill rfkill /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpd udhcpd /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/login login /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/ping ping /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/ping6 ping6 /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/su su /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/passwd passwd /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/traceroute traceroute /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/vlock vlock /usr/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 /usr/bin/busybox.nosuid; then rm -f /usr/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 "/usr/bin/busybox$suffix" $link fi done < /etc/busybox.links$suffix fi done fi if grep -q "^/usr/bin/bash$" $D/etc/busybox.links*; then grep -q "^/usr/bin/bash$" $D/etc/shells || echo /usr/bin/bash >> $D/etc/shells fi update-alternatives --install /usr/bin/ash ash /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/base32 base32 /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cat cat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chattr chattr /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chgrp chgrp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chmod chmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chown chown /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cp cp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cpio cpio /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/date date /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dd dd /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/df df /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dmesg dmesg /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dnsdomainname dnsdomainname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpkmap dumpkmap /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/echo echo /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/egrep egrep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/false false /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fgrep fgrep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/getopt getopt /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/grep grep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/gunzip gunzip /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/gzip gzip /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hostname hostname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/kill kill /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ln ln /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ls ls /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkdir mkdir /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mknod mknod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mktemp mktemp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/more more /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mount mount /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mountpoint mountpoint /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mv mv /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pidof pidof /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ps ps /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pwd pwd /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/rev rev /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/rm rm /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/rmdir rmdir /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/run-parts run-parts /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sed sed /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sh sh /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sleep sleep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/stat stat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/stty stty /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sync sync /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tar tar /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/touch touch /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/true true /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/umount umount /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uname uname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/usleep usleep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/vi vi /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/watch watch /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/zcat zcat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/blkid blkid /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/depmod depmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fdisk fdisk /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fsck fsck /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fstrim fstrim /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/getty getty /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/hwclock hwclock /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/ifdown ifdown /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/ifup ifup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/insmod insmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/ip ip /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadkmap loadkmap /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/logread logread /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/losetup losetup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/lsmod lsmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/mkswap mkswap /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/modprobe modprobe /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/pivot_root pivot_root /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/reboot reboot /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rmmod rmmod /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/setconsole setconsole /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/start-stop-daemon start-stop-daemon /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/sulogin sulogin /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/swapoff swapoff /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/swapon swapon /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/switch_root switch_root /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/sysctl sysctl /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpc udhcpc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[ lbracket /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/[[ [[ /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ascii ascii /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/awk awk /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/basename basename /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bunzip2 bunzip2 /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzcat bzcat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/bzip2 bzip2 /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/chvt chvt /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/clear clear /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cmp cmp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/crc32 crc32 /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/cut cut /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dc dc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/deallocvt deallocvt /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/diff diff /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dirname dirname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/du du /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/dumpleases dumpleases /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/env env /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/expr expr /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/find find /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/flock flock /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/free free /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/fuser fuser /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/getfattr getfattr /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/groups groups /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/head head /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/hexdump hexdump /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/id id /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/killall killall /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/less less /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logger logger /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/logname logname /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/lzcat lzcat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/md5sum md5sum /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mesg mesg /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/microcom microcom /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/mkfifo mkfifo /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nc nc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nohup nohup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nproc nproc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/nslookup nslookup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/od od /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/openvt openvt /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/patch patch /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/pgrep pgrep /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/printf printf /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/readlink readlink /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/realpath realpath /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/renice renice /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/reset reset /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/resize resize /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/seq seq /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/setsid setsid /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha1sum sha1sum /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sha256sum sha256sum /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/shuf shuf /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/sort sort /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/strings strings /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tail tail /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tee tee /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/telnet telnet /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/test test /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tftp tftp /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/time time /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/top top /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tr tr /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/ts ts /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/tty tty /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uniq uniq /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unlink unlink /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/unzip unzip /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/uptime uptime /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/users users /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wc wc /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/wget wget /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/which which /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/who who /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/whoami whoami /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xargs xargs /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/xzcat xzcat /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/yes yes /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/addgroup addgroup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/adduser adduser /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/chroot chroot /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/delgroup delgroup /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/deluser deluser /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/fbset fbset /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/loadfont loadfont /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rdate rdate /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/rfkill rfkill /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/sbin/udhcpd udhcpd /usr/bin/busybox.nosuid 50 update-alternatives --install /usr/bin/login login /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/ping ping /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/ping6 ping6 /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/su su /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/passwd passwd /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/traceroute traceroute /usr/bin/busybox.suid 50 update-alternatives --install /usr/bin/vlock vlock /usr/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/corei7-64-agl-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 /usr/bin/busybox $tmpdir/[ ln -s /usr/bin/busybox $tmpdir/test ln -s /usr/bin/busybox $tmpdir/head ln -s /usr/bin/busybox $tmpdir/sh ln -s /usr/bin/busybox $tmpdir/basename ln -s /usr/bin/busybox $tmpdir/echo ln -s /usr/bin/busybox $tmpdir/mv ln -s /usr/bin/busybox $tmpdir/ln ln -s /usr/bin/busybox $tmpdir/dirname ln -s /usr/bin/busybox $tmpdir/rm ln -s /usr/bin/busybox $tmpdir/sed ln -s /usr/bin/busybox $tmpdir/sort ln -s /usr/bin/busybox $tmpdir/grep ln -s /usr/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 /usr/bin/busybox.nosuid update-alternatives --remove base32 /usr/bin/busybox.nosuid update-alternatives --remove cat /usr/bin/busybox.nosuid update-alternatives --remove chattr /usr/bin/busybox.nosuid update-alternatives --remove chgrp /usr/bin/busybox.nosuid update-alternatives --remove chmod /usr/bin/busybox.nosuid update-alternatives --remove chown /usr/bin/busybox.nosuid update-alternatives --remove cp /usr/bin/busybox.nosuid update-alternatives --remove cpio /usr/bin/busybox.nosuid update-alternatives --remove date /usr/bin/busybox.nosuid update-alternatives --remove dd /usr/bin/busybox.nosuid update-alternatives --remove df /usr/bin/busybox.nosuid update-alternatives --remove dmesg /usr/bin/busybox.nosuid update-alternatives --remove dnsdomainname /usr/bin/busybox.nosuid update-alternatives --remove dumpkmap /usr/bin/busybox.nosuid update-alternatives --remove echo /usr/bin/busybox.nosuid update-alternatives --remove egrep /usr/bin/busybox.nosuid update-alternatives --remove false /usr/bin/busybox.nosuid update-alternatives --remove fgrep /usr/bin/busybox.nosuid update-alternatives --remove getopt /usr/bin/busybox.nosuid update-alternatives --remove grep /usr/bin/busybox.nosuid update-alternatives --remove gunzip /usr/bin/busybox.nosuid update-alternatives --remove gzip /usr/bin/busybox.nosuid update-alternatives --remove hostname /usr/bin/busybox.nosuid update-alternatives --remove kill /usr/bin/busybox.nosuid update-alternatives --remove ln /usr/bin/busybox.nosuid update-alternatives --remove ls /usr/bin/busybox.nosuid update-alternatives --remove mkdir /usr/bin/busybox.nosuid update-alternatives --remove mknod /usr/bin/busybox.nosuid update-alternatives --remove mktemp /usr/bin/busybox.nosuid update-alternatives --remove more /usr/bin/busybox.nosuid update-alternatives --remove mount /usr/bin/busybox.nosuid update-alternatives --remove mountpoint /usr/bin/busybox.nosuid update-alternatives --remove mv /usr/bin/busybox.nosuid update-alternatives --remove netstat /usr/bin/busybox.nosuid update-alternatives --remove pidof /usr/bin/busybox.nosuid update-alternatives --remove ps /usr/bin/busybox.nosuid update-alternatives --remove pwd /usr/bin/busybox.nosuid update-alternatives --remove rev /usr/bin/busybox.nosuid update-alternatives --remove rm /usr/bin/busybox.nosuid update-alternatives --remove rmdir /usr/bin/busybox.nosuid update-alternatives --remove run-parts /usr/bin/busybox.nosuid update-alternatives --remove sed /usr/bin/busybox.nosuid update-alternatives --remove sh /usr/bin/busybox.nosuid update-alternatives --remove sleep /usr/bin/busybox.nosuid update-alternatives --remove stat /usr/bin/busybox.nosuid update-alternatives --remove stty /usr/bin/busybox.nosuid update-alternatives --remove sync /usr/bin/busybox.nosuid update-alternatives --remove tar /usr/bin/busybox.nosuid update-alternatives --remove touch /usr/bin/busybox.nosuid update-alternatives --remove true /usr/bin/busybox.nosuid update-alternatives --remove umount /usr/bin/busybox.nosuid update-alternatives --remove uname /usr/bin/busybox.nosuid update-alternatives --remove usleep /usr/bin/busybox.nosuid update-alternatives --remove vi /usr/bin/busybox.nosuid update-alternatives --remove watch /usr/bin/busybox.nosuid update-alternatives --remove zcat /usr/bin/busybox.nosuid update-alternatives --remove blkid /usr/bin/busybox.nosuid update-alternatives --remove depmod /usr/bin/busybox.nosuid update-alternatives --remove fdisk /usr/bin/busybox.nosuid update-alternatives --remove fsck /usr/bin/busybox.nosuid update-alternatives --remove fstrim /usr/bin/busybox.nosuid update-alternatives --remove getty /usr/bin/busybox.nosuid update-alternatives --remove hwclock /usr/bin/busybox.nosuid update-alternatives --remove ifconfig /usr/bin/busybox.nosuid update-alternatives --remove ifdown /usr/bin/busybox.nosuid update-alternatives --remove ifup /usr/bin/busybox.nosuid update-alternatives --remove insmod /usr/bin/busybox.nosuid update-alternatives --remove ip /usr/bin/busybox.nosuid update-alternatives --remove loadkmap /usr/bin/busybox.nosuid update-alternatives --remove logread /usr/bin/busybox.nosuid update-alternatives --remove losetup /usr/bin/busybox.nosuid update-alternatives --remove lsmod /usr/bin/busybox.nosuid update-alternatives --remove mkswap /usr/bin/busybox.nosuid update-alternatives --remove modprobe /usr/bin/busybox.nosuid update-alternatives --remove pivot_root /usr/bin/busybox.nosuid update-alternatives --remove reboot /usr/bin/busybox.nosuid update-alternatives --remove rmmod /usr/bin/busybox.nosuid update-alternatives --remove route /usr/bin/busybox.nosuid update-alternatives --remove setconsole /usr/bin/busybox.nosuid update-alternatives --remove start-stop-daemon /usr/bin/busybox.nosuid update-alternatives --remove sulogin /usr/bin/busybox.nosuid update-alternatives --remove swapoff /usr/bin/busybox.nosuid update-alternatives --remove swapon /usr/bin/busybox.nosuid update-alternatives --remove switch_root /usr/bin/busybox.nosuid update-alternatives --remove sysctl /usr/bin/busybox.nosuid update-alternatives --remove udhcpc /usr/bin/busybox.nosuid update-alternatives --remove lbracket /usr/bin/busybox.nosuid update-alternatives --remove [[ /usr/bin/busybox.nosuid update-alternatives --remove ascii /usr/bin/busybox.nosuid update-alternatives --remove awk /usr/bin/busybox.nosuid update-alternatives --remove basename /usr/bin/busybox.nosuid update-alternatives --remove bunzip2 /usr/bin/busybox.nosuid update-alternatives --remove bzcat /usr/bin/busybox.nosuid update-alternatives --remove bzip2 /usr/bin/busybox.nosuid update-alternatives --remove chvt /usr/bin/busybox.nosuid update-alternatives --remove clear /usr/bin/busybox.nosuid update-alternatives --remove cmp /usr/bin/busybox.nosuid update-alternatives --remove crc32 /usr/bin/busybox.nosuid update-alternatives --remove cut /usr/bin/busybox.nosuid update-alternatives --remove dc /usr/bin/busybox.nosuid update-alternatives --remove deallocvt /usr/bin/busybox.nosuid update-alternatives --remove diff /usr/bin/busybox.nosuid update-alternatives --remove dirname /usr/bin/busybox.nosuid update-alternatives --remove du /usr/bin/busybox.nosuid update-alternatives --remove dumpleases /usr/bin/busybox.nosuid update-alternatives --remove env /usr/bin/busybox.nosuid update-alternatives --remove expr /usr/bin/busybox.nosuid update-alternatives --remove find /usr/bin/busybox.nosuid update-alternatives --remove flock /usr/bin/busybox.nosuid update-alternatives --remove free /usr/bin/busybox.nosuid update-alternatives --remove fuser /usr/bin/busybox.nosuid update-alternatives --remove getfattr /usr/bin/busybox.nosuid update-alternatives --remove groups /usr/bin/busybox.nosuid update-alternatives --remove head /usr/bin/busybox.nosuid update-alternatives --remove hexdump /usr/bin/busybox.nosuid update-alternatives --remove id /usr/bin/busybox.nosuid update-alternatives --remove killall /usr/bin/busybox.nosuid update-alternatives --remove less /usr/bin/busybox.nosuid update-alternatives --remove logger /usr/bin/busybox.nosuid update-alternatives --remove logname /usr/bin/busybox.nosuid update-alternatives --remove lzcat /usr/bin/busybox.nosuid update-alternatives --remove md5sum /usr/bin/busybox.nosuid update-alternatives --remove mesg /usr/bin/busybox.nosuid update-alternatives --remove microcom /usr/bin/busybox.nosuid update-alternatives --remove mkfifo /usr/bin/busybox.nosuid update-alternatives --remove nc /usr/bin/busybox.nosuid update-alternatives --remove nohup /usr/bin/busybox.nosuid update-alternatives --remove nproc /usr/bin/busybox.nosuid update-alternatives --remove nslookup /usr/bin/busybox.nosuid update-alternatives --remove od /usr/bin/busybox.nosuid update-alternatives --remove openvt /usr/bin/busybox.nosuid update-alternatives --remove patch /usr/bin/busybox.nosuid update-alternatives --remove pgrep /usr/bin/busybox.nosuid update-alternatives --remove printf /usr/bin/busybox.nosuid update-alternatives --remove readlink /usr/bin/busybox.nosuid update-alternatives --remove realpath /usr/bin/busybox.nosuid update-alternatives --remove renice /usr/bin/busybox.nosuid update-alternatives --remove reset /usr/bin/busybox.nosuid update-alternatives --remove resize /usr/bin/busybox.nosuid update-alternatives --remove seq /usr/bin/busybox.nosuid update-alternatives --remove setsid /usr/bin/busybox.nosuid update-alternatives --remove sha1sum /usr/bin/busybox.nosuid update-alternatives --remove sha256sum /usr/bin/busybox.nosuid update-alternatives --remove shuf /usr/bin/busybox.nosuid update-alternatives --remove sort /usr/bin/busybox.nosuid update-alternatives --remove strings /usr/bin/busybox.nosuid update-alternatives --remove tail /usr/bin/busybox.nosuid update-alternatives --remove tee /usr/bin/busybox.nosuid update-alternatives --remove telnet /usr/bin/busybox.nosuid update-alternatives --remove test /usr/bin/busybox.nosuid update-alternatives --remove tftp /usr/bin/busybox.nosuid update-alternatives --remove time /usr/bin/busybox.nosuid update-alternatives --remove top /usr/bin/busybox.nosuid update-alternatives --remove tr /usr/bin/busybox.nosuid update-alternatives --remove ts /usr/bin/busybox.nosuid update-alternatives --remove tty /usr/bin/busybox.nosuid update-alternatives --remove uniq /usr/bin/busybox.nosuid update-alternatives --remove unlink /usr/bin/busybox.nosuid update-alternatives --remove unzip /usr/bin/busybox.nosuid update-alternatives --remove uptime /usr/bin/busybox.nosuid update-alternatives --remove users /usr/bin/busybox.nosuid update-alternatives --remove wc /usr/bin/busybox.nosuid update-alternatives --remove wget /usr/bin/busybox.nosuid update-alternatives --remove which /usr/bin/busybox.nosuid update-alternatives --remove who /usr/bin/busybox.nosuid update-alternatives --remove whoami /usr/bin/busybox.nosuid update-alternatives --remove xargs /usr/bin/busybox.nosuid update-alternatives --remove xzcat /usr/bin/busybox.nosuid update-alternatives --remove yes /usr/bin/busybox.nosuid update-alternatives --remove addgroup /usr/bin/busybox.nosuid update-alternatives --remove adduser /usr/bin/busybox.nosuid update-alternatives --remove chroot /usr/bin/busybox.nosuid update-alternatives --remove delgroup /usr/bin/busybox.nosuid update-alternatives --remove deluser /usr/bin/busybox.nosuid update-alternatives --remove fbset /usr/bin/busybox.nosuid update-alternatives --remove loadfont /usr/bin/busybox.nosuid update-alternatives --remove rdate /usr/bin/busybox.nosuid update-alternatives --remove rfkill /usr/bin/busybox.nosuid update-alternatives --remove udhcpd /usr/bin/busybox.nosuid update-alternatives --remove login /usr/bin/busybox.suid update-alternatives --remove ping /usr/bin/busybox.suid update-alternatives --remove ping6 /usr/bin/busybox.suid update-alternatives --remove su /usr/bin/busybox.suid update-alternatives --remove passwd /usr/bin/busybox.suid update-alternatives --remove traceroute /usr/bin/busybox.suid update-alternatives --remove vlock /usr/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 /usr/bin/busybox $tmpdir/[ ln -s /usr/bin/busybox $tmpdir/test ln -s /usr/bin/busybox $tmpdir/head ln -s /usr/bin/busybox $tmpdir/sh ln -s /usr/bin/busybox $tmpdir/basename ln -s /usr/bin/busybox $tmpdir/echo ln -s /usr/bin/busybox $tmpdir/mv ln -s /usr/bin/busybox $tmpdir/ln ln -s /usr/bin/busybox $tmpdir/dirname ln -s /usr/bin/busybox $tmpdir/rm ln -s /usr/bin/busybox $tmpdir/sed ln -s /usr/bin/busybox $tmpdir/sort ln -s /usr/bin/busybox $tmpdir/grep ln -s /usr/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 /usr/bin/busybox.nosuid update-alternatives --remove base32 /usr/bin/busybox.nosuid update-alternatives --remove cat /usr/bin/busybox.nosuid update-alternatives --remove chattr /usr/bin/busybox.nosuid update-alternatives --remove chgrp /usr/bin/busybox.nosuid update-alternatives --remove chmod /usr/bin/busybox.nosuid update-alternatives --remove chown /usr/bin/busybox.nosuid update-alternatives --remove cp /usr/bin/busybox.nosuid update-alternatives --remove cpio /usr/bin/busybox.nosuid update-alternatives --remove date /usr/bin/busybox.nosuid update-alternatives --remove dd /usr/bin/busybox.nosuid update-alternatives --remove df /usr/bin/busybox.nosuid update-alternatives --remove dmesg /usr/bin/busybox.nosuid update-alternatives --remove dnsdomainname /usr/bin/busybox.nosuid update-alternatives --remove dumpkmap /usr/bin/busybox.nosuid update-alternatives --remove echo /usr/bin/busybox.nosuid update-alternatives --remove egrep /usr/bin/busybox.nosuid update-alternatives --remove false /usr/bin/busybox.nosuid update-alternatives --remove fgrep /usr/bin/busybox.nosuid update-alternatives --remove getopt /usr/bin/busybox.nosuid update-alternatives --remove grep /usr/bin/busybox.nosuid update-alternatives --remove gunzip /usr/bin/busybox.nosuid update-alternatives --remove gzip /usr/bin/busybox.nosuid update-alternatives --remove hostname /usr/bin/busybox.nosuid update-alternatives --remove kill /usr/bin/busybox.nosuid update-alternatives --remove ln /usr/bin/busybox.nosuid update-alternatives --remove ls /usr/bin/busybox.nosuid update-alternatives --remove mkdir /usr/bin/busybox.nosuid update-alternatives --remove mknod /usr/bin/busybox.nosuid update-alternatives --remove mktemp /usr/bin/busybox.nosuid update-alternatives --remove more /usr/bin/busybox.nosuid update-alternatives --remove mount /usr/bin/busybox.nosuid update-alternatives --remove mountpoint /usr/bin/busybox.nosuid update-alternatives --remove mv /usr/bin/busybox.nosuid update-alternatives --remove pidof /usr/bin/busybox.nosuid update-alternatives --remove ps /usr/bin/busybox.nosuid update-alternatives --remove pwd /usr/bin/busybox.nosuid update-alternatives --remove rev /usr/bin/busybox.nosuid update-alternatives --remove rm /usr/bin/busybox.nosuid update-alternatives --remove rmdir /usr/bin/busybox.nosuid update-alternatives --remove run-parts /usr/bin/busybox.nosuid update-alternatives --remove sed /usr/bin/busybox.nosuid update-alternatives --remove sh /usr/bin/busybox.nosuid update-alternatives --remove sleep /usr/bin/busybox.nosuid update-alternatives --remove stat /usr/bin/busybox.nosuid update-alternatives --remove stty /usr/bin/busybox.nosuid update-alternatives --remove sync /usr/bin/busybox.nosuid update-alternatives --remove tar /usr/bin/busybox.nosuid update-alternatives --remove touch /usr/bin/busybox.nosuid update-alternatives --remove true /usr/bin/busybox.nosuid update-alternatives --remove umount /usr/bin/busybox.nosuid update-alternatives --remove uname /usr/bin/busybox.nosuid update-alternatives --remove usleep /usr/bin/busybox.nosuid update-alternatives --remove vi /usr/bin/busybox.nosuid update-alternatives --remove watch /usr/bin/busybox.nosuid update-alternatives --remove zcat /usr/bin/busybox.nosuid update-alternatives --remove blkid /usr/bin/busybox.nosuid update-alternatives --remove depmod /usr/bin/busybox.nosuid update-alternatives --remove fdisk /usr/bin/busybox.nosuid update-alternatives --remove fsck /usr/bin/busybox.nosuid update-alternatives --remove fstrim /usr/bin/busybox.nosuid update-alternatives --remove getty /usr/bin/busybox.nosuid update-alternatives --remove hwclock /usr/bin/busybox.nosuid update-alternatives --remove ifdown /usr/bin/busybox.nosuid update-alternatives --remove ifup /usr/bin/busybox.nosuid update-alternatives --remove insmod /usr/bin/busybox.nosuid update-alternatives --remove ip /usr/bin/busybox.nosuid update-alternatives --remove loadkmap /usr/bin/busybox.nosuid update-alternatives --remove logread /usr/bin/busybox.nosuid update-alternatives --remove losetup /usr/bin/busybox.nosuid update-alternatives --remove lsmod /usr/bin/busybox.nosuid update-alternatives --remove mkswap /usr/bin/busybox.nosuid update-alternatives --remove modprobe /usr/bin/busybox.nosuid update-alternatives --remove pivot_root /usr/bin/busybox.nosuid update-alternatives --remove reboot /usr/bin/busybox.nosuid update-alternatives --remove rmmod /usr/bin/busybox.nosuid update-alternatives --remove setconsole /usr/bin/busybox.nosuid update-alternatives --remove start-stop-daemon /usr/bin/busybox.nosuid update-alternatives --remove sulogin /usr/bin/busybox.nosuid update-alternatives --remove swapoff /usr/bin/busybox.nosuid update-alternatives --remove swapon /usr/bin/busybox.nosuid update-alternatives --remove switch_root /usr/bin/busybox.nosuid update-alternatives --remove sysctl /usr/bin/busybox.nosuid update-alternatives --remove udhcpc /usr/bin/busybox.nosuid update-alternatives --remove lbracket /usr/bin/busybox.nosuid update-alternatives --remove [[ /usr/bin/busybox.nosuid update-alternatives --remove ascii /usr/bin/busybox.nosuid update-alternatives --remove awk /usr/bin/busybox.nosuid update-alternatives --remove basename /usr/bin/busybox.nosuid update-alternatives --remove bunzip2 /usr/bin/busybox.nosuid update-alternatives --remove bzcat /usr/bin/busybox.nosuid update-alternatives --remove bzip2 /usr/bin/busybox.nosuid update-alternatives --remove chvt /usr/bin/busybox.nosuid update-alternatives --remove clear /usr/bin/busybox.nosuid update-alternatives --remove cmp /usr/bin/busybox.nosuid update-alternatives --remove crc32 /usr/bin/busybox.nosuid update-alternatives --remove cut /usr/bin/busybox.nosuid update-alternatives --remove dc /usr/bin/busybox.nosuid update-alternatives --remove deallocvt /usr/bin/busybox.nosuid update-alternatives --remove diff /usr/bin/busybox.nosuid update-alternatives --remove dirname /usr/bin/busybox.nosuid update-alternatives --remove du /usr/bin/busybox.nosuid update-alternatives --remove dumpleases /usr/bin/busybox.nosuid update-alternatives --remove env /usr/bin/busybox.nosuid update-alternatives --remove expr /usr/bin/busybox.nosuid update-alternatives --remove find /usr/bin/busybox.nosuid update-alternatives --remove flock /usr/bin/busybox.nosuid update-alternatives --remove free /usr/bin/busybox.nosuid update-alternatives --remove fuser /usr/bin/busybox.nosuid update-alternatives --remove getfattr /usr/bin/busybox.nosuid update-alternatives --remove groups /usr/bin/busybox.nosuid update-alternatives --remove head /usr/bin/busybox.nosuid update-alternatives --remove hexdump /usr/bin/busybox.nosuid update-alternatives --remove id /usr/bin/busybox.nosuid update-alternatives --remove killall /usr/bin/busybox.nosuid update-alternatives --remove less /usr/bin/busybox.nosuid update-alternatives --remove logger /usr/bin/busybox.nosuid update-alternatives --remove logname /usr/bin/busybox.nosuid update-alternatives --remove lzcat /usr/bin/busybox.nosuid update-alternatives --remove md5sum /usr/bin/busybox.nosuid update-alternatives --remove mesg /usr/bin/busybox.nosuid update-alternatives --remove microcom /usr/bin/busybox.nosuid update-alternatives --remove mkfifo /usr/bin/busybox.nosuid update-alternatives --remove nc /usr/bin/busybox.nosuid update-alternatives --remove nohup /usr/bin/busybox.nosuid update-alternatives --remove nproc /usr/bin/busybox.nosuid update-alternatives --remove nslookup /usr/bin/busybox.nosuid update-alternatives --remove od /usr/bin/busybox.nosuid update-alternatives --remove openvt /usr/bin/busybox.nosuid update-alternatives --remove patch /usr/bin/busybox.nosuid update-alternatives --remove pgrep /usr/bin/busybox.nosuid update-alternatives --remove printf /usr/bin/busybox.nosuid update-alternatives --remove readlink /usr/bin/busybox.nosuid update-alternatives --remove realpath /usr/bin/busybox.nosuid update-alternatives --remove renice /usr/bin/busybox.nosuid update-alternatives --remove reset /usr/bin/busybox.nosuid update-alternatives --remove resize /usr/bin/busybox.nosuid update-alternatives --remove seq /usr/bin/busybox.nosuid update-alternatives --remove setsid /usr/bin/busybox.nosuid update-alternatives --remove sha1sum /usr/bin/busybox.nosuid update-alternatives --remove sha256sum /usr/bin/busybox.nosuid update-alternatives --remove shuf /usr/bin/busybox.nosuid update-alternatives --remove sort /usr/bin/busybox.nosuid update-alternatives --remove strings /usr/bin/busybox.nosuid update-alternatives --remove tail /usr/bin/busybox.nosuid update-alternatives --remove tee /usr/bin/busybox.nosuid update-alternatives --remove telnet /usr/bin/busybox.nosuid update-alternatives --remove test /usr/bin/busybox.nosuid update-alternatives --remove tftp /usr/bin/busybox.nosuid update-alternatives --remove time /usr/bin/busybox.nosuid update-alternatives --remove top /usr/bin/busybox.nosuid update-alternatives --remove tr /usr/bin/busybox.nosuid update-alternatives --remove ts /usr/bin/busybox.nosuid update-alternatives --remove tty /usr/bin/busybox.nosuid update-alternatives --remove uniq /usr/bin/busybox.nosuid update-alternatives --remove unlink /usr/bin/busybox.nosuid update-alternatives --remove unzip /usr/bin/busybox.nosuid update-alternatives --remove uptime /usr/bin/busybox.nosuid update-alternatives --remove users /usr/bin/busybox.nosuid update-alternatives --remove wc /usr/bin/busybox.nosuid update-alternatives --remove wget /usr/bin/busybox.nosuid update-alternatives --remove which /usr/bin/busybox.nosuid update-alternatives --remove who /usr/bin/busybox.nosuid update-alternatives --remove whoami /usr/bin/busybox.nosuid update-alternatives --remove xargs /usr/bin/busybox.nosuid update-alternatives --remove xzcat /usr/bin/busybox.nosuid update-alternatives --remove yes /usr/bin/busybox.nosuid update-alternatives --remove addgroup /usr/bin/busybox.nosuid update-alternatives --remove adduser /usr/bin/busybox.nosuid update-alternatives --remove chroot /usr/bin/busybox.nosuid update-alternatives --remove delgroup /usr/bin/busybox.nosuid update-alternatives --remove deluser /usr/bin/busybox.nosuid update-alternatives --remove fbset /usr/bin/busybox.nosuid update-alternatives --remove loadfont /usr/bin/busybox.nosuid update-alternatives --remove rdate /usr/bin/busybox.nosuid update-alternatives --remove rfkill /usr/bin/busybox.nosuid update-alternatives --remove udhcpd /usr/bin/busybox.nosuid update-alternatives --remove login /usr/bin/busybox.suid update-alternatives --remove ping /usr/bin/busybox.suid update-alternatives --remove ping6 /usr/bin/busybox.suid update-alternatives --remove su /usr/bin/busybox.suid update-alternatives --remove passwd /usr/bin/busybox.suid update-alternatives --remove traceroute /usr/bin/busybox.suid update-alternatives --remove vlock /usr/bin/busybox.suid " packages/corei7-64-agl-linux/psplash/psplash: FILELIST: removed "/usr/lib/systemd/system/psplash-start.service", added "/usr/lib/systemd/system/psplash-start@.service /etc/udev/rules.d/fb.rules" packages/corei7-64-agl-linux/psplash/psplash: latest.pkg_postinst changed from "#!/bin/sh set -e if systemctl >/dev/null 2>/dev/null; then OPTS="" if [ -n "$D" ]; then OPTS="--root=$D" fi if [ "enable" = "enable" ]; then for service in psplash-start.service psplash-systemd.service; do systemctl ${OPTS} enable "$service" done for service in ; do systemctl --global ${OPTS} enable "$service" done fi if [ -z "$D" ]; then # Reload only system service manager # --global for daemon-reload is not supported: https://github.com/systemd/systemd/issues/19284 systemctl daemon-reload [ -n "psplash-start.service psplash-systemd.service" ] && \ systemctl preset psplash-start.service psplash-systemd.service [ -n "" ] && \ systemctl --global preset if [ "enable" = "enable" ]; then # --global flag for restart is not supported by systemd (see above) [ -n "psplash-start.service psplash-systemd.service" ] && \ systemctl --no-block restart psplash-start.service psplash-systemd.service fi fi fi " to "#!/bin/sh set -e if systemctl >/dev/null 2>/dev/null; then OPTS="" if [ -n "$D" ]; then OPTS="--root=$D" fi if [ "enable" = "enable" ]; then for service in psplash-start@.service psplash-systemd.service; do systemctl ${OPTS} enable "$service" done for service in ; do systemctl --global ${OPTS} enable "$service" done fi if [ -z "$D" ]; then # Reload only system service manager # --global for daemon-reload is not supported: https://github.com/systemd/systemd/issues/19284 systemctl daemon-reload [ -n "psplash-start@.service psplash-systemd.service" ] && \ systemctl preset psplash-start@.service psplash-systemd.service [ -n "" ] && \ systemctl --global preset if [ "enable" = "enable" ]; then # --global flag for restart is not supported by systemd (see above) [ -n "psplash-start@.service psplash-systemd.service" ] && \ systemctl --no-block restart psplash-start@.service psplash-systemd.service fi fi fi " packages/corei7-64-agl-linux/psplash/psplash: latest.pkg_prerm changed from "#!/bin/sh set -e if systemctl >/dev/null 2>/dev/null; then if [ -z "$D" ]; then if [ -n "psplash-start.service psplash-systemd.service" ]; then systemctl stop psplash-start.service psplash-systemd.service systemctl disable psplash-start.service psplash-systemd.service fi # same as above, --global flag is not supported for stop so do disable only [ -n "" ] && \ systemctl --global disable fi fi " to "#!/bin/sh set -e if systemctl >/dev/null 2>/dev/null; then if [ -z "$D" ]; then if [ -n "psplash-start@.service psplash-systemd.service" ]; then systemctl stop psplash-start@.service psplash-systemd.service systemctl disable psplash-start@.service psplash-systemd.service fi # same as above, --global flag is not supported for stop so do disable only [ -n "" ] && \ systemctl --global disable fi fi " Changes to packages/corei7-64-agl-linux/psplash (sysroot): /usr/lib/systemd/system/psplash-start@.service was added /usr/lib/systemd/system/psplash-start.service was removed packages/corei7-64-agl-linux/python3/python3-misc: FILELIST: added "/usr/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc /usr/lib/python3.13/_apple_support.py" packages/corei7-64-agl-linux/python3/python3-tests: FILELIST: added "/usr/lib/python3.13/test/test_apple.py /usr/lib/python3.13/test/__pycache__/test_xml_dom_xmlbuilder.cpython-313.pyc /usr/lib/python3.13/test/test_xml_dom_xmlbuilder.py /usr/lib/python3.13/test/test_capi/__pycache__/test_import.cpython-313.pyc /usr/lib/python3.13/test/test_capi/test_file.py /usr/lib/python3.13/test/test_capi/test_import.py /usr/lib/python3.13/test/test_capi/__pycache__/test_eval.cpython-313.pyc /usr/lib/python3.13/test/__pycache__/test_apple.cpython-313.pyc /usr/lib/python3.13/test/test_capi/test_eval.py /usr/lib/python3.13/test/test_capi/__pycache__/test_file.cpython-313.pyc" Changes to packages/corei7-64-agl-linux/python3 (sysroot): /usr/lib/python3.13/_apple_support.py was added /usr/lib/python3.13/__pycache__/_apple_support.cpython-313.pyc was added packages/corei7-64-agl-linux/systemd: PACKAGES: added "systemd-systemctl" packages/corei7-64-agl-linux/systemd/systemd-dev: RRECOMMENDS: added "systemd-systemctl-dev" packages/corei7-64-agl-linux/systemd/systemd: RDEPENDS: added "systemd-systemctl" packages/corei7-64-agl-linux/systemd/systemd: FILELIST: removed "/usr/sbin/poweroff /usr/bin/systemctl /usr/sbin/shutdown /usr/sbin/reboot /usr/sbin/halt" packages/corei7-64-agl-linux/systemd/systemd: latest.pkg_postinst changed from "set -e update-alternatives --install /usr/sbin/halt halt /usr/bin/systemctl 300 update-alternatives --install /usr/sbin/reboot reboot /usr/bin/systemctl 300 update-alternatives --install /usr/sbin/shutdown shutdown /usr/bin/systemctl 300 update-alternatives --install /usr/sbin/poweroff poweroff /usr/bin/systemctl 300 update-alternatives --install /etc/resolv.conf resolv-conf /etc/resolv-conf.systemd 50 if true; then sed -e '/^hosts:/s/\s*\//' \ -e 's/\(^hosts:.*\)\(\\)\(.*\)\(\\)\(.*\)/\1\2 myhostname \3\4\5/' \ -i $D/etc/nsswitch.conf fi if true; then sed -e 's#\(^passwd:.*\)#\1 systemd#' \ -e 's#\(^group:.*\)#\1 systemd#' \ -e 's#\(^shadow:.*\)#\1 systemd#' \ -i $D/etc/nsswitch.conf fi if true; then touch $D/usr/lib/clock-epoch fi " to "set -e update-alternatives --install /etc/resolv.conf resolv-conf /etc/resolv-conf.systemd 50 if true; then sed -e '/^hosts:/s/\s*\//' \ -e 's/\(^hosts:.*\)\(\\)\(.*\)\(\\)\(.*\)/\1\2 myhostname \3\4\5/' \ -i $D/etc/nsswitch.conf fi if true; then sed -e 's#\(^passwd:.*\)#\1 systemd#' \ -e 's#\(^group:.*\)#\1 systemd#' \ -e 's#\(^shadow:.*\)#\1 systemd#' \ -i $D/etc/nsswitch.conf fi if true; then touch $D/usr/lib/clock-epoch fi " packages/corei7-64-agl-linux/systemd/systemd: latest.pkg_prerm changed from "set -e if true; then sed -e '/^hosts:/s/\s*\//' \ -e '/^hosts:/s/\s*myhostname//' \ -i $D/etc/nsswitch.conf fi if true; then sed -e '/^passwd:/s#\s*systemd##' \ -e '/^group:/s#\s*systemd##' \ -e '/^shadow:/s#\s*systemd##' \ -i $D/etc/nsswitch.conf fi update-alternatives --remove halt /usr/bin/systemctl update-alternatives --remove reboot /usr/bin/systemctl update-alternatives --remove shutdown /usr/bin/systemctl update-alternatives --remove poweroff /usr/bin/systemctl update-alternatives --remove resolv-conf /etc/resolv-conf.systemd " to "set -e if true; then sed -e '/^hosts:/s/\s*\//' \ -e '/^hosts:/s/\s*myhostname//' \ -i $D/etc/nsswitch.conf fi if true; then sed -e '/^passwd:/s#\s*systemd##' \ -e '/^group:/s#\s*systemd##' \ -e '/^shadow:/s#\s*systemd##' \ -i $D/etc/nsswitch.conf fi update-alternatives --remove resolv-conf /etc/resolv-conf.systemd " packages/qemux86_64-agl-linux/linux-yocto/kernel-base: PKG changed from kernel-6.12.11-yocto-standard to kernel-6.12.13-yocto-standard packages/qemux86_64-agl-linux/linux-yocto/kernel-base: RPROVIDES: removed "kernel-6.12.11-yocto-standard", added "kernel-6.12.13-yocto-standard" packages/qemux86_64-agl-linux/linux-yocto/kernel-base: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb packages/qemux86_64-agl-linux/linux-yocto/kernel-base: latest.pkg_postinst changed from "set -e if [ ! -e "$D/lib/modules/6.12.11-yocto-standard" ]; then mkdir -p $D/lib/modules/6.12.11-yocto-standard fi if [ -n "$D" ]; then depmodwrapper -a -b $D 6.12.11-yocto-standard kernel else depmod -a 6.12.11-yocto-standard fi " to "set -e if [ ! -e "$D/lib/modules/6.12.13-yocto-standard" ]; then mkdir -p $D/lib/modules/6.12.13-yocto-standard fi if [ -n "$D" ]; then depmodwrapper -a -b $D 6.12.13-yocto-standard kernel else depmod -a 6.12.13-yocto-standard fi " packages/qemux86_64-agl-linux/linux-yocto/kernel-dbg: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb packages/qemux86_64-agl-linux/linux-yocto/kernel-dev: FILELIST: removed "/boot/Module.symvers-6.12.11-yocto-standard /boot/config-6.12.11-yocto-standard /boot/System.map-6.12.11-yocto-standard", added "/boot/Module.symvers-6.12.13-yocto-standard /boot/config-6.12.13-yocto-standard /boot/System.map-6.12.13-yocto-standard" packages/qemux86_64-agl-linux/linux-yocto/kernel-dev: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb packages/qemux86_64-agl-linux/linux-yocto/kernel-dev: RRECOMMENDS: removed "kernel-module-sctp-diag-6.12.11-yocto-standard-dev kernel-module-snd-intel-sdw-acpi-6.12.11-yocto-standard-dev kernel-module-sch-sfq-6.12.11-yocto-standard-dev kernel-module-gspca-etoms-6.12.11-yocto-standard-dev kernel-module-cuse-6.12.11-yocto-standard-dev kernel-module-kvm-intel-6.12.11-yocto-standard-dev kernel-module-watchdog-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-3-6.12.11-yocto-standard-dev kernel-module-xfrm4-tunnel-6.12.11-yocto-standard-dev kernel-module-tda8290-6.12.11-yocto-standard-dev kernel-module-can-j1939-6.12.11-yocto-standard-dev kernel-module-tuner-types-6.12.11-yocto-standard-dev kernel-module-nfsd-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-idt-6.12.11-yocto-standard-dev kernel-module-tipc-6.12.11-yocto-standard-dev kernel-module-hci-uart-6.12.11-yocto-standard-dev kernel-module-can-6.12.11-yocto-standard-dev kernel-module-snd-hwdep-6.12.11-yocto-standard-dev kernel-module-romfs-6.12.11-yocto-standard-dev kernel-module-twofish-common-6.12.11-yocto-standard-dev kernel-module-ip6table-mangle-6.12.11-yocto-standard-dev kernel-module-nls-utf8-6.12.11-yocto-standard-dev kernel-module-video-6.12.11-yocto-standard-dev kernel-module-cls-bpf-6.12.11-yocto-standard-dev kernel-module-nls-cp861-6.12.11-yocto-standard-dev kernel-module-snd-mpu401-uart-6.12.11-yocto-standard-dev kernel-module-sch-multiq-6.12.11-yocto-standard-dev kernel-module-wp512-6.12.11-yocto-standard-dev kernel-module-snd-ca0106-6.12.11-yocto-standard-dev kernel-module-8139too-6.12.11-yocto-standard-dev kernel-module-bpa10x-6.12.11-yocto-standard-dev kernel-module-ebt-ip6-6.12.11-yocto-standard-dev kernel-module-gspca-topro-6.12.11-yocto-standard-dev kernel-module-dm9601-6.12.11-yocto-standard-dev kernel-module-ipcomp-6.12.11-yocto-standard-dev kernel-module-atl2-6.12.11-yocto-standard-dev kernel-module-hidp-6.12.11-yocto-standard-dev kernel-module-cdc-ether-6.12.11-yocto-standard-dev kernel-module-rtl818x-pci-6.12.11-yocto-standard-dev kernel-module-snd-ak4114-6.12.11-yocto-standard-dev kernel-module-xt-nfqueue-6.12.11-yocto-standard-dev kernel-module-rt2x00pci-6.12.11-yocto-standard-dev kernel-module-uvcvideo-6.12.11-yocto-standard-dev kernel-module-cfg80211-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard-dev kernel-module-nls-cp775-6.12.11-yocto-standard-dev kernel-module-sch-htb-6.12.11-yocto-standard-dev kernel-module-lan78xx-6.12.11-yocto-standard-dev kernel-module-nls-cp862-6.12.11-yocto-standard-dev kernel-module-binfmt-misc-6.12.11-yocto-standard-dev kernel-module-vmw-vmci-6.12.11-yocto-standard-dev kernel-module-ipt-rpfilter-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-13-6.12.11-yocto-standard-dev kernel-module-rsi-sdio-6.12.11-yocto-standard-dev kernel-module-kset-example-6.12.11-yocto-standard-dev kernel-module-nhc-udp-6.12.11-yocto-standard-dev kernel-module-cordic-6.12.11-yocto-standard-dev kernel-module-michael-mic-6.12.11-yocto-standard-dev kernel-module-gspca-vicam-6.12.11-yocto-standard-dev kernel-module-nf-conncount-6.12.11-yocto-standard-dev kernel-module-brcmsmac-6.12.11-yocto-standard-dev kernel-module-sky2-6.12.11-yocto-standard-dev kernel-module-floppy-6.12.11-yocto-standard-dev kernel-module-wlcore-sdio-6.12.11-yocto-standard-dev kernel-module-xt-nflog-6.12.11-yocto-standard-dev kernel-module-xt-tcpmss-6.12.11-yocto-standard-dev kernel-module-snd-ctxfi-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-si3054-6.12.11-yocto-standard-dev kernel-module-ipt-synproxy-6.12.11-yocto-standard-dev kernel-module-sch-codel-6.12.11-yocto-standard-dev kernel-module-usbnet-6.12.11-yocto-standard-dev kernel-module-ipip-6.12.11-yocto-standard-dev kernel-module-iptable-mangle-6.12.11-yocto-standard-dev kernel-module-rtl8187-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-5-6.12.11-yocto-standard-dev kernel-module-libipw-6.12.11-yocto-standard-dev kernel-module-gma500-gfx-6.12.11-yocto-standard-dev kernel-module-rt2800lib-6.12.11-yocto-standard-dev kernel-module-dma-example-6.12.11-yocto-standard-dev kernel-module-nhc-hop-6.12.11-yocto-standard-dev kernel-module-v4l2-async-6.12.11-yocto-standard-dev kernel-module-mxm-wmi-6.12.11-yocto-standard-dev kernel-module-ebt-pkttype-6.12.11-yocto-standard-dev kernel-module-gspca-sn9c20x-6.12.11-yocto-standard-dev kernel-module-sil164-6.12.11-yocto-standard-dev kernel-module-ip6table-raw-6.12.11-yocto-standard-dev kernel-module-vhost-iotlb-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-hdmi-6.12.11-yocto-standard-dev kernel-module-regmap-i2c-6.12.11-yocto-standard-dev kernel-module-mt7601u-6.12.11-yocto-standard-dev kernel-module-can-dev-6.12.11-yocto-standard-dev kernel-module-drm-suballoc-helper-6.12.11-yocto-standard-dev kernel-module-snd-hdsp-6.12.11-yocto-standard-dev kernel-module-mwl8k-6.12.11-yocto-standard-dev kernel-module-gspca-sunplus-6.12.11-yocto-standard-dev kernel-module-snd-opl3-lib-6.12.11-yocto-standard-dev kernel-module-btmrvl-6.12.11-yocto-standard-dev kernel-module-kprobe-example-6.12.11-yocto-standard-dev kernel-module-snd-ctl-led-6.12.11-yocto-standard-dev kernel-module-phylink-6.12.11-yocto-standard-dev kernel-module-radeon-6.12.11-yocto-standard-dev kernel-module-nfnetlink-log-6.12.11-yocto-standard-dev kernel-module-bcma-6.12.11-yocto-standard-dev kernel-module-skge-6.12.11-yocto-standard-dev kernel-module-ebt-mark-6.12.11-yocto-standard-dev kernel-module-lib80211-crypt-ccmp-6.12.11-yocto-standard-dev kernel-module-trace-events-sample-6.12.11-yocto-standard-dev kernel-module-tuner-simple-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-realtek-6.12.11-yocto-standard-dev kernel-module-sctp-6.12.11-yocto-standard-dev kernel-module-parport-pc-6.12.11-yocto-standard-dev kernel-module-6lowpan-6.12.11-yocto-standard-dev kernel-module-gspca-spca508-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-ca0132-6.12.11-yocto-standard-dev kernel-module-i915-6.12.11-yocto-standard-dev kernel-module-udp-tunnel-6.12.11-yocto-standard-dev kernel-module-ath-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-cirrus-6.12.11-yocto-standard-dev kernel-module-cast6-generic-6.12.11-yocto-standard-dev kernel-module-xt-multiport-6.12.11-yocto-standard-dev kernel-module-sch-teql-6.12.11-yocto-standard-dev kernel-module-gspca-sq930x-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-h323-6.12.11-yocto-standard-dev kernel-module-iwldvm-6.12.11-yocto-standard-dev kernel-module-twofish-generic-6.12.11-yocto-standard-dev kernel-module-uvesafb-6.12.11-yocto-standard-dev kernel-module-crc8-6.12.11-yocto-standard-dev kernel-module-gspca-spca501-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-9-6.12.11-yocto-standard-dev kernel-module-xt-nat-6.12.11-yocto-standard-dev kernel-module-crc-ccitt-6.12.11-yocto-standard-dev kernel-module-snd-usb-us122l-6.12.11-yocto-standard-dev kernel-module-ts-kmp-6.12.11-yocto-standard-dev kernel-module-gspca-sq905-6.12.11-yocto-standard-dev kernel-module-videobuf2-memops-6.12.11-yocto-standard-dev kernel-module-xfrm-user-6.12.11-yocto-standard-dev kernel-module-pegasus-6.12.11-yocto-standard-dev kernel-module-libertas-sdio-6.12.11-yocto-standard-dev kernel-module-snd-util-mem-6.12.11-yocto-standard-dev kernel-module-xt-dscp-6.12.11-yocto-standard-dev kernel-module-v4l2-fwnode-6.12.11-yocto-standard-dev kernel-module-snd-emu10k1-6.12.11-yocto-standard-dev kernel-module-at24-6.12.11-yocto-standard-dev kernel-module-snd-usbmidi-lib-6.12.11-yocto-standard-dev kernel-module-nls-cp855-6.12.11-yocto-standard-dev kernel-module-arp-tables-6.12.11-yocto-standard-dev kernel-module-blowfish-generic-6.12.11-yocto-standard-dev kernel-module-gspca-stv06xx-6.12.11-yocto-standard-dev kernel-module-sch-netem-6.12.11-yocto-standard-dev kernel-module-gspca-t613-6.12.11-yocto-standard-dev kernel-module-snd-atiixp-6.12.11-yocto-standard-dev kernel-module-tunnel6-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-6.12.11-yocto-standard-dev kernel-module-igc-6.12.11-yocto-standard-dev kernel-module-ipt-ah-6.12.11-yocto-standard-dev kernel-module-bnx2x-6.12.11-yocto-standard-dev kernel-module-ipw2200-6.12.11-yocto-standard-dev kernel-module-snd-virtuoso-6.12.11-yocto-standard-dev kernel-module-ebtable-broute-6.12.11-yocto-standard-dev kernel-module-slhc-6.12.11-yocto-standard-dev kernel-module-gspca-ov519-6.12.11-yocto-standard-dev kernel-module-ebt-dnat-6.12.11-yocto-standard-dev kernel-module-esp4-6.12.11-yocto-standard-dev kernel-module-gspca-spca500-6.12.11-yocto-standard-dev kernel-module-lib80211-crypt-tkip-6.12.11-yocto-standard-dev kernel-module-gspca-m5602-6.12.11-yocto-standard-dev kernel-module-gspca-pac207-6.12.11-yocto-standard-dev kernel-module-hso-6.12.11-yocto-standard-dev kernel-module-snd-6.12.11-yocto-standard-dev kernel-module-snd-hdspm-6.12.11-yocto-standard-dev kernel-module-ip6t-rt-6.12.11-yocto-standard-dev kernel-module-pwc-6.12.11-yocto-standard-dev kernel-module-8021q-6.12.11-yocto-standard-dev kernel-module-mwifiex-pcie-6.12.11-yocto-standard-dev kernel-module-videodev-6.12.11-yocto-standard-dev kernel-module-snd-seq-6.12.11-yocto-standard-dev kernel-module-vcan-6.12.11-yocto-standard-dev kernel-module-nhc-routing-6.12.11-yocto-standard-dev kernel-module-udl-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-7-6.12.11-yocto-standard-dev kernel-module-ipt-ecn-6.12.11-yocto-standard-dev kernel-module-xt-length-6.12.11-yocto-standard-dev kernel-module-gspca-sn9c2028-6.12.11-yocto-standard-dev kernel-module-ip-gre-6.12.11-yocto-standard-dev kernel-module-wl18xx-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-via-6.12.11-yocto-standard-dev kernel-module-bluetooth-6lowpan-6.12.11-yocto-standard-dev kernel-module-ebt-mark-m-6.12.11-yocto-standard-dev kernel-module-8139cp-6.12.11-yocto-standard-dev kernel-module-act-mirred-6.12.11-yocto-standard-dev kernel-module-atl1e-6.12.11-yocto-standard-dev kernel-module-snd-usb-hiface-6.12.11-yocto-standard-dev kernel-module-nf-nat-irc-6.12.11-yocto-standard-dev kernel-module-gspca-stv0680-6.12.11-yocto-standard-dev kernel-module-snd-oxygen-6.12.11-yocto-standard-dev kernel-module-nfnetlink-6.12.11-yocto-standard-dev kernel-module-gspca-zc3xx-6.12.11-yocto-standard-dev kernel-module-nls-cp1251-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-15-6.12.11-yocto-standard-dev kernel-module-ppp-async-6.12.11-yocto-standard-dev kernel-module-gspca-vc032x-6.12.11-yocto-standard-dev kernel-module-xfrm-ipcomp-6.12.11-yocto-standard-dev kernel-module-ts-fsm-6.12.11-yocto-standard-dev kernel-module-tg3-6.12.11-yocto-standard-dev kernel-module-rsi-usb-6.12.11-yocto-standard-dev kernel-module-wlcore-6.12.11-yocto-standard-dev kernel-module-bsd-comp-6.12.11-yocto-standard-dev kernel-module-pktgen-6.12.11-yocto-standard-dev kernel-module-softdog-6.12.11-yocto-standard-dev kernel-module-cast-common-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-analog-6.12.11-yocto-standard-dev kernel-module-gspca-tv8532-6.12.11-yocto-standard-dev kernel-module-ip6t-frag-6.12.11-yocto-standard-dev kernel-module-nhc-mobility-6.12.11-yocto-standard-dev kernel-module-snd-opl3-synth-6.12.11-yocto-standard-dev kernel-module-nf-log-syslog-6.12.11-yocto-standard-dev kernel-module-gspca-sq905c-6.12.11-yocto-standard-dev kernel-module-iwlwifi-6.12.11-yocto-standard-dev kernel-module-gspca-pac7311-6.12.11-yocto-standard-dev kernel-module-crc7-6.12.11-yocto-standard-dev kernel-module-rt2800pci-6.12.11-yocto-standard-dev kernel-module-virtio-input-6.12.11-yocto-standard-dev kernel-module-tcrypt-6.12.11-yocto-standard-dev kernel-module-gspca-konica-6.12.11-yocto-standard-dev kernel-module-snd-ac97-codec-6.12.11-yocto-standard-dev kernel-module-nbd-6.12.11-yocto-standard-dev kernel-module-pcnet32-6.12.11-yocto-standard-dev kernel-module-snd-emu10k1-synth-6.12.11-yocto-standard-dev kernel-module-ch7006-6.12.11-yocto-standard-dev kernel-module-ebt-limit-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-irc-6.12.11-yocto-standard-dev kernel-module-ax88179-178a-6.12.11-yocto-standard-dev kernel-module-ebtable-filter-6.12.11-yocto-standard-dev kernel-module-iptable-security-6.12.11-yocto-standard-dev kernel-module-dummy-6.12.11-yocto-standard-dev kernel-module-ebt-redirect-6.12.11-yocto-standard-dev kernel-module-xt-mark-6.12.11-yocto-standard-dev kernel-module-uvc-6.12.11-yocto-standard-dev kernel-module-nls-ascii-6.12.11-yocto-standard-dev kernel-module-zd1211rw-6.12.11-yocto-standard-dev kernel-module-ip6-tunnel-6.12.11-yocto-standard-dev kernel-module-xcbc-6.12.11-yocto-standard-dev kernel-module-snd-hda-intel-6.12.11-yocto-standard-dev kernel-module-xt-connmark-6.12.11-yocto-standard-dev kernel-module-ip6t-eui64-6.12.11-yocto-standard-dev kernel-module-xt-esp-6.12.11-yocto-standard-dev kernel-module-snd-pcm-6.12.11-yocto-standard-dev kernel-module-ebt-nflog-6.12.11-yocto-standard-dev kernel-module-sch-gred-6.12.11-yocto-standard-dev kernel-module-blowfish-common-6.12.11-yocto-standard-dev kernel-module-iptable-raw-6.12.11-yocto-standard-dev kernel-module-xt-hashlimit-6.12.11-yocto-standard-dev kernel-module-snd-intel-dspcfg-6.12.11-yocto-standard-dev kernel-module-drm-buddy-6.12.11-yocto-standard-dev kernel-module-tda18271-6.12.11-yocto-standard-dev kernel-module-ax88796b-6.12.11-yocto-standard-dev kernel-module-gspca-sonixb-6.12.11-yocto-standard-dev kernel-module-libarc4-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-2-6.12.11-yocto-standard-dev kernel-module-sch-fq-codel-6.12.11-yocto-standard-dev kernel-module-nf-nat-tftp-6.12.11-yocto-standard-dev kernel-module-vmw-balloon-6.12.11-yocto-standard-dev kernel-module-mc44s803-6.12.11-yocto-standard-dev kernel-module-gspca-spca1528-6.12.11-yocto-standard-dev kernel-module-snd-hda-scodec-component-6.12.11-yocto-standard-dev kernel-module-mwifiex-usb-6.12.11-yocto-standard-dev kernel-module-snd-seq-midi-6.12.11-yocto-standard-dev kernel-module-ebt-802-3-6.12.11-yocto-standard-dev kernel-module-igbvf-6.12.11-yocto-standard-dev kernel-module-ip6t-hbh-6.12.11-yocto-standard-dev kernel-module-ebt-vlan-6.12.11-yocto-standard-dev kernel-module-xc4000-6.12.11-yocto-standard-dev kernel-module-nls-cp874-6.12.11-yocto-standard-dev kernel-module-nf-nat-h323-6.12.11-yocto-standard-dev kernel-module-nls-koi8-r-6.12.11-yocto-standard-dev kernel-module-snd-oxygen-lib-6.12.11-yocto-standard-dev kernel-module-gspca-spca505-6.12.11-yocto-standard-dev kernel-module-eeprom-93cx6-6.12.11-yocto-standard-dev kernel-module-snd-usb-usx2y-6.12.11-yocto-standard-dev kernel-module-bcm203x-6.12.11-yocto-standard-dev kernel-module-snd-atiixp-modem-6.12.11-yocto-standard-dev kernel-module-sch-tbf-6.12.11-yocto-standard-dev kernel-module-wl1251-6.12.11-yocto-standard-dev kernel-module-v4l2-dv-timings-6.12.11-yocto-standard-dev kernel-module-gspca-benq-6.12.11-yocto-standard-dev kernel-module-gspca-spca561-6.12.11-yocto-standard-dev kernel-module-smsc-6.12.11-yocto-standard-dev kernel-module-xt-hl-6.12.11-yocto-standard-dev kernel-module-nls-cp1250-6.12.11-yocto-standard-dev kernel-module-snd-intel8x0-6.12.11-yocto-standard-dev kernel-module-ebtable-nat-6.12.11-yocto-standard-dev kernel-module-parport-6.12.11-yocto-standard-dev kernel-module-smsc75xx-6.12.11-yocto-standard-dev kernel-module-snd-ice1724-6.12.11-yocto-standard-dev kernel-module-nls-cp869-6.12.11-yocto-standard-dev kernel-module-mt20xx-6.12.11-yocto-standard-dev kernel-module-algif-aead-6.12.11-yocto-standard-dev kernel-module-nouveau-6.12.11-yocto-standard-dev kernel-module-gspca-se401-6.12.11-yocto-standard-dev kernel-module-algif-skcipher-6.12.11-yocto-standard-dev kernel-module-mc-6.12.11-yocto-standard-dev kernel-module-nf-synproxy-core-6.12.11-yocto-standard-dev kernel-module-vgem-6.12.11-yocto-standard-dev kernel-module-nls-koi8-u-6.12.11-yocto-standard-dev kernel-module-tipc-diag-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard-dev kernel-module-ip-tables-6.12.11-yocto-standard-dev kernel-module-xt-u32-6.12.11-yocto-standard-dev kernel-module-r8153-ecm-6.12.11-yocto-standard-dev kernel-module-nls-cp737-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-6.12.11-yocto-standard-dev kernel-module-btsdio-6.12.11-yocto-standard-dev kernel-module-fuse-6.12.11-yocto-standard-dev kernel-module-nls-cp860-6.12.11-yocto-standard-dev kernel-module-cirrus-6.12.11-yocto-standard-dev kernel-module-mac80211-6.12.11-yocto-standard-dev kernel-module-tea5767-6.12.11-yocto-standard-dev kernel-module-xt-ecn-6.12.11-yocto-standard-dev kernel-module-gspca-nw80x-6.12.11-yocto-standard-dev kernel-module-nf-nat-amanda-6.12.11-yocto-standard-dev kernel-module-ebt-among-6.12.11-yocto-standard-dev kernel-module-ts-bm-6.12.11-yocto-standard-dev kernel-module-x-tables-6.12.11-yocto-standard-dev kernel-module-bytestream-example-6.12.11-yocto-standard-dev kernel-module-nfnetlink-queue-6.12.11-yocto-standard-dev kernel-module-ebt-snat-6.12.11-yocto-standard-dev kernel-module-gspca-ov534-9-6.12.11-yocto-standard-dev kernel-module-s2255drv-6.12.11-yocto-standard-dev kernel-module-snd-ak4xxx-adda-6.12.11-yocto-standard-dev kernel-module-ip6table-filter-6.12.11-yocto-standard-dev kernel-module-nhc-dest-6.12.11-yocto-standard-dev kernel-module-snd-hda-core-6.12.11-yocto-standard-dev kernel-module-nls-cp950-6.12.11-yocto-standard-dev kernel-module-xt-state-6.12.11-yocto-standard-dev kernel-module-ath9k-common-6.12.11-yocto-standard-dev kernel-module-gspca-xirlink-cit-6.12.11-yocto-standard-dev kernel-module-nf-nat-ftp-6.12.11-yocto-standard-dev kernel-module-rt2x00lib-6.12.11-yocto-standard-dev kernel-module-iwlmvm-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-conexant-6.12.11-yocto-standard-dev kernel-module-ebt-stp-6.12.11-yocto-standard-dev kernel-module-cast5-generic-6.12.11-yocto-standard-dev kernel-module-ip6-tables-6.12.11-yocto-standard-dev kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard-dev kernel-module-xt-connbytes-6.12.11-yocto-standard-dev kernel-module-drm-exec-6.12.11-yocto-standard-dev kernel-module-snd-rawmidi-6.12.11-yocto-standard-dev kernel-module-nls-cp852-6.12.11-yocto-standard-dev kernel-module-gspca-cpia1-6.12.11-yocto-standard-dev kernel-module-videobuf2-vmalloc-6.12.11-yocto-standard-dev kernel-module-ipcomp6-6.12.11-yocto-standard-dev kernel-module-nls-koi8-ru-6.12.11-yocto-standard-dev kernel-module-wmi-6.12.11-yocto-standard-dev kernel-module-smsc95xx-6.12.11-yocto-standard-dev kernel-module-atl1-6.12.11-yocto-standard-dev kernel-module-ebt-arp-6.12.11-yocto-standard-dev kernel-module-dl2k-6.12.11-yocto-standard-dev kernel-module-xt-sctp-6.12.11-yocto-standard-dev kernel-module-alx-6.12.11-yocto-standard-dev kernel-module-ip6-udp-tunnel-6.12.11-yocto-standard-dev kernel-module-arpt-mangle-6.12.11-yocto-standard-dev kernel-module-gspca-jeilinj-6.12.11-yocto-standard-dev kernel-module-sch-hfsc-6.12.11-yocto-standard-dev kernel-module-soundcore-6.12.11-yocto-standard-dev kernel-module-nf-reject-ipv4-6.12.11-yocto-standard-dev kernel-module-snd-seq-midi-event-6.12.11-yocto-standard-dev kernel-module-rfcomm-6.12.11-yocto-standard-dev kernel-module-snd-cs8427-6.12.11-yocto-standard-dev kernel-module-record-example-6.12.11-yocto-standard-dev kernel-module-snd-aloop-6.12.11-yocto-standard-dev kernel-module-ipw2100-6.12.11-yocto-standard-dev kernel-module-tda827x-6.12.11-yocto-standard-dev kernel-module-can-raw-6.12.11-yocto-standard-dev kernel-module-xt-tcpudp-6.12.11-yocto-standard-dev kernel-module-cdc-subset-6.12.11-yocto-standard-dev kernel-module-arptable-filter-6.12.11-yocto-standard-dev kernel-module-gpu-sched-6.12.11-yocto-standard-dev kernel-module-gspca-finepix-6.12.11-yocto-standard-dev kernel-module-usb8xxx-6.12.11-yocto-standard-dev kernel-module-cls-flower-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-cmedia-6.12.11-yocto-standard-dev kernel-module-ath9k-hw-6.12.11-yocto-standard-dev kernel-module-algif-rng-6.12.11-yocto-standard-dev kernel-module-lib80211-6.12.11-yocto-standard-dev kernel-module-af-key-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard-dev kernel-module-snd-i2c-6.12.11-yocto-standard-dev kernel-module-xt-quota-6.12.11-yocto-standard-dev kernel-module-snd-seq-device-6.12.11-yocto-standard-dev kernel-module-xc5000-6.12.11-yocto-standard-dev kernel-module-ip6table-nat-6.12.11-yocto-standard-dev kernel-module-gspca-mars-6.12.11-yocto-standard-dev kernel-module-i2c-mux-6.12.11-yocto-standard-dev kernel-module-tda9887-6.12.11-yocto-standard-dev kernel-module-gspca-kinect-6.12.11-yocto-standard-dev kernel-module-x86-pkg-temp-thermal-6.12.11-yocto-standard-dev kernel-module-xt-comment-6.12.11-yocto-standard-dev kernel-module-nls-cp936-6.12.11-yocto-standard-dev kernel-module-drm-display-helper-6.12.11-yocto-standard-dev kernel-module-ip6t-ipv6header-6.12.11-yocto-standard-dev kernel-module-ebt-ip-6.12.11-yocto-standard-dev kernel-module-rt2800mmio-6.12.11-yocto-standard-dev kernel-module-kretprobe-example-6.12.11-yocto-standard-dev kernel-module-ppp-deflate-6.12.11-yocto-standard-dev kernel-module-sch-ingress-6.12.11-yocto-standard-dev kernel-module-snd-seq-midi-emul-6.12.11-yocto-standard-dev kernel-module-pppox-6.12.11-yocto-standard-dev kernel-module-rt2x00mmio-6.12.11-yocto-standard-dev kernel-module-btrsi-6.12.11-yocto-standard-dev kernel-module-rndis-host-6.12.11-yocto-standard-dev kernel-module-rtl8150-6.12.11-yocto-standard-dev kernel-module-snd-cmipci-6.12.11-yocto-standard-dev kernel-module-brcmfmac-cyw-6.12.11-yocto-standard-dev kernel-module-ath9k-6.12.11-yocto-standard-dev kernel-module-kobject-example-6.12.11-yocto-standard-dev kernel-module-libertas-6.12.11-yocto-standard-dev kernel-module-gre-6.12.11-yocto-standard-dev kernel-module-gspca-spca506-6.12.11-yocto-standard-dev kernel-module-lib80211-crypt-wep-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-sip-6.12.11-yocto-standard-dev kernel-module-backlight-6.12.11-yocto-standard-dev kernel-module-nls-euc-jp-6.12.11-yocto-standard-dev kernel-module-iptable-nat-6.12.11-yocto-standard-dev kernel-module-snd-ice1712-6.12.11-yocto-standard-dev kernel-module-vmw-vsock-vmci-transport-6.12.11-yocto-standard-dev kernel-module-drm-gpuvm-6.12.11-yocto-standard-dev kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard-dev kernel-module-nhc-ipv6-6.12.11-yocto-standard-dev kernel-module-snd-dummy-6.12.11-yocto-standard-dev kernel-module-xt-limit-6.12.11-yocto-standard-dev kernel-module-mdio-6.12.11-yocto-standard-dev kernel-module-xfrm6-tunnel-6.12.11-yocto-standard-dev kernel-module-xt-netmap-6.12.11-yocto-standard-dev kernel-module-snd-usb-audio-6.12.11-yocto-standard-dev kernel-module-kaweth-6.12.11-yocto-standard-dev kernel-module-nls-cp857-6.12.11-yocto-standard-dev kernel-module-ipheth-6.12.11-yocto-standard-dev kernel-module-zaurus-6.12.11-yocto-standard-dev kernel-module-bfusb-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard-dev kernel-6.12.11-yocto-standard-dev kernel-module-nls-cp864-6.12.11-yocto-standard-dev kernel-module-xt-log-6.12.11-yocto-standard-dev kernel-module-wmi-bmof-6.12.11-yocto-standard-dev kernel-module-xt-string-6.12.11-yocto-standard-dev kernel-module-serpent-generic-6.12.11-yocto-standard-dev kernel-module-iptable-filter-6.12.11-yocto-standard-dev kernel-module-hci-vhci-6.12.11-yocto-standard-dev kernel-module-gspca-gl860-6.12.11-yocto-standard-dev kernel-module-xt-realm-6.12.11-yocto-standard-dev kernel-module-gspca-pac7302-6.12.11-yocto-standard-dev kernel-module-cdc-eem-6.12.11-yocto-standard-dev kernel-module-videobuf2-common-6.12.11-yocto-standard-dev kernel-module-data-breakpoint-6.12.11-yocto-standard-dev kernel-module-xc2028-6.12.11-yocto-standard-dev kernel-module-gspca-main-6.12.11-yocto-standard-dev kernel-module-rtl8xxxu-6.12.11-yocto-standard-dev kernel-module-atl1c-6.12.11-yocto-standard-dev kernel-module-snd-rme96-6.12.11-yocto-standard-dev kernel-module-inttype-example-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-ca0110-6.12.11-yocto-standard-dev kernel-module-snd-rme9652-6.12.11-yocto-standard-dev kernel-module-act-skbedit-6.12.11-yocto-standard-dev kernel-module-btmrvl-sdio-6.12.11-yocto-standard-dev kernel-module-configfs-6.12.11-yocto-standard-dev kernel-module-xt-policy-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-14-6.12.11-yocto-standard-dev kernel-module-snd-ens1371-6.12.11-yocto-standard-dev kernel-module-typhoon-6.12.11-yocto-standard-dev kernel-module-brcmfmac-wcc-6.12.11-yocto-standard-dev kernel-module-bnxt-en-6.12.11-yocto-standard-dev kernel-module-gspca-ov534-6.12.11-yocto-standard-dev kernel-module-snd-ak4113-6.12.11-yocto-standard-dev kernel-module-trace-printk-6.12.11-yocto-standard-dev kernel-module-mcs7830-6.12.11-yocto-standard-dev kernel-module-nls-cp865-6.12.11-yocto-standard-dev kernel-module-mwifiex-6.12.11-yocto-standard-dev kernel-module-snd-hda-codec-generic-6.12.11-yocto-standard-dev kernel-module-nf-nat-6.12.11-yocto-standard-dev kernel-module-nls-cp866-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-6-6.12.11-yocto-standard-dev kernel-module-tun-6.12.11-yocto-standard-dev kernel-module-xt-statistic-6.12.11-yocto-standard-dev kernel-module-xt-conntrack-6.12.11-yocto-standard-dev kernel-module-videobuf2-v4l2-6.12.11-yocto-standard-dev kernel-module-ath5k-6.12.11-yocto-standard-dev kernel-module-ebt-arpreply-6.12.11-yocto-standard-dev kernel-module-snd-pt2258-6.12.11-yocto-standard-dev kernel-module-gspca-mr97310a-6.12.11-yocto-standard-dev kernel-module-nf-nat-pptp-6.12.11-yocto-standard-dev kernel-module-xt-pkttype-6.12.11-yocto-standard-dev kernel-module-brcmutil-6.12.11-yocto-standard-dev kernel-module-nls-cp850-6.12.11-yocto-standard-dev kernel-module-pppoe-6.12.11-yocto-standard-dev kernel-module-vhost-6.12.11-yocto-standard-dev kernel-module-usbtouchscreen-6.12.11-yocto-standard-dev kernel-module-configfs-sample-6.12.11-yocto-standard-dev kernel-module-can-bcm-6.12.11-yocto-standard-dev kernel-module-gspca-conex-6.12.11-yocto-standard-dev kernel-module-gspca-sonixj-6.12.11-yocto-standard-dev kernel-module-sch-red-6.12.11-yocto-standard-dev kernel-module-snd-ice17xx-ak4xxx-6.12.11-yocto-standard-dev kernel-module-snd-timer-6.12.11-yocto-standard-dev kernel-module-dvb-core-6.12.11-yocto-standard-dev kernel-module-nhc-fragment-6.12.11-yocto-standard-dev kernel-module-ipt-reject-6.12.11-yocto-standard-dev kernel-module-can-gw-6.12.11-yocto-standard-dev kernel-module-snd-ens1370-6.12.11-yocto-standard-dev kernel-module-ppp-synctty-6.12.11-yocto-standard-dev kernel-module-gspca-jl2005bcd-6.12.11-yocto-standard-dev kernel-module-kvm-6.12.11-yocto-standard-dev kernel-module-asix-6.12.11-yocto-standard-dev kernel-module-nls-cp1255-6.12.11-yocto-standard-dev kernel-module-tea5761-6.12.11-yocto-standard-dev kernel-module-ah4-6.12.11-yocto-standard-dev kernel-module-nf-nat-sip-6.12.11-yocto-standard-dev kernel-module-catc-6.12.11-yocto-standard-dev kernel-module-ebtables-6.12.11-yocto-standard-dev kernel-module-snd-seq-virmidi-6.12.11-yocto-standard-dev kernel-module-rsi-91x-6.12.11-yocto-standard-dev kernel-module-snd-emu10k1x-6.12.11-yocto-standard-dev kernel-module-wl12xx-6.12.11-yocto-standard-dev kernel-module-r8152-6.12.11-yocto-standard-dev kernel-module-bonding-6.12.11-yocto-standard-dev kernel-module-act-bpf-6.12.11-yocto-standard-dev kernel-module-xt-redirect-6.12.11-yocto-standard-dev kernel-module-nls-iso8859-4-6.12.11-yocto-standard-dev kernel-module-ebt-log-6.12.11-yocto-standard-dev kernel-module-xt-classify-6.12.11-yocto-standard-dev kernel-module-nls-cp863-6.12.11-yocto-standard-dev kernel-module-cdc-ncm-6.12.11-yocto-standard-dev kernel-module-microchip-6.12.11-yocto-standard-dev kernel-module-snd-hrtimer-6.12.11-yocto-standard-dev kernel-module-xt-helper-6.12.11-yocto-standard-dev kernel-module-xt-connlimit-6.12.11-yocto-standard-dev kernel-module-lp-6.12.11-yocto-standard-dev kernel-module-ppp-generic-6.12.11-yocto-standard-dev kernel-module-brcmfmac-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard-dev kernel-module-nls-cp932-6.12.11-yocto-standard-dev kernel-module-camellia-generic-6.12.11-yocto-standard-dev kernel-module-vhost-net-6.12.11-yocto-standard-dev kernel-module-net1080-6.12.11-yocto-standard-dev kernel-module-sr9800-6.12.11-yocto-standard-dev kernel-module-slip-6.12.11-yocto-standard-dev kernel-module-bnep-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard-dev kernel-module-brcmfmac-bca-6.12.11-yocto-standard-dev kernel-module-xt-mac-6.12.11-yocto-standard-dev kernel-module-sch-prio-6.12.11-yocto-standard-dev kernel-module-xt-masquerade-6.12.11-yocto-standard-dev kernel-module-xt-dccp-6.12.11-yocto-standard-dev kernel-module-jme-6.12.11-yocto-standard-dev kernel-module-ac97-bus-6.12.11-yocto-standard-dev kernel-module-gspca-stk014-6.12.11-yocto-standard-dev kernel-module-nf-conntrack-sane-6.12.11-yocto-standard-dev kernel-module-nls-cp949-6.12.11-yocto-standard-dev kernel-module-xt-ct-6.12.11-yocto-standard-dev kernel-module-xt-trace-6.12.11-yocto-standard-dev kernel-module-snd-emux-synth-6.12.11-yocto-standard-dev", added "kernel-module-brcmfmac-cyw-6.12.13-yocto-standard-dev kernel-module-inttype-example-6.12.13-yocto-standard-dev kernel-module-r8152-6.12.13-yocto-standard-dev kernel-module-usb8xxx-6.12.13-yocto-standard-dev kernel-module-snd-timer-6.12.13-yocto-standard-dev kernel-module-gspca-pac7302-6.12.13-yocto-standard-dev kernel-module-nouveau-6.12.13-yocto-standard-dev kernel-module-rfcomm-6.12.13-yocto-standard-dev kernel-module-ebt-log-6.12.13-yocto-standard-dev kernel-module-nls-cp737-6.12.13-yocto-standard-dev kernel-module-snd-ctxfi-6.12.13-yocto-standard-dev kernel-module-blowfish-generic-6.12.13-yocto-standard-dev kernel-module-hci-uart-6.12.13-yocto-standard-dev kernel-module-xt-policy-6.12.13-yocto-standard-dev kernel-module-twofish-generic-6.12.13-yocto-standard-dev kernel-module-nf-log-syslog-6.12.13-yocto-standard-dev kernel-module-xt-comment-6.12.13-yocto-standard-dev kernel-module-xt-tcpudp-6.12.13-yocto-standard-dev kernel-module-mwl8k-6.12.13-yocto-standard-dev kernel-module-bnxt-en-6.12.13-yocto-standard-dev kernel-module-snd-ice1712-6.12.13-yocto-standard-dev kernel-module-v4l2-dv-timings-6.12.13-yocto-standard-dev kernel-module-regmap-i2c-6.12.13-yocto-standard-dev kernel-module-binfmt-misc-6.12.13-yocto-standard-dev kernel-module-xfrm-user-6.12.13-yocto-standard-dev kernel-module-record-example-6.12.13-yocto-standard-dev kernel-module-ip6t-frag-6.12.13-yocto-standard-dev kernel-module-sch-red-6.12.13-yocto-standard-dev kernel-module-microchip-6.12.13-yocto-standard-dev kernel-module-data-breakpoint-6.12.13-yocto-standard-dev kernel-module-ebt-dnat-6.12.13-yocto-standard-dev kernel-module-nls-ascii-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-realtek-6.12.13-yocto-standard-dev kernel-module-ah4-6.12.13-yocto-standard-dev kernel-module-pwc-6.12.13-yocto-standard-dev kernel-module-xt-hashlimit-6.12.13-yocto-standard-dev kernel-module-nls-cp866-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-ca0132-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-14-6.12.13-yocto-standard-dev kernel-module-wl12xx-6.12.13-yocto-standard-dev kernel-module-gspca-jl2005bcd-6.12.13-yocto-standard-dev kernel-module-ebt-pkttype-6.12.13-yocto-standard-dev kernel-module-nf-conncount-6.12.13-yocto-standard-dev kernel-module-gspca-sonixb-6.12.13-yocto-standard-dev kernel-module-snd-dummy-6.12.13-yocto-standard-dev kernel-module-snd-intel-sdw-acpi-6.12.13-yocto-standard-dev kernel-module-i2c-mux-6.12.13-yocto-standard-dev kernel-module-xt-classify-6.12.13-yocto-standard-dev kernel-module-xt-log-6.12.13-yocto-standard-dev kernel-module-serpent-generic-6.12.13-yocto-standard-dev kernel-module-snd-usb-usx2y-6.12.13-yocto-standard-dev kernel-module-snd-seq-virmidi-6.12.13-yocto-standard-dev kernel-module-atl1-6.12.13-yocto-standard-dev kernel-module-snd-i2c-6.12.13-yocto-standard-dev kernel-module-brcmfmac-6.12.13-yocto-standard-dev kernel-module-ipip-6.12.13-yocto-standard-dev kernel-module-tunnel6-6.12.13-yocto-standard-dev kernel-module-sil164-6.12.13-yocto-standard-dev kernel-module-nls-euc-jp-6.12.13-yocto-standard-dev kernel-module-snd-util-mem-6.12.13-yocto-standard-dev kernel-module-vcan-6.12.13-yocto-standard-dev kernel-module-act-skbedit-6.12.13-yocto-standard-dev kernel-module-nls-cp862-6.12.13-yocto-standard-dev kernel-module-hidp-6.12.13-yocto-standard-dev kernel-module-bcm203x-6.12.13-yocto-standard-dev kernel-module-ebt-snat-6.12.13-yocto-standard-dev kernel-module-ipcomp-6.12.13-yocto-standard-dev kernel-module-gspca-sq905-6.12.13-yocto-standard-dev kernel-module-cdc-ether-6.12.13-yocto-standard-dev kernel-module-snd-cmipci-6.12.13-yocto-standard-dev kernel-module-algif-rng-6.12.13-yocto-standard-dev kernel-module-libertas-sdio-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-cirrus-6.12.13-yocto-standard-dev kernel-module-ath9k-hw-6.12.13-yocto-standard-dev kernel-module-brcmfmac-wcc-6.12.13-yocto-standard-dev kernel-module-snd-atiixp-6.12.13-yocto-standard-dev kernel-module-snd-seq-6.12.13-yocto-standard-dev kernel-module-xt-string-6.12.13-yocto-standard-dev kernel-module-typhoon-6.12.13-yocto-standard-dev kernel-module-videodev-6.12.13-yocto-standard-dev kernel-module-snd-hda-core-6.12.13-yocto-standard-dev kernel-module-ip6-tunnel-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-analog-6.12.13-yocto-standard-dev kernel-module-mc-6.12.13-yocto-standard-dev kernel-module-nls-cp861-6.12.13-yocto-standard-dev kernel-module-dl2k-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-ca0110-6.12.13-yocto-standard-dev kernel-module-wmi-bmof-6.12.13-yocto-standard-dev kernel-module-gspca-t613-6.12.13-yocto-standard-dev kernel-module-snd-emu10k1-6.12.13-yocto-standard-dev kernel-module-ebt-802-3-6.12.13-yocto-standard-dev kernel-module-btmrvl-sdio-6.12.13-yocto-standard-dev kernel-module-dma-example-6.12.13-yocto-standard-dev kernel-module-nf-nat-6.12.13-yocto-standard-dev kernel-module-8139too-6.12.13-yocto-standard-dev kernel-module-gspca-spca501-6.12.13-yocto-standard-dev kernel-module-gspca-stv06xx-6.12.13-yocto-standard-dev kernel-module-snd-rme96-6.12.13-yocto-standard-dev kernel-module-rt2x00mmio-6.12.13-yocto-standard-dev kernel-module-slip-6.12.13-yocto-standard-dev kernel-module-cuse-6.12.13-yocto-standard-dev kernel-module-snd-seq-midi-event-6.12.13-yocto-standard-dev kernel-module-gspca-spca1528-6.12.13-yocto-standard-dev kernel-module-hci-vhci-6.12.13-yocto-standard-dev kernel-module-nf-nat-amanda-6.12.13-yocto-standard-dev kernel-module-sch-multiq-6.12.13-yocto-standard-dev kernel-module-tuner-simple-6.12.13-yocto-standard-dev kernel-module-gre-6.12.13-yocto-standard-dev kernel-module-xt-statistic-6.12.13-yocto-standard-dev kernel-module-ipw2100-6.12.13-yocto-standard-dev kernel-module-tg3-6.12.13-yocto-standard-dev kernel-module-8139cp-6.12.13-yocto-standard-dev kernel-module-ebt-stp-6.12.13-yocto-standard-dev kernel-module-blowfish-common-6.12.13-yocto-standard-dev kernel-module-ipt-synproxy-6.12.13-yocto-standard-dev kernel-module-wlcore-6.12.13-yocto-standard-dev kernel-module-ebt-redirect-6.12.13-yocto-standard-dev kernel-module-trace-events-sample-6.12.13-yocto-standard-dev kernel-module-trace-printk-6.12.13-yocto-standard-dev kernel-module-gspca-nw80x-6.12.13-yocto-standard-dev kernel-module-nls-cp1255-6.12.13-yocto-standard-dev kernel-module-configfs-sample-6.12.13-yocto-standard-dev kernel-module-rsi-91x-6.12.13-yocto-standard-dev kernel-module-ebt-ip6-6.12.13-yocto-standard-dev kernel-module-wl1251-6.12.13-yocto-standard-dev kernel-module-smsc75xx-6.12.13-yocto-standard-dev kernel-module-jme-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-cmedia-6.12.13-yocto-standard-dev kernel-module-snd-rme9652-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-sip-6.12.13-yocto-standard-dev kernel-module-pktgen-6.12.13-yocto-standard-dev kernel-module-igbvf-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-netlink-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-amanda-6.12.13-yocto-standard-dev kernel-module-ebt-mark-6.12.13-yocto-standard-dev kernel-module-snd-opl3-lib-6.12.13-yocto-standard-dev kernel-module-xt-esp-6.12.13-yocto-standard-dev kernel-module-ip6t-hbh-6.12.13-yocto-standard-dev kernel-module-vmw-balloon-6.12.13-yocto-standard-dev kernel-module-snd-atiixp-modem-6.12.13-yocto-standard-dev kernel-module-ath5k-6.12.13-yocto-standard-dev kernel-module-gspca-stv0680-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-ftp-6.12.13-yocto-standard-dev kernel-module-gspca-mr97310a-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-3-6.12.13-yocto-standard-dev kernel-module-kprobe-example-6.12.13-yocto-standard-dev kernel-module-snd-usb-audio-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-9-6.12.13-yocto-standard-dev kernel-module-parport-pc-6.12.13-yocto-standard-dev kernel-module-cdc-eem-6.12.13-yocto-standard-dev kernel-module-nf-synproxy-core-6.12.13-yocto-standard-dev kernel-module-michael-mic-6.12.13-yocto-standard-dev kernel-module-ath-6.12.13-yocto-standard-dev kernel-module-catc-6.12.13-yocto-standard-dev kernel-module-nf-nat-h323-6.12.13-yocto-standard-dev kernel-module-camellia-generic-6.12.13-yocto-standard-dev kernel-module-btsdio-6.12.13-yocto-standard-dev kernel-module-sch-codel-6.12.13-yocto-standard-dev kernel-module-skge-6.12.13-yocto-standard-dev kernel-module-sctp-6.12.13-yocto-standard-dev kernel-module-wlcore-sdio-6.12.13-yocto-standard-dev kernel-module-mc44s803-6.12.13-yocto-standard-dev kernel-module-ax88796b-6.12.13-yocto-standard-dev kernel-module-zaurus-6.12.13-yocto-standard-dev kernel-module-vhost-iotlb-6.12.13-yocto-standard-dev kernel-module-vhost-6.12.13-yocto-standard-dev kernel-module-rt2800mmio-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-netbios-ns-6.12.13-yocto-standard-dev kernel-module-uvcvideo-6.12.13-yocto-standard-dev kernel-module-nls-cp860-6.12.13-yocto-standard-dev kernel-module-ip-tables-6.12.13-yocto-standard-dev kernel-module-libarc4-6.12.13-yocto-standard-dev kernel-module-snd-opl3-synth-6.12.13-yocto-standard-dev kernel-module-bnep-6.12.13-yocto-standard-dev kernel-module-gspca-vicam-6.12.13-yocto-standard-dev kernel-module-snd-emu10k1-synth-6.12.13-yocto-standard-dev kernel-module-snd-ctl-led-6.12.13-yocto-standard-dev kernel-module-eeprom-93cx6-6.12.13-yocto-standard-dev kernel-module-xt-mac-6.12.13-yocto-standard-dev kernel-module-gspca-zc3xx-6.12.13-yocto-standard-dev kernel-module-gspca-jeilinj-6.12.13-yocto-standard-dev kernel-module-xt-dscp-6.12.13-yocto-standard-dev kernel-module-iptable-security-6.12.13-yocto-standard-dev kernel-module-rtl8xxxu-6.12.13-yocto-standard-dev kernel-module-gspca-topro-6.12.13-yocto-standard-dev kernel-module-gspca-etoms-6.12.13-yocto-standard-dev kernel-module-gspca-ov534-6.12.13-yocto-standard-dev kernel-module-rt2800lib-6.12.13-yocto-standard-dev kernel-module-bytestream-example-6.12.13-yocto-standard-dev kernel-module-pppoe-6.12.13-yocto-standard-dev kernel-module-snd-usbmidi-lib-6.12.13-yocto-standard-dev kernel-module-kvm-6.12.13-yocto-standard-dev kernel-module-tea5761-6.12.13-yocto-standard-dev kernel-module-ipt-rpfilter-6.12.13-yocto-standard-dev kernel-module-ipt-reject-6.12.13-yocto-standard-dev kernel-module-xt-ecn-6.12.13-yocto-standard-dev kernel-module-ch7006-6.12.13-yocto-standard-dev kernel-module-vhost-net-6.12.13-yocto-standard-dev kernel-module-8021q-6.12.13-yocto-standard-dev kernel-module-crc-ccitt-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-15-6.12.13-yocto-standard-dev kernel-module-nls-cp932-6.12.13-yocto-standard-dev kernel-module-gspca-cpia1-6.12.13-yocto-standard-dev kernel-module-lp-6.12.13-yocto-standard-dev kernel-module-xt-netmap-6.12.13-yocto-standard-dev kernel-module-nls-cp864-6.12.13-yocto-standard-dev kernel-module-snd-ak4xxx-adda-6.12.13-yocto-standard-dev kernel-module-brcmfmac-bca-6.12.13-yocto-standard-dev kernel-module-can-bcm-6.12.13-yocto-standard-dev kernel-module-snd-hwdep-6.12.13-yocto-standard-dev kernel-module-cast-common-6.12.13-yocto-standard-dev kernel-module-sky2-6.12.13-yocto-standard-dev kernel-module-gspca-stk014-6.12.13-yocto-standard-dev kernel-module-gspca-conex-6.12.13-yocto-standard-dev kernel-module-ip-gre-6.12.13-yocto-standard-dev kernel-module-af-key-6.12.13-yocto-standard-dev kernel-module-esp4-6.12.13-yocto-standard-dev kernel-module-xt-limit-6.12.13-yocto-standard-dev kernel-6.12.13-yocto-standard-dev kernel-module-sch-netem-6.12.13-yocto-standard-dev kernel-module-tda8290-6.12.13-yocto-standard-dev kernel-module-gspca-mars-6.12.13-yocto-standard-dev kernel-module-mxm-wmi-6.12.13-yocto-standard-dev kernel-module-kvm-intel-6.12.13-yocto-standard-dev kernel-module-xt-tcpmss-6.12.13-yocto-standard-dev kernel-module-xt-connlimit-6.12.13-yocto-standard-dev kernel-module-nls-cp855-6.12.13-yocto-standard-dev kernel-module-ebt-among-6.12.13-yocto-standard-dev kernel-module-nls-koi8-ru-6.12.13-yocto-standard-dev kernel-module-algif-skcipher-6.12.13-yocto-standard-dev kernel-module-smsc-6.12.13-yocto-standard-dev kernel-module-ebt-nflog-6.12.13-yocto-standard-dev kernel-module-arpt-mangle-6.12.13-yocto-standard-dev kernel-module-nf-defrag-ipv6-6.12.13-yocto-standard-dev kernel-module-snd-seq-midi-emul-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-6.12.13-yocto-standard-dev kernel-module-nf-nat-pptp-6.12.13-yocto-standard-dev kernel-module-pegasus-6.12.13-yocto-standard-dev kernel-module-asix-6.12.13-yocto-standard-dev kernel-module-gspca-main-6.12.13-yocto-standard-dev kernel-module-snd-ca0106-6.12.13-yocto-standard-dev kernel-module-nls-cp775-6.12.13-yocto-standard-dev kernel-module-mt20xx-6.12.13-yocto-standard-dev kernel-module-gspca-kinect-6.12.13-yocto-standard-dev kernel-module-snd-mpu401-uart-6.12.13-yocto-standard-dev kernel-module-snd-ak4113-6.12.13-yocto-standard-dev kernel-module-zd1211rw-6.12.13-yocto-standard-dev kernel-module-xt-connbytes-6.12.13-yocto-standard-dev kernel-module-bfusb-6.12.13-yocto-standard-dev kernel-module-gspca-sonixj-6.12.13-yocto-standard-dev kernel-module-iwldvm-6.12.13-yocto-standard-dev kernel-module-xt-dccp-6.12.13-yocto-standard-dev kernel-module-vgem-6.12.13-yocto-standard-dev kernel-module-mwifiex-pcie-6.12.13-yocto-standard-dev kernel-module-brcmsmac-6.12.13-yocto-standard-dev kernel-module-videobuf2-v4l2-6.12.13-yocto-standard-dev kernel-module-ac97-bus-6.12.13-yocto-standard-dev kernel-module-nls-cp850-6.12.13-yocto-standard-dev kernel-module-nhc-mobility-6.12.13-yocto-standard-dev kernel-module-tcrypt-6.12.13-yocto-standard-dev kernel-module-x86-pkg-temp-thermal-6.12.13-yocto-standard-dev kernel-module-ip6table-filter-6.12.13-yocto-standard-dev kernel-module-6lowpan-6.12.13-yocto-standard-dev kernel-module-snd-seq-device-6.12.13-yocto-standard-dev kernel-module-ip6table-raw-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-6-6.12.13-yocto-standard-dev kernel-module-ip6table-nat-6.12.13-yocto-standard-dev kernel-module-cls-flower-6.12.13-yocto-standard-dev kernel-module-gspca-vc032x-6.12.13-yocto-standard-dev kernel-module-lib80211-crypt-wep-6.12.13-yocto-standard-dev kernel-module-gpu-sched-6.12.13-yocto-standard-dev kernel-module-sr9800-6.12.13-yocto-standard-dev kernel-module-udp-tunnel-6.12.13-yocto-standard-dev kernel-module-drm-buddy-6.12.13-yocto-standard-dev kernel-module-libipw-6.12.13-yocto-standard-dev kernel-module-snd-virtuoso-6.12.13-yocto-standard-dev kernel-module-ppp-generic-6.12.13-yocto-standard-dev kernel-module-ipcomp6-6.12.13-yocto-standard-dev kernel-module-snd-emu10k1x-6.12.13-yocto-standard-dev kernel-module-hso-6.12.13-yocto-standard-dev kernel-module-gspca-pac207-6.12.13-yocto-standard-dev kernel-module-ebt-arp-6.12.13-yocto-standard-dev kernel-module-tea5767-6.12.13-yocto-standard-dev kernel-module-cirrus-6.12.13-yocto-standard-dev kernel-module-udl-6.12.13-yocto-standard-dev kernel-module-rtl8187-6.12.13-yocto-standard-dev kernel-module-gspca-spca561-6.12.13-yocto-standard-dev kernel-module-snd-ac97-codec-6.12.13-yocto-standard-dev kernel-module-ipt-ecn-6.12.13-yocto-standard-dev kernel-module-tda18271-6.12.13-yocto-standard-dev kernel-module-cordic-6.12.13-yocto-standard-dev kernel-module-net1080-6.12.13-yocto-standard-dev kernel-module-snd-ens1370-6.12.13-yocto-standard-dev kernel-module-cast5-generic-6.12.13-yocto-standard-dev kernel-module-snd-hdsp-6.12.13-yocto-standard-dev kernel-module-xt-sctp-6.12.13-yocto-standard-dev kernel-module-nls-koi8-u-6.12.13-yocto-standard-dev kernel-module-can-dev-6.12.13-yocto-standard-dev kernel-module-slhc-6.12.13-yocto-standard-dev kernel-module-xcbc-6.12.13-yocto-standard-dev kernel-module-iptable-raw-6.12.13-yocto-standard-dev kernel-module-nfnetlink-queue-6.12.13-yocto-standard-dev kernel-module-cls-bpf-6.12.13-yocto-standard-dev kernel-module-rtl8150-6.12.13-yocto-standard-dev kernel-module-iptable-filter-6.12.13-yocto-standard-dev kernel-module-rtl818x-pci-6.12.13-yocto-standard-dev kernel-module-can-raw-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-7-6.12.13-yocto-standard-dev kernel-module-snd-seq-midi-6.12.13-yocto-standard-dev kernel-module-nhc-dest-6.12.13-yocto-standard-dev kernel-module-ath9k-6.12.13-yocto-standard-dev kernel-module-gspca-sunplus-6.12.13-yocto-standard-dev kernel-module-ipt-ah-6.12.13-yocto-standard-dev kernel-module-nhc-ipv6-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-pptp-6.12.13-yocto-standard-dev kernel-module-romfs-6.12.13-yocto-standard-dev kernel-module-virtio-input-6.12.13-yocto-standard-dev kernel-module-gspca-konica-6.12.13-yocto-standard-dev kernel-module-rt2800pci-6.12.13-yocto-standard-dev kernel-module-xt-state-6.12.13-yocto-standard-dev kernel-module-ts-bm-6.12.13-yocto-standard-dev kernel-module-arp-tables-6.12.13-yocto-standard-dev kernel-module-xt-connmark-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-irc-6.12.13-yocto-standard-dev kernel-module-snd-6.12.13-yocto-standard-dev kernel-module-xt-pkttype-6.12.13-yocto-standard-dev kernel-module-snd-ak4114-6.12.13-yocto-standard-dev kernel-module-gspca-ov534-9-6.12.13-yocto-standard-dev kernel-module-snd-emux-synth-6.12.13-yocto-standard-dev kernel-module-ebt-limit-6.12.13-yocto-standard-dev kernel-module-iptable-mangle-6.12.13-yocto-standard-dev kernel-module-tda827x-6.12.13-yocto-standard-dev kernel-module-ebt-mark-m-6.12.13-yocto-standard-dev kernel-module-ts-kmp-6.12.13-yocto-standard-dev kernel-module-lan78xx-6.12.13-yocto-standard-dev kernel-module-snd-ice17xx-ak4xxx-6.12.13-yocto-standard-dev kernel-module-snd-cs8427-6.12.13-yocto-standard-dev kernel-module-nhc-routing-6.12.13-yocto-standard-dev kernel-module-nls-cp863-6.12.13-yocto-standard-dev kernel-module-nfsd-6.12.13-yocto-standard-dev kernel-module-brcmutil-6.12.13-yocto-standard-dev kernel-module-igc-6.12.13-yocto-standard-dev kernel-module-ipheth-6.12.13-yocto-standard-dev kernel-module-nf-nat-tftp-6.12.13-yocto-standard-dev kernel-module-algif-aead-6.12.13-yocto-standard-dev kernel-module-sch-fq-codel-6.12.13-yocto-standard-dev kernel-module-xt-ct-6.12.13-yocto-standard-dev kernel-module-gspca-finepix-6.12.13-yocto-standard-dev kernel-module-ip6-udp-tunnel-6.12.13-yocto-standard-dev kernel-module-gspca-xirlink-cit-6.12.13-yocto-standard-dev kernel-module-nf-defrag-ipv4-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-6.12.13-yocto-standard-dev kernel-module-mac80211-6.12.13-yocto-standard-dev kernel-module-xt-quota-6.12.13-yocto-standard-dev kernel-module-gspca-sq905c-6.12.13-yocto-standard-dev kernel-module-nls-cp852-6.12.13-yocto-standard-dev kernel-module-xt-realm-6.12.13-yocto-standard-dev kernel-module-snd-oxygen-lib-6.12.13-yocto-standard-dev kernel-module-gspca-benq-6.12.13-yocto-standard-dev kernel-module-kaweth-6.12.13-yocto-standard-dev kernel-module-snd-hda-scodec-component-6.12.13-yocto-standard-dev kernel-module-nf-nat-irc-6.12.13-yocto-standard-dev kernel-module-sch-hfsc-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-conexant-6.12.13-yocto-standard-dev kernel-module-videobuf2-common-6.12.13-yocto-standard-dev kernel-module-s2255drv-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-via-6.12.13-yocto-standard-dev kernel-module-ppp-async-6.12.13-yocto-standard-dev kernel-module-nls-utf8-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-h323-6.12.13-yocto-standard-dev kernel-module-sctp-diag-6.12.13-yocto-standard-dev kernel-module-cdc-subset-6.12.13-yocto-standard-dev kernel-module-tipc-diag-6.12.13-yocto-standard-dev kernel-module-wmi-6.12.13-yocto-standard-dev kernel-module-i915-6.12.13-yocto-standard-dev kernel-module-snd-aloop-6.12.13-yocto-standard-dev kernel-module-soundcore-6.12.13-yocto-standard-dev kernel-module-gspca-gl860-6.12.13-yocto-standard-dev kernel-module-nls-koi8-r-6.12.13-yocto-standard-dev kernel-module-tuner-types-6.12.13-yocto-standard-dev kernel-module-nls-cp936-6.12.13-yocto-standard-dev kernel-module-iptable-nat-6.12.13-yocto-standard-dev kernel-module-xfrm4-tunnel-6.12.13-yocto-standard-dev kernel-module-snd-usb-us122l-6.12.13-yocto-standard-dev kernel-module-mdio-6.12.13-yocto-standard-dev kernel-module-drm-display-helper-6.12.13-yocto-standard-dev kernel-module-snd-ice1724-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-13-6.12.13-yocto-standard-dev kernel-module-sch-htb-6.12.13-yocto-standard-dev kernel-module-xt-mark-6.12.13-yocto-standard-dev kernel-module-snd-pt2258-6.12.13-yocto-standard-dev kernel-module-nhc-udp-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-tftp-6.12.13-yocto-standard-dev kernel-module-xt-trace-6.12.13-yocto-standard-dev kernel-module-iwlmvm-6.12.13-yocto-standard-dev kernel-module-tipc-6.12.13-yocto-standard-dev kernel-module-ebtable-filter-6.12.13-yocto-standard-dev kernel-module-snd-ens1371-6.12.13-yocto-standard-dev kernel-module-iwlwifi-6.12.13-yocto-standard-dev kernel-module-ebt-vlan-6.12.13-yocto-standard-dev kernel-module-twofish-common-6.12.13-yocto-standard-dev kernel-module-ip6t-eui64-6.12.13-yocto-standard-dev kernel-module-ebt-arpreply-6.12.13-yocto-standard-dev kernel-module-parport-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-2-6.12.13-yocto-standard-dev kernel-module-gspca-se401-6.12.13-yocto-standard-dev kernel-module-nls-cp950-6.12.13-yocto-standard-dev kernel-module-gspca-sn9c2028-6.12.13-yocto-standard-dev kernel-module-alx-6.12.13-yocto-standard-dev kernel-module-sch-prio-6.12.13-yocto-standard-dev kernel-module-can-6.12.13-yocto-standard-dev kernel-module-dvb-core-6.12.13-yocto-standard-dev kernel-module-gspca-tv8532-6.12.13-yocto-standard-dev kernel-module-ip6t-rt-6.12.13-yocto-standard-dev kernel-module-snd-intel-dspcfg-6.12.13-yocto-standard-dev kernel-module-arptable-filter-6.12.13-yocto-standard-dev kernel-module-xt-conntrack-6.12.13-yocto-standard-dev kernel-module-act-mirred-6.12.13-yocto-standard-dev kernel-module-dm9601-6.12.13-yocto-standard-dev kernel-module-usbnet-6.12.13-yocto-standard-dev kernel-module-crc7-6.12.13-yocto-standard-dev kernel-module-ebtable-broute-6.12.13-yocto-standard-dev kernel-module-drm-exec-6.12.13-yocto-standard-dev kernel-module-xt-nfqueue-6.12.13-yocto-standard-dev kernel-module-watchdog-6.12.13-yocto-standard-dev kernel-module-gspca-spca505-6.12.13-yocto-standard-dev kernel-module-v4l2-async-6.12.13-yocto-standard-dev kernel-module-xt-multiport-6.12.13-yocto-standard-dev kernel-module-can-j1939-6.12.13-yocto-standard-dev kernel-module-libertas-6.12.13-yocto-standard-dev kernel-module-fuse-6.12.13-yocto-standard-dev kernel-module-nls-cp874-6.12.13-yocto-standard-dev kernel-module-xc2028-6.12.13-yocto-standard-dev kernel-module-kretprobe-example-6.12.13-yocto-standard-dev kernel-module-xt-masquerade-6.12.13-yocto-standard-dev kernel-module-kset-example-6.12.13-yocto-standard-dev kernel-module-nls-cp1251-6.12.13-yocto-standard-dev kernel-module-xt-helper-6.12.13-yocto-standard-dev kernel-module-configfs-6.12.13-yocto-standard-dev kernel-module-wp512-6.12.13-yocto-standard-dev kernel-module-xfrm6-tunnel-6.12.13-yocto-standard-dev kernel-module-ip6t-ipv6header-6.12.13-yocto-standard-dev kernel-module-ebt-ip-6.12.13-yocto-standard-dev kernel-module-ip6table-mangle-6.12.13-yocto-standard-dev kernel-module-nfnetlink-log-6.12.13-yocto-standard-dev kernel-module-ath9k-common-6.12.13-yocto-standard-dev kernel-module-sch-tbf-6.12.13-yocto-standard-dev kernel-module-btmrvl-6.12.13-yocto-standard-dev kernel-module-mcs7830-6.12.13-yocto-standard-dev kernel-module-lib80211-6.12.13-yocto-standard-dev kernel-module-nhc-fragment-6.12.13-yocto-standard-dev kernel-module-gspca-sq930x-6.12.13-yocto-standard-dev kernel-module-sch-teql-6.12.13-yocto-standard-dev kernel-module-xc4000-6.12.13-yocto-standard-dev kernel-module-xfrm-ipcomp-6.12.13-yocto-standard-dev kernel-module-nls-cp949-6.12.13-yocto-standard-dev kernel-module-gspca-pac7311-6.12.13-yocto-standard-dev kernel-module-bonding-6.12.13-yocto-standard-dev kernel-module-nhc-hop-6.12.13-yocto-standard-dev kernel-module-wl18xx-6.12.13-yocto-standard-dev kernel-module-vmw-vmci-6.12.13-yocto-standard-dev kernel-module-bsd-comp-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-idt-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-si3054-6.12.13-yocto-standard-dev kernel-module-cast6-generic-6.12.13-yocto-standard-dev kernel-module-smsc95xx-6.12.13-yocto-standard-dev kernel-module-bluetooth-6lowpan-6.12.13-yocto-standard-dev kernel-module-gspca-sn9c20x-6.12.13-yocto-standard-dev kernel-module-sch-ingress-6.12.13-yocto-standard-dev kernel-module-lib80211-crypt-ccmp-6.12.13-yocto-standard-dev kernel-module-gspca-spca500-6.12.13-yocto-standard-dev kernel-module-cdc-ncm-6.12.13-yocto-standard-dev kernel-module-rndis-host-6.12.13-yocto-standard-dev kernel-module-crc8-6.12.13-yocto-standard-dev kernel-module-ebtable-nat-6.12.13-yocto-standard-dev kernel-module-nf-nat-sip-6.12.13-yocto-standard-dev kernel-module-rsi-usb-6.12.13-yocto-standard-dev kernel-module-nls-cp865-6.12.13-yocto-standard-dev kernel-module-gma500-gfx-6.12.13-yocto-standard-dev kernel-module-rsi-sdio-6.12.13-yocto-standard-dev kernel-module-radeon-6.12.13-yocto-standard-dev kernel-module-videobuf2-vmalloc-6.12.13-yocto-standard-dev kernel-module-nls-cp869-6.12.13-yocto-standard-dev kernel-module-tda9887-6.12.13-yocto-standard-dev kernel-module-backlight-6.12.13-yocto-standard-dev kernel-module-ts-fsm-6.12.13-yocto-standard-dev kernel-module-v4l2-fwnode-6.12.13-yocto-standard-dev kernel-module-mwifiex-usb-6.12.13-yocto-standard-dev kernel-module-snd-usb-hiface-6.12.13-yocto-standard-dev kernel-module-mwifiex-6.12.13-yocto-standard-dev kernel-module-snd-hdspm-6.12.13-yocto-standard-dev kernel-module-softdog-6.12.13-yocto-standard-dev kernel-module-drm-gpuvm-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-broadcast-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-4-6.12.13-yocto-standard-dev kernel-module-ipw2200-6.12.13-yocto-standard-dev kernel-module-rt2x00pci-6.12.13-yocto-standard-dev kernel-module-nf-nat-ftp-6.12.13-yocto-standard-dev kernel-module-xt-redirect-6.12.13-yocto-standard-dev kernel-module-floppy-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-generic-6.12.13-yocto-standard-dev kernel-module-videobuf2-memops-6.12.13-yocto-standard-dev kernel-module-ip6-tables-6.12.13-yocto-standard-dev kernel-module-uvesafb-6.12.13-yocto-standard-dev kernel-module-snd-pcm-6.12.13-yocto-standard-dev kernel-module-act-bpf-6.12.13-yocto-standard-dev kernel-module-can-gw-6.12.13-yocto-standard-dev kernel-module-ebtables-6.12.13-yocto-standard-dev kernel-module-sch-sfq-6.12.13-yocto-standard-dev kernel-module-ax88179-178a-6.12.13-yocto-standard-dev kernel-module-nf-conntrack-sane-6.12.13-yocto-standard-dev kernel-module-xt-nflog-6.12.13-yocto-standard-dev kernel-module-cfg80211-6.12.13-yocto-standard-dev kernel-module-atl1e-6.12.13-yocto-standard-dev kernel-module-video-6.12.13-yocto-standard-dev kernel-module-ppp-synctty-6.12.13-yocto-standard-dev kernel-module-sch-gred-6.12.13-yocto-standard-dev kernel-module-pppox-6.12.13-yocto-standard-dev kernel-module-usbtouchscreen-6.12.13-yocto-standard-dev kernel-module-rt2x00lib-6.12.13-yocto-standard-dev kernel-module-ppp-deflate-6.12.13-yocto-standard-dev kernel-module-atl1c-6.12.13-yocto-standard-dev kernel-module-xc5000-6.12.13-yocto-standard-dev kernel-module-nf-reject-ipv4-6.12.13-yocto-standard-dev kernel-module-nls-cp1250-6.12.13-yocto-standard-dev kernel-module-r8153-ecm-6.12.13-yocto-standard-dev kernel-module-lib80211-crypt-tkip-6.12.13-yocto-standard-dev kernel-module-at24-6.12.13-yocto-standard-dev kernel-module-bpa10x-6.12.13-yocto-standard-dev kernel-module-atl2-6.12.13-yocto-standard-dev kernel-module-phylink-6.12.13-yocto-standard-dev kernel-module-nfnetlink-6.12.13-yocto-standard-dev kernel-module-tun-6.12.13-yocto-standard-dev kernel-module-drm-suballoc-helper-6.12.13-yocto-standard-dev kernel-module-gspca-m5602-6.12.13-yocto-standard-dev kernel-module-snd-rawmidi-6.12.13-yocto-standard-dev kernel-module-pcnet32-6.12.13-yocto-standard-dev kernel-module-dummy-6.12.13-yocto-standard-dev kernel-module-gspca-spca508-6.12.13-yocto-standard-dev kernel-module-bnx2x-6.12.13-yocto-standard-dev kernel-module-nls-cp857-6.12.13-yocto-standard-dev kernel-module-snd-oxygen-6.12.13-yocto-standard-dev kernel-module-gspca-ov519-6.12.13-yocto-standard-dev kernel-module-uvc-6.12.13-yocto-standard-dev kernel-module-bcma-6.12.13-yocto-standard-dev kernel-module-snd-hda-intel-6.12.13-yocto-standard-dev kernel-module-x-tables-6.12.13-yocto-standard-dev kernel-module-xt-hl-6.12.13-yocto-standard-dev kernel-module-nbd-6.12.13-yocto-standard-dev kernel-module-btrsi-6.12.13-yocto-standard-dev kernel-module-snd-hda-codec-hdmi-6.12.13-yocto-standard-dev kernel-module-mt7601u-6.12.13-yocto-standard-dev kernel-module-vmw-vsock-vmci-transport-6.12.13-yocto-standard-dev kernel-module-gspca-spca506-6.12.13-yocto-standard-dev kernel-module-snd-intel8x0-6.12.13-yocto-standard-dev kernel-module-kobject-example-6.12.13-yocto-standard-dev kernel-module-nls-iso8859-5-6.12.13-yocto-standard-dev kernel-module-xt-u32-6.12.13-yocto-standard-dev kernel-module-xt-nat-6.12.13-yocto-standard-dev kernel-module-xt-length-6.12.13-yocto-standard-dev kernel-module-snd-hrtimer-6.12.13-yocto-standard-dev" packages/qemux86_64-agl-linux/linux-yocto/kernel-devicetree: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb packages/qemux86_64-agl-linux/linux-yocto/kernel-image-bzimage: PKG changed from kernel-image-bzimage-6.12.11-yocto-standard to kernel-image-bzimage-6.12.13-yocto-standard packages/qemux86_64-agl-linux/linux-yocto/kernel-image-bzimage: FILELIST: removed "/boot/bzImage-6.12.11-yocto-standard", added "/boot/bzImage-6.12.13-yocto-standard" packages/qemux86_64-agl-linux/linux-yocto/kernel-image-bzimage: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb packages/qemux86_64-agl-linux/linux-yocto/kernel-image-bzimage: latest.pkg_postinst changed from "set -e set +e if [ -n "$D" ]; then ln -sf bzImage-6.12.11-yocto-standard $D/boot/bzImage > /dev/null 2>&1 else ln -sf bzImage-6.12.11-yocto-standard boot/bzImage > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (bzImage)." install -m 0644 boot/bzImage-6.12.11-yocto-standard boot/bzImage fi fi set -e " to "set -e set +e if [ -n "$D" ]; then ln -sf bzImage-6.12.13-yocto-standard $D/boot/bzImage > /dev/null 2>&1 else ln -sf bzImage-6.12.13-yocto-standard boot/bzImage > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "Filesystem on boot/ doesn't support symlinks, falling back to copied image (bzImage)." install -m 0644 boot/bzImage-6.12.13-yocto-standard boot/bzImage fi fi set -e " packages/qemux86_64-agl-linux/linux-yocto/kernel-image: PKG changed from kernel-image-6.12.11-yocto-standard to kernel-image-6.12.13-yocto-standard packages/qemux86_64-agl-linux/linux-yocto/kernel-image: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb packages/qemux86_64-agl-linux/linux-yocto/kernel-modules: RDEPENDS: removed "kernel-module-pegasus-6.12.11-yocto-standard kernel-module-nls-cp874-6.12.11-yocto-standard kernel-module-mwifiex-usb-6.12.11-yocto-standard kernel-module-wlcore-6.12.11-yocto-standard kernel-module-vgem-6.12.11-yocto-standard kernel-module-regmap-i2c-6.12.11-yocto-standard kernel-module-nls-iso8859-7-6.12.11-yocto-standard kernel-module-microchip-6.12.11-yocto-standard kernel-module-tda9887-6.12.11-yocto-standard kernel-module-wl12xx-6.12.11-yocto-standard kernel-module-floppy-6.12.11-yocto-standard kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard kernel-module-snd-seq-virmidi-6.12.11-yocto-standard kernel-module-nls-euc-jp-6.12.11-yocto-standard kernel-module-nf-conntrack-h323-6.12.11-yocto-standard kernel-module-nf-nat-ftp-6.12.11-yocto-standard kernel-module-snd-6.12.11-yocto-standard kernel-module-mt7601u-6.12.11-yocto-standard kernel-module-brcmutil-6.12.11-yocto-standard kernel-module-ebt-log-6.12.11-yocto-standard kernel-module-iwlwifi-6.12.11-yocto-standard kernel-module-mwifiex-6.12.11-yocto-standard kernel-module-cdc-ether-6.12.11-yocto-standard kernel-module-nf-conncount-6.12.11-yocto-standard kernel-module-nf-conntrack-irc-6.12.11-yocto-standard kernel-module-gspca-sonixj-6.12.11-yocto-standard kernel-module-xt-ecn-6.12.11-yocto-standard kernel-module-atl1c-6.12.11-yocto-standard kernel-module-nls-cp860-6.12.11-yocto-standard kernel-module-sch-hfsc-6.12.11-yocto-standard kernel-module-snd-hwdep-6.12.11-yocto-standard kernel-module-cast-common-6.12.11-yocto-standard kernel-module-smsc95xx-6.12.11-yocto-standard kernel-module-xt-trace-6.12.11-yocto-standard kernel-module-snd-hda-codec-via-6.12.11-yocto-standard kernel-module-bluetooth-6lowpan-6.12.11-yocto-standard kernel-module-nhc-hop-6.12.11-yocto-standard kernel-module-wmi-bmof-6.12.11-yocto-standard kernel-module-snd-hda-codec-hdmi-6.12.11-yocto-standard kernel-module-gspca-kinect-6.12.11-yocto-standard kernel-module-lib80211-crypt-wep-6.12.11-yocto-standard kernel-module-nf-conntrack-sip-6.12.11-yocto-standard kernel-module-iptable-security-6.12.11-yocto-standard kernel-module-data-breakpoint-6.12.11-yocto-standard kernel-module-nhc-ipv6-6.12.11-yocto-standard kernel-module-hidp-6.12.11-yocto-standard kernel-module-bcma-6.12.11-yocto-standard kernel-module-xt-connmark-6.12.11-yocto-standard kernel-module-drm-gpuvm-6.12.11-yocto-standard kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard kernel-module-xt-classify-6.12.11-yocto-standard kernel-module-kvm-intel-6.12.11-yocto-standard kernel-module-nhc-fragment-6.12.11-yocto-standard kernel-module-snd-cs8427-6.12.11-yocto-standard kernel-module-dl2k-6.12.11-yocto-standard kernel-module-snd-opl3-synth-6.12.11-yocto-standard kernel-module-gspca-stv06xx-6.12.11-yocto-standard kernel-module-snd-hda-codec-cmedia-6.12.11-yocto-standard kernel-module-gspca-benq-6.12.11-yocto-standard kernel-module-snd-seq-midi-emul-6.12.11-yocto-standard kernel-module-x86-pkg-temp-thermal-6.12.11-yocto-standard kernel-module-igc-6.12.11-yocto-standard kernel-module-libarc4-6.12.11-yocto-standard kernel-module-wmi-6.12.11-yocto-standard kernel-module-xt-connbytes-6.12.11-yocto-standard kernel-module-xt-sctp-6.12.11-yocto-standard kernel-module-tda8290-6.12.11-yocto-standard kernel-module-videodev-6.12.11-yocto-standard kernel-module-snd-pt2258-6.12.11-yocto-standard kernel-module-snd-seq-device-6.12.11-yocto-standard kernel-module-gspca-sq905c-6.12.11-yocto-standard kernel-module-8021q-6.12.11-yocto-standard kernel-module-gspca-spca505-6.12.11-yocto-standard kernel-module-sch-fq-codel-6.12.11-yocto-standard kernel-module-nls-cp850-6.12.11-yocto-standard kernel-module-gspca-ov534-9-6.12.11-yocto-standard kernel-module-arp-tables-6.12.11-yocto-standard kernel-module-nls-ascii-6.12.11-yocto-standard kernel-module-snd-hda-scodec-component-6.12.11-yocto-standard kernel-module-rsi-usb-6.12.11-yocto-standard kernel-module-nls-cp869-6.12.11-yocto-standard kernel-module-arptable-filter-6.12.11-yocto-standard kernel-module-tunnel6-6.12.11-yocto-standard kernel-module-twofish-common-6.12.11-yocto-standard kernel-module-act-mirred-6.12.11-yocto-standard kernel-module-radeon-6.12.11-yocto-standard kernel-module-lan78xx-6.12.11-yocto-standard kernel-module-backlight-6.12.11-yocto-standard kernel-module-jme-6.12.11-yocto-standard kernel-module-i915-6.12.11-yocto-standard kernel-module-wp512-6.12.11-yocto-standard kernel-module-tipc-diag-6.12.11-yocto-standard kernel-module-nls-cp864-6.12.11-yocto-standard kernel-module-snd-hrtimer-6.12.11-yocto-standard kernel-module-gpu-sched-6.12.11-yocto-standard kernel-module-algif-rng-6.12.11-yocto-standard kernel-module-bnx2x-6.12.11-yocto-standard kernel-module-xt-redirect-6.12.11-yocto-standard kernel-module-ip6t-rt-6.12.11-yocto-standard kernel-module-nhc-udp-6.12.11-yocto-standard kernel-module-videobuf2-v4l2-6.12.11-yocto-standard kernel-module-xt-dscp-6.12.11-yocto-standard kernel-module-ath9k-6.12.11-yocto-standard kernel-module-vmw-vmci-6.12.11-yocto-standard kernel-module-nls-iso8859-5-6.12.11-yocto-standard kernel-module-asix-6.12.11-yocto-standard kernel-module-igbvf-6.12.11-yocto-standard kernel-module-xfrm6-tunnel-6.12.11-yocto-standard kernel-module-ip6t-hbh-6.12.11-yocto-standard kernel-module-snd-hda-codec-ca0132-6.12.11-yocto-standard kernel-module-tuner-simple-6.12.11-yocto-standard kernel-module-snd-hda-codec-realtek-6.12.11-yocto-standard kernel-module-nls-cp1251-6.12.11-yocto-standard kernel-module-snd-atiixp-6.12.11-yocto-standard kernel-module-bnxt-en-6.12.11-yocto-standard kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard kernel-module-ath9k-hw-6.12.11-yocto-standard kernel-module-snd-hda-core-6.12.11-yocto-standard kernel-module-zaurus-6.12.11-yocto-standard kernel-module-gspca-jeilinj-6.12.11-yocto-standard kernel-module-act-bpf-6.12.11-yocto-standard kernel-module-snd-virtuoso-6.12.11-yocto-standard kernel-module-nhc-routing-6.12.11-yocto-standard kernel-module-ebt-dnat-6.12.11-yocto-standard kernel-module-v4l2-dv-timings-6.12.11-yocto-standard kernel-module-gspca-spca506-6.12.11-yocto-standard kernel-module-nf-nat-6.12.11-yocto-standard kernel-module-nf-nat-irc-6.12.11-yocto-standard kernel-module-cast6-generic-6.12.11-yocto-standard kernel-module-nls-cp1250-6.12.11-yocto-standard kernel-module-xt-tcpudp-6.12.11-yocto-standard kernel-module-xfrm-user-6.12.11-yocto-standard kernel-module-rndis-host-6.12.11-yocto-standard kernel-module-udp-tunnel-6.12.11-yocto-standard kernel-module-gspca-sunplus-6.12.11-yocto-standard kernel-module-btmrvl-sdio-6.12.11-yocto-standard kernel-module-nf-nat-amanda-6.12.11-yocto-standard kernel-module-ip6-tunnel-6.12.11-yocto-standard kernel-module-vhost-net-6.12.11-yocto-standard kernel-module-snd-hda-codec-generic-6.12.11-yocto-standard kernel-module-nls-cp857-6.12.11-yocto-standard kernel-module-mt20xx-6.12.11-yocto-standard kernel-module-r8153-ecm-6.12.11-yocto-standard kernel-module-gspca-sq930x-6.12.11-yocto-standard kernel-module-sch-tbf-6.12.11-yocto-standard kernel-module-ah4-6.12.11-yocto-standard kernel-module-ebt-arp-6.12.11-yocto-standard kernel-module-pppoe-6.12.11-yocto-standard kernel-module-zd1211rw-6.12.11-yocto-standard kernel-module-gspca-jl2005bcd-6.12.11-yocto-standard kernel-module-nls-iso8859-3-6.12.11-yocto-standard kernel-module-ipw2100-6.12.11-yocto-standard kernel-module-sky2-6.12.11-yocto-standard kernel-module-twofish-generic-6.12.11-yocto-standard kernel-module-michael-mic-6.12.11-yocto-standard kernel-module-ppp-async-6.12.11-yocto-standard kernel-module-ipcomp6-6.12.11-yocto-standard kernel-module-xt-multiport-6.12.11-yocto-standard kernel-module-gspca-finepix-6.12.11-yocto-standard kernel-module-slip-6.12.11-yocto-standard kernel-module-r8152-6.12.11-yocto-standard kernel-module-xc5000-6.12.11-yocto-standard kernel-module-ebtables-6.12.11-yocto-standard kernel-module-ip6-tables-6.12.11-yocto-standard kernel-module-can-dev-6.12.11-yocto-standard kernel-module-hci-uart-6.12.11-yocto-standard kernel-module-skge-6.12.11-yocto-standard kernel-module-hci-vhci-6.12.11-yocto-standard kernel-module-gspca-vc032x-6.12.11-yocto-standard kernel-module-gspca-vicam-6.12.11-yocto-standard kernel-module-sch-ingress-6.12.11-yocto-standard kernel-module-btrsi-6.12.11-yocto-standard kernel-module-fuse-6.12.11-yocto-standard kernel-module-xt-u32-6.12.11-yocto-standard kernel-module-snd-hdsp-6.12.11-yocto-standard kernel-module-gspca-conex-6.12.11-yocto-standard kernel-module-vhost-iotlb-6.12.11-yocto-standard kernel-module-rtl8150-6.12.11-yocto-standard kernel-module-iwldvm-6.12.11-yocto-standard kernel-module-videobuf2-memops-6.12.11-yocto-standard kernel-module-crc8-6.12.11-yocto-standard kernel-module-snd-ctxfi-6.12.11-yocto-standard kernel-module-snd-ac97-codec-6.12.11-yocto-standard kernel-module-hso-6.12.11-yocto-standard kernel-module-rt2800pci-6.12.11-yocto-standard kernel-module-xt-helper-6.12.11-yocto-standard kernel-module-mc44s803-6.12.11-yocto-standard kernel-module-snd-i2c-6.12.11-yocto-standard kernel-module-ath5k-6.12.11-yocto-standard kernel-module-gspca-spca500-6.12.11-yocto-standard kernel-module-mcs7830-6.12.11-yocto-standard kernel-module-snd-seq-midi-event-6.12.11-yocto-standard kernel-module-snd-hda-codec-cirrus-6.12.11-yocto-standard kernel-module-kprobe-example-6.12.11-yocto-standard kernel-module-xt-tcpmss-6.12.11-yocto-standard kernel-module-nbd-6.12.11-yocto-standard kernel-module-gspca-spca508-6.12.11-yocto-standard kernel-module-snd-emux-synth-6.12.11-yocto-standard kernel-module-vmw-vsock-vmci-transport-6.12.11-yocto-standard kernel-module-configfs-sample-6.12.11-yocto-standard kernel-module-xt-nfqueue-6.12.11-yocto-standard kernel-module-snd-hda-codec-analog-6.12.11-yocto-standard kernel-module-ebt-stp-6.12.11-yocto-standard kernel-module-nhc-mobility-6.12.11-yocto-standard kernel-module-brcmfmac-wcc-6.12.11-yocto-standard kernel-module-libipw-6.12.11-yocto-standard kernel-module-pwc-6.12.11-yocto-standard kernel-module-blowfish-common-6.12.11-yocto-standard kernel-module-esp4-6.12.11-yocto-standard kernel-module-snd-aloop-6.12.11-yocto-standard kernel-module-v4l2-fwnode-6.12.11-yocto-standard kernel-module-ipheth-6.12.11-yocto-standard kernel-module-nls-iso8859-6-6.12.11-yocto-standard kernel-module-iptable-nat-6.12.11-yocto-standard kernel-module-snd-ens1370-6.12.11-yocto-standard kernel-module-mac80211-6.12.11-yocto-standard kernel-module-can-j1939-6.12.11-yocto-standard kernel-module-nls-cp775-6.12.11-yocto-standard kernel-module-ip6t-ipv6header-6.12.11-yocto-standard kernel-module-nls-iso8859-4-6.12.11-yocto-standard kernel-module-tda827x-6.12.11-yocto-standard kernel-module-cuse-6.12.11-yocto-standard kernel-module-gspca-stk014-6.12.11-yocto-standard kernel-module-uvcvideo-6.12.11-yocto-standard kernel-module-brcmfmac-bca-6.12.11-yocto-standard kernel-module-pcnet32-6.12.11-yocto-standard kernel-module-gma500-gfx-6.12.11-yocto-standard kernel-module-sch-red-6.12.11-yocto-standard kernel-module-pppox-6.12.11-yocto-standard kernel-module-ipt-ecn-6.12.11-yocto-standard kernel-module-xt-masquerade-6.12.11-yocto-standard kernel-module-gspca-sn9c2028-6.12.11-yocto-standard kernel-module-gspca-pac207-6.12.11-yocto-standard kernel-module-mwifiex-pcie-6.12.11-yocto-standard kernel-module-sr9800-6.12.11-yocto-standard kernel-module-at24-6.12.11-yocto-standard kernel-module-atl1-6.12.11-yocto-standard kernel-module-xt-mark-6.12.11-yocto-standard kernel-module-nf-nat-pptp-6.12.11-yocto-standard kernel-module-drm-exec-6.12.11-yocto-standard kernel-module-i2c-mux-6.12.11-yocto-standard kernel-module-snd-util-mem-6.12.11-yocto-standard kernel-module-tuner-types-6.12.11-yocto-standard kernel-module-wlcore-sdio-6.12.11-yocto-standard kernel-module-snd-ice17xx-ak4xxx-6.12.11-yocto-standard kernel-module-drm-display-helper-6.12.11-yocto-standard kernel-module-rt2800mmio-6.12.11-yocto-standard kernel-module-snd-ice1712-6.12.11-yocto-standard kernel-module-cdc-ncm-6.12.11-yocto-standard kernel-module-xt-limit-6.12.11-yocto-standard kernel-module-libertas-6.12.11-yocto-standard kernel-module-bonding-6.12.11-yocto-standard kernel-module-gspca-mr97310a-6.12.11-yocto-standard kernel-module-iwlmvm-6.12.11-yocto-standard kernel-module-gspca-main-6.12.11-yocto-standard kernel-module-smsc75xx-6.12.11-yocto-standard kernel-module-binfmt-misc-6.12.11-yocto-standard kernel-module-gspca-t613-6.12.11-yocto-standard kernel-module-gspca-tv8532-6.12.11-yocto-standard kernel-module-nls-cp950-6.12.11-yocto-standard kernel-module-ath9k-common-6.12.11-yocto-standard kernel-module-atl1e-6.12.11-yocto-standard kernel-module-iptable-filter-6.12.11-yocto-standard kernel-module-drm-suballoc-helper-6.12.11-yocto-standard kernel-module-ebtable-nat-6.12.11-yocto-standard kernel-module-xt-esp-6.12.11-yocto-standard kernel-module-cfg80211-6.12.11-yocto-standard kernel-module-ath-6.12.11-yocto-standard kernel-module-ebt-mark-m-6.12.11-yocto-standard kernel-module-nf-nat-tftp-6.12.11-yocto-standard kernel-module-videobuf2-common-6.12.11-yocto-standard kernel-module-nls-cp936-6.12.11-yocto-standard kernel-module-ebt-ip-6.12.11-yocto-standard kernel-module-ts-fsm-6.12.11-yocto-standard kernel-module-tea5767-6.12.11-yocto-standard kernel-module-sch-multiq-6.12.11-yocto-standard kernel-module-snd-ak4113-6.12.11-yocto-standard kernel-module-nhc-dest-6.12.11-yocto-standard kernel-module-blowfish-generic-6.12.11-yocto-standard kernel-module-vhost-6.12.11-yocto-standard kernel-module-xt-realm-6.12.11-yocto-standard kernel-module-nls-cp852-6.12.11-yocto-standard kernel-module-snd-hda-codec-conexant-6.12.11-yocto-standard kernel-module-tun-6.12.11-yocto-standard kernel-module-watchdog-6.12.11-yocto-standard kernel-module-xt-string-6.12.11-yocto-standard kernel-module-gspca-cpia1-6.12.11-yocto-standard kernel-module-snd-intel-dspcfg-6.12.11-yocto-standard kernel-module-dummy-6.12.11-yocto-standard kernel-module-snd-ctl-led-6.12.11-yocto-standard kernel-module-gspca-konica-6.12.11-yocto-standard kernel-module-rtl8xxxu-6.12.11-yocto-standard kernel-module-ebt-mark-6.12.11-yocto-standard kernel-module-nouveau-6.12.11-yocto-standard kernel-module-gspca-ov534-6.12.11-yocto-standard kernel-module-kobject-example-6.12.11-yocto-standard kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard kernel-module-brcmsmac-6.12.11-yocto-standard kernel-module-gspca-ov519-6.12.11-yocto-standard kernel-module-tipc-6.12.11-yocto-standard kernel-module-snd-usb-audio-6.12.11-yocto-standard kernel-module-ppp-generic-6.12.11-yocto-standard kernel-module-nls-cp862-6.12.11-yocto-standard kernel-module-ipw2200-6.12.11-yocto-standard kernel-module-sch-sfq-6.12.11-yocto-standard kernel-module-ip-gre-6.12.11-yocto-standard kernel-module-inttype-example-6.12.11-yocto-standard kernel-module-xt-conntrack-6.12.11-yocto-standard kernel-module-snd-hda-codec-idt-6.12.11-yocto-standard kernel-module-gspca-sn9c20x-6.12.11-yocto-standard kernel-module-snd-rme96-6.12.11-yocto-standard kernel-module-can-bcm-6.12.11-yocto-standard kernel-module-snd-emu10k1-synth-6.12.11-yocto-standard kernel-module-nf-log-syslog-6.12.11-yocto-standard kernel-module-romfs-6.12.11-yocto-standard kernel-module-nls-cp866-6.12.11-yocto-standard kernel-module-dvb-core-6.12.11-yocto-standard kernel-module-act-skbedit-6.12.11-yocto-standard kernel-module-parport-pc-6.12.11-yocto-standard kernel-module-vmw-balloon-6.12.11-yocto-standard kernel-module-nf-synproxy-core-6.12.11-yocto-standard kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard kernel-module-xt-comment-6.12.11-yocto-standard kernel-module-cdc-eem-6.12.11-yocto-standard kernel-module-nls-iso8859-9-6.12.11-yocto-standard kernel-module-ip6table-mangle-6.12.11-yocto-standard kernel-module-snd-mpu401-uart-6.12.11-yocto-standard kernel-module-kset-example-6.12.11-yocto-standard kernel-module-nfnetlink-6.12.11-yocto-standard kernel-module-snd-hda-intel-6.12.11-yocto-standard kernel-module-nls-koi8-ru-6.12.11-yocto-standard kernel-module-cls-flower-6.12.11-yocto-standard kernel-module-ip6table-nat-6.12.11-yocto-standard kernel-module-snd-ak4114-6.12.11-yocto-standard kernel-module-bytestream-example-6.12.11-yocto-standard kernel-module-gspca-zc3xx-6.12.11-yocto-standard kernel-module-serpent-generic-6.12.11-yocto-standard kernel-module-xt-hl-6.12.11-yocto-standard kernel-module-eeprom-93cx6-6.12.11-yocto-standard kernel-module-ebt-redirect-6.12.11-yocto-standard kernel-module-snd-ens1371-6.12.11-yocto-standard kernel-module-dm9601-6.12.11-yocto-standard kernel-module-ipt-synproxy-6.12.11-yocto-standard kernel-module-wl18xx-6.12.11-yocto-standard kernel-module-ppp-deflate-6.12.11-yocto-standard kernel-module-nfnetlink-log-6.12.11-yocto-standard kernel-module-gspca-mars-6.12.11-yocto-standard kernel-module-xt-pkttype-6.12.11-yocto-standard kernel-module-v4l2-async-6.12.11-yocto-standard kernel-module-crc7-6.12.11-yocto-standard kernel-module-ts-kmp-6.12.11-yocto-standard kernel-module-cirrus-6.12.11-yocto-standard kernel-module-btsdio-6.12.11-yocto-standard kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard kernel-module-nls-cp737-6.12.11-yocto-standard kernel-module-snd-seq-midi-6.12.11-yocto-standard kernel-module-snd-usb-hiface-6.12.11-yocto-standard kernel-module-camellia-generic-6.12.11-yocto-standard kernel-module-nls-utf8-6.12.11-yocto-standard kernel-module-usbtouchscreen-6.12.11-yocto-standard kernel-module-gspca-spca501-6.12.11-yocto-standard kernel-module-8139cp-6.12.11-yocto-standard kernel-module-snd-atiixp-modem-6.12.11-yocto-standard kernel-module-xfrm-ipcomp-6.12.11-yocto-standard kernel-module-ip6-udp-tunnel-6.12.11-yocto-standard kernel-module-gspca-etoms-6.12.11-yocto-standard kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard kernel-module-nf-reject-ipv4-6.12.11-yocto-standard kernel-module-nls-cp932-6.12.11-yocto-standard kernel-module-soundcore-6.12.11-yocto-standard kernel-module-xt-quota-6.12.11-yocto-standard kernel-module-ip6table-raw-6.12.11-yocto-standard kernel-module-pktgen-6.12.11-yocto-standard kernel-module-rfcomm-6.12.11-yocto-standard kernel-module-video-6.12.11-yocto-standard kernel-module-mc-6.12.11-yocto-standard kernel-module-xt-state-6.12.11-yocto-standard kernel-module-snd-ice1724-6.12.11-yocto-standard kernel-module-tda18271-6.12.11-yocto-standard kernel-module-6lowpan-6.12.11-yocto-standard kernel-module-crc-ccitt-6.12.11-yocto-standard kernel-module-drm-buddy-6.12.11-yocto-standard kernel-module-sch-codel-6.12.11-yocto-standard kernel-module-rtl818x-pci-6.12.11-yocto-standard kernel-module-snd-oxygen-6.12.11-yocto-standard kernel-module-x-tables-6.12.11-yocto-standard kernel-module-snd-usbmidi-lib-6.12.11-yocto-standard kernel-module-tcrypt-6.12.11-yocto-standard kernel-module-alx-6.12.11-yocto-standard kernel-module-sch-netem-6.12.11-yocto-standard kernel-module-lib80211-crypt-ccmp-6.12.11-yocto-standard kernel-module-nfnetlink-queue-6.12.11-yocto-standard kernel-module-sil164-6.12.11-yocto-standard kernel-module-snd-intel-sdw-acpi-6.12.11-yocto-standard kernel-module-parport-6.12.11-yocto-standard kernel-module-slhc-6.12.11-yocto-standard kernel-module-sch-htb-6.12.11-yocto-standard kernel-module-rsi-91x-6.12.11-yocto-standard kernel-module-nls-cp949-6.12.11-yocto-standard kernel-module-can-raw-6.12.11-yocto-standard kernel-module-xcbc-6.12.11-yocto-standard kernel-module-gre-6.12.11-yocto-standard kernel-module-tea5761-6.12.11-yocto-standard kernel-module-ppp-synctty-6.12.11-yocto-standard kernel-module-snd-ak4xxx-adda-6.12.11-yocto-standard kernel-module-xt-nflog-6.12.11-yocto-standard kernel-module-gspca-stv0680-6.12.11-yocto-standard kernel-module-ax88796b-6.12.11-yocto-standard kernel-module-ipt-rpfilter-6.12.11-yocto-standard kernel-module-gspca-topro-6.12.11-yocto-standard kernel-module-ts-bm-6.12.11-yocto-standard kernel-module-snd-emu10k1-6.12.11-yocto-standard kernel-module-ebtable-filter-6.12.11-yocto-standard kernel-module-softdog-6.12.11-yocto-standard kernel-module-phylink-6.12.11-yocto-standard kernel-module-xt-netmap-6.12.11-yocto-standard kernel-module-ipcomp-6.12.11-yocto-standard kernel-module-gspca-sq905-6.12.11-yocto-standard kernel-module-snd-hda-codec-6.12.11-yocto-standard kernel-module-nf-conntrack-sane-6.12.11-yocto-standard kernel-module-nls-cp865-6.12.11-yocto-standard kernel-module-tg3-6.12.11-yocto-standard kernel-module-bpa10x-6.12.11-yocto-standard kernel-module-videobuf2-vmalloc-6.12.11-yocto-standard kernel-module-gspca-pac7302-6.12.11-yocto-standard kernel-module-xc4000-6.12.11-yocto-standard kernel-module-snd-oxygen-lib-6.12.11-yocto-standard kernel-module-xt-log-6.12.11-yocto-standard kernel-module-uvc-6.12.11-yocto-standard kernel-module-kvm-6.12.11-yocto-standard kernel-module-kretprobe-example-6.12.11-yocto-standard kernel-module-mwl8k-6.12.11-yocto-standard kernel-module-cast5-generic-6.12.11-yocto-standard kernel-module-snd-hdspm-6.12.11-yocto-standard kernel-module-gspca-gl860-6.12.11-yocto-standard kernel-module-lib80211-crypt-tkip-6.12.11-yocto-standard kernel-module-snd-seq-6.12.11-yocto-standard kernel-module-ebt-nflog-6.12.11-yocto-standard kernel-module-gspca-xirlink-cit-6.12.11-yocto-standard kernel-module-nf-nat-sip-6.12.11-yocto-standard kernel-module-ipip-6.12.11-yocto-standard kernel-module-record-example-6.12.11-yocto-standard kernel-module-sctp-6.12.11-yocto-standard kernel-module-cordic-6.12.11-yocto-standard kernel-module-af-key-6.12.11-yocto-standard kernel-module-xt-mac-6.12.11-yocto-standard kernel-module-ch7006-6.12.11-yocto-standard kernel-module-btmrvl-6.12.11-yocto-standard kernel-module-ebtable-broute-6.12.11-yocto-standard kernel-module-ac97-bus-6.12.11-yocto-standard kernel-module-nls-iso8859-14-6.12.11-yocto-standard kernel-module-iptable-mangle-6.12.11-yocto-standard kernel-module-libertas-sdio-6.12.11-yocto-standard kernel-module-xt-length-6.12.11-yocto-standard kernel-module-lib80211-6.12.11-yocto-standard kernel-module-nls-iso8859-13-6.12.11-yocto-standard kernel-module-ip6t-eui64-6.12.11-yocto-standard kernel-module-xt-ct-6.12.11-yocto-standard kernel-module-can-gw-6.12.11-yocto-standard kernel-module-snd-pcm-6.12.11-yocto-standard kernel-module-snd-intel8x0-6.12.11-yocto-standard kernel-module-nfsd-6.12.11-yocto-standard kernel-module-ebt-arpreply-6.12.11-yocto-standard kernel-module-xt-statistic-6.12.11-yocto-standard kernel-module-usbnet-6.12.11-yocto-standard kernel-module-bfusb-6.12.11-yocto-standard kernel-module-snd-timer-6.12.11-yocto-standard kernel-module-trace-printk-6.12.11-yocto-standard kernel-module-ebt-802-3-6.12.11-yocto-standard kernel-module-algif-aead-6.12.11-yocto-standard kernel-module-s2255drv-6.12.11-yocto-standard kernel-module-xt-hashlimit-6.12.11-yocto-standard kernel-module-nls-iso8859-2-6.12.11-yocto-standard kernel-module-kaweth-6.12.11-yocto-standard kernel-module-xt-connlimit-6.12.11-yocto-standard kernel-module-ebt-limit-6.12.11-yocto-standard kernel-module-xt-nat-6.12.11-yocto-standard kernel-module-ebt-among-6.12.11-yocto-standard kernel-module-atl2-6.12.11-yocto-standard kernel-module-ipt-ah-6.12.11-yocto-standard kernel-module-gspca-spca1528-6.12.11-yocto-standard kernel-module-arpt-mangle-6.12.11-yocto-standard kernel-module-ebt-snat-6.12.11-yocto-standard kernel-module-nls-koi8-r-6.12.11-yocto-standard kernel-module-snd-hda-codec-si3054-6.12.11-yocto-standard kernel-module-rsi-sdio-6.12.11-yocto-standard kernel-module-snd-cmipci-6.12.11-yocto-standard kernel-module-cls-bpf-6.12.11-yocto-standard kernel-module-can-6.12.11-yocto-standard kernel-module-brcmfmac-6.12.11-yocto-standard kernel-module-nf-conntrack-6.12.11-yocto-standard kernel-module-xt-policy-6.12.11-yocto-standard kernel-module-ebt-vlan-6.12.11-yocto-standard kernel-module-snd-hda-codec-ca0110-6.12.11-yocto-standard kernel-module-wl1251-6.12.11-yocto-standard kernel-module-uvesafb-6.12.11-yocto-standard kernel-module-ebt-ip6-6.12.11-yocto-standard kernel-module-trace-events-sample-6.12.11-yocto-standard kernel-module-snd-opl3-lib-6.12.11-yocto-standard kernel-module-brcmfmac-cyw-6.12.11-yocto-standard kernel-module-rtl8187-6.12.11-yocto-standard kernel-module-snd-emu10k1x-6.12.11-yocto-standard kernel-module-nls-cp855-6.12.11-yocto-standard kernel-module-snd-rme9652-6.12.11-yocto-standard kernel-module-nls-cp1255-6.12.11-yocto-standard kernel-module-nls-cp863-6.12.11-yocto-standard kernel-module-rt2x00pci-6.12.11-yocto-standard kernel-module-sch-gred-6.12.11-yocto-standard kernel-module-ipt-reject-6.12.11-yocto-standard kernel-module-rt2x00mmio-6.12.11-yocto-standard kernel-module-xc2028-6.12.11-yocto-standard kernel-module-rt2x00lib-6.12.11-yocto-standard kernel-module-snd-usb-usx2y-6.12.11-yocto-standard kernel-module-bnep-6.12.11-yocto-standard kernel-module-sctp-diag-6.12.11-yocto-standard kernel-module-algif-skcipher-6.12.11-yocto-standard kernel-module-snd-dummy-6.12.11-yocto-standard kernel-module-virtio-input-6.12.11-yocto-standard kernel-module-rt2800lib-6.12.11-yocto-standard kernel-module-bsd-comp-6.12.11-yocto-standard kernel-module-gspca-pac7311-6.12.11-yocto-standard kernel-module-gspca-nw80x-6.12.11-yocto-standard kernel-module-lp-6.12.11-yocto-standard kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard kernel-module-sch-teql-6.12.11-yocto-standard kernel-module-ebt-pkttype-6.12.11-yocto-standard kernel-module-catc-6.12.11-yocto-standard kernel-module-cdc-subset-6.12.11-yocto-standard kernel-module-nls-iso8859-15-6.12.11-yocto-standard kernel-module-ip6table-filter-6.12.11-yocto-standard kernel-module-snd-rawmidi-6.12.11-yocto-standard kernel-module-dma-example-6.12.11-yocto-standard kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard kernel-module-xt-dccp-6.12.11-yocto-standard kernel-module-udl-6.12.11-yocto-standard kernel-module-net1080-6.12.11-yocto-standard kernel-module-gspca-spca561-6.12.11-yocto-standard kernel-module-gspca-se401-6.12.11-yocto-standard kernel-module-gspca-sonixb-6.12.11-yocto-standard kernel-module-8139too-6.12.11-yocto-standard kernel-module-snd-usb-us122l-6.12.11-yocto-standard kernel-module-configfs-6.12.11-yocto-standard kernel-module-snd-ca0106-6.12.11-yocto-standard kernel-module-typhoon-6.12.11-yocto-standard kernel-module-iptable-raw-6.12.11-yocto-standard kernel-module-nls-cp861-6.12.11-yocto-standard kernel-module-smsc-6.12.11-yocto-standard kernel-module-ip6t-frag-6.12.11-yocto-standard kernel-module-xfrm4-tunnel-6.12.11-yocto-standard kernel-module-ax88179-178a-6.12.11-yocto-standard kernel-module-usb8xxx-6.12.11-yocto-standard kernel-module-gspca-m5602-6.12.11-yocto-standard kernel-module-vcan-6.12.11-yocto-standard kernel-module-ip-tables-6.12.11-yocto-standard kernel-module-mxm-wmi-6.12.11-yocto-standard kernel-module-sch-prio-6.12.11-yocto-standard kernel-module-bcm203x-6.12.11-yocto-standard kernel-module-nf-nat-h323-6.12.11-yocto-standard kernel-module-mdio-6.12.11-yocto-standard kernel-module-nls-koi8-u-6.12.11-yocto-standard", added "kernel-module-nhc-mobility-6.12.13-yocto-standard kernel-module-catc-6.12.13-yocto-standard kernel-module-af-key-6.12.13-yocto-standard kernel-module-vmw-vsock-vmci-transport-6.12.13-yocto-standard kernel-module-ipw2200-6.12.13-yocto-standard kernel-module-i915-6.12.13-yocto-standard kernel-module-nf-conntrack-netlink-6.12.13-yocto-standard kernel-module-data-breakpoint-6.12.13-yocto-standard kernel-module-ipip-6.12.13-yocto-standard kernel-module-ipheth-6.12.13-yocto-standard kernel-module-nf-nat-ftp-6.12.13-yocto-standard kernel-module-tea5761-6.12.13-yocto-standard kernel-module-tda827x-6.12.13-yocto-standard kernel-module-wp512-6.12.13-yocto-standard kernel-module-gspca-spca501-6.12.13-yocto-standard kernel-module-skge-6.12.13-yocto-standard kernel-module-camellia-generic-6.12.13-yocto-standard kernel-module-nls-iso8859-5-6.12.13-yocto-standard kernel-module-smsc95xx-6.12.13-yocto-standard kernel-module-nls-iso8859-6-6.12.13-yocto-standard kernel-module-crc-ccitt-6.12.13-yocto-standard kernel-module-ebt-arpreply-6.12.13-yocto-standard kernel-module-xc4000-6.12.13-yocto-standard kernel-module-libipw-6.12.13-yocto-standard kernel-module-iwldvm-6.12.13-yocto-standard kernel-module-xfrm-user-6.12.13-yocto-standard kernel-module-ebtable-broute-6.12.13-yocto-standard kernel-module-xt-connmark-6.12.13-yocto-standard kernel-module-snd-ak4114-6.12.13-yocto-standard kernel-module-configfs-6.12.13-yocto-standard kernel-module-rtl818x-pci-6.12.13-yocto-standard kernel-module-dummy-6.12.13-yocto-standard kernel-module-eeprom-93cx6-6.12.13-yocto-standard kernel-module-gspca-pac207-6.12.13-yocto-standard kernel-module-cls-bpf-6.12.13-yocto-standard kernel-module-ip6t-ipv6header-6.12.13-yocto-standard kernel-module-ax88796b-6.12.13-yocto-standard kernel-module-brcmfmac-wcc-6.12.13-yocto-standard kernel-module-nf-conntrack-netbios-ns-6.12.13-yocto-standard kernel-module-usbtouchscreen-6.12.13-yocto-standard kernel-module-nf-nat-amanda-6.12.13-yocto-standard kernel-module-snd-ice1724-6.12.13-yocto-standard kernel-module-snd-virtuoso-6.12.13-yocto-standard kernel-module-rt2x00lib-6.12.13-yocto-standard kernel-module-xt-quota-6.12.13-yocto-standard kernel-module-nf-defrag-ipv6-6.12.13-yocto-standard kernel-module-nls-cp932-6.12.13-yocto-standard kernel-module-gma500-gfx-6.12.13-yocto-standard kernel-module-mxm-wmi-6.12.13-yocto-standard kernel-module-snd-hwdep-6.12.13-yocto-standard kernel-module-gspca-vc032x-6.12.13-yocto-standard kernel-module-v4l2-fwnode-6.12.13-yocto-standard kernel-module-xt-trace-6.12.13-yocto-standard kernel-module-sch-multiq-6.12.13-yocto-standard kernel-module-ip6t-rt-6.12.13-yocto-standard kernel-module-sch-tbf-6.12.13-yocto-standard kernel-module-v4l2-async-6.12.13-yocto-standard kernel-module-gspca-spca1528-6.12.13-yocto-standard kernel-module-sch-fq-codel-6.12.13-yocto-standard kernel-module-snd-intel-sdw-acpi-6.12.13-yocto-standard kernel-module-kobject-example-6.12.13-yocto-standard kernel-module-snd-usb-usx2y-6.12.13-yocto-standard kernel-module-nls-cp865-6.12.13-yocto-standard kernel-module-uvcvideo-6.12.13-yocto-standard kernel-module-snd-mpu401-uart-6.12.13-yocto-standard kernel-module-cuse-6.12.13-yocto-standard kernel-module-ip-gre-6.12.13-yocto-standard kernel-module-iptable-filter-6.12.13-yocto-standard kernel-module-nf-log-syslog-6.12.13-yocto-standard kernel-module-wmi-bmof-6.12.13-yocto-standard kernel-module-nf-nat-tftp-6.12.13-yocto-standard kernel-module-snd-pcm-6.12.13-yocto-standard kernel-module-ts-fsm-6.12.13-yocto-standard kernel-module-nls-iso8859-9-6.12.13-yocto-standard kernel-module-ch7006-6.12.13-yocto-standard kernel-module-nouveau-6.12.13-yocto-standard kernel-module-ebt-stp-6.12.13-yocto-standard kernel-module-smsc75xx-6.12.13-yocto-standard kernel-module-snd-i2c-6.12.13-yocto-standard kernel-module-parport-6.12.13-yocto-standard kernel-module-snd-hda-codec-si3054-6.12.13-yocto-standard kernel-module-tcrypt-6.12.13-yocto-standard kernel-module-rfcomm-6.12.13-yocto-standard kernel-module-nf-conntrack-amanda-6.12.13-yocto-standard kernel-module-snd-cmipci-6.12.13-yocto-standard kernel-module-gspca-ov519-6.12.13-yocto-standard kernel-module-gspca-gl860-6.12.13-yocto-standard kernel-module-snd-ctl-led-6.12.13-yocto-standard kernel-module-cdc-eem-6.12.13-yocto-standard kernel-module-dma-example-6.12.13-yocto-standard kernel-module-snd-seq-midi-event-6.12.13-yocto-standard kernel-module-btsdio-6.12.13-yocto-standard kernel-module-btrsi-6.12.13-yocto-standard kernel-module-drm-display-helper-6.12.13-yocto-standard kernel-module-snd-ca0106-6.12.13-yocto-standard kernel-module-radeon-6.12.13-yocto-standard kernel-module-xt-classify-6.12.13-yocto-standard kernel-module-xt-nflog-6.12.13-yocto-standard kernel-module-crc8-6.12.13-yocto-standard kernel-module-nls-koi8-r-6.12.13-yocto-standard kernel-module-vgem-6.12.13-yocto-standard kernel-module-microchip-6.12.13-yocto-standard kernel-module-xt-nat-6.12.13-yocto-standard kernel-module-ppp-async-6.12.13-yocto-standard kernel-module-snd-cs8427-6.12.13-yocto-standard kernel-module-twofish-generic-6.12.13-yocto-standard kernel-module-ip6t-eui64-6.12.13-yocto-standard kernel-module-tunnel6-6.12.13-yocto-standard kernel-module-nls-iso8859-3-6.12.13-yocto-standard kernel-module-ebt-802-3-6.12.13-yocto-standard kernel-module-act-skbedit-6.12.13-yocto-standard kernel-module-dl2k-6.12.13-yocto-standard kernel-module-gpu-sched-6.12.13-yocto-standard kernel-module-iptable-nat-6.12.13-yocto-standard kernel-module-nls-cp1251-6.12.13-yocto-standard kernel-module-cast6-generic-6.12.13-yocto-standard kernel-module-snd-usb-us122l-6.12.13-yocto-standard kernel-module-softdog-6.12.13-yocto-standard kernel-module-ax88179-178a-6.12.13-yocto-standard kernel-module-esp4-6.12.13-yocto-standard kernel-module-configfs-sample-6.12.13-yocto-standard kernel-module-gspca-m5602-6.12.13-yocto-standard kernel-module-ebt-nflog-6.12.13-yocto-standard kernel-module-asix-6.12.13-yocto-standard kernel-module-gspca-nw80x-6.12.13-yocto-standard kernel-module-ip6-tunnel-6.12.13-yocto-standard kernel-module-nls-cp850-6.12.13-yocto-standard kernel-module-snd-emu10k1-6.12.13-yocto-standard kernel-module-snd-hrtimer-6.12.13-yocto-standard kernel-module-snd-oxygen-lib-6.12.13-yocto-standard kernel-module-hso-6.12.13-yocto-standard kernel-module-atl2-6.12.13-yocto-standard kernel-module-atl1c-6.12.13-yocto-standard kernel-module-xfrm6-tunnel-6.12.13-yocto-standard kernel-module-btmrvl-6.12.13-yocto-standard kernel-module-6lowpan-6.12.13-yocto-standard kernel-module-tipc-diag-6.12.13-yocto-standard kernel-module-snd-hda-codec-via-6.12.13-yocto-standard kernel-module-nf-conntrack-sip-6.12.13-yocto-standard kernel-module-gspca-ov534-6.12.13-yocto-standard kernel-module-snd-hda-intel-6.12.13-yocto-standard kernel-module-blowfish-generic-6.12.13-yocto-standard kernel-module-sch-netem-6.12.13-yocto-standard kernel-module-nls-utf8-6.12.13-yocto-standard kernel-module-slhc-6.12.13-yocto-standard kernel-module-drm-exec-6.12.13-yocto-standard kernel-module-usb8xxx-6.12.13-yocto-standard kernel-module-sch-prio-6.12.13-yocto-standard kernel-module-gspca-kinect-6.12.13-yocto-standard kernel-module-can-raw-6.12.13-yocto-standard kernel-module-pcnet32-6.12.13-yocto-standard kernel-module-xt-netmap-6.12.13-yocto-standard kernel-module-gspca-sq930x-6.12.13-yocto-standard kernel-module-ipt-ecn-6.12.13-yocto-standard kernel-module-usbnet-6.12.13-yocto-standard kernel-module-snd-seq-virmidi-6.12.13-yocto-standard kernel-module-ath-6.12.13-yocto-standard kernel-module-videobuf2-common-6.12.13-yocto-standard kernel-module-nls-cp1250-6.12.13-yocto-standard kernel-module-mdio-6.12.13-yocto-standard kernel-module-gspca-stv06xx-6.12.13-yocto-standard kernel-module-parport-pc-6.12.13-yocto-standard kernel-module-nf-nat-6.12.13-yocto-standard kernel-module-gspca-jl2005bcd-6.12.13-yocto-standard kernel-module-nls-cp874-6.12.13-yocto-standard kernel-module-nbd-6.12.13-yocto-standard kernel-module-ebt-dnat-6.12.13-yocto-standard kernel-module-nf-defrag-ipv4-6.12.13-yocto-standard kernel-module-at24-6.12.13-yocto-standard kernel-module-bpa10x-6.12.13-yocto-standard kernel-module-kprobe-example-6.12.13-yocto-standard kernel-module-tda9887-6.12.13-yocto-standard kernel-module-soundcore-6.12.13-yocto-standard kernel-module-fuse-6.12.13-yocto-standard kernel-module-xt-tcpudp-6.12.13-yocto-standard kernel-module-ip6-tables-6.12.13-yocto-standard kernel-module-gspca-finepix-6.12.13-yocto-standard kernel-module-xt-connlimit-6.12.13-yocto-standard kernel-module-ts-kmp-6.12.13-yocto-standard kernel-module-udp-tunnel-6.12.13-yocto-standard kernel-module-nf-conntrack-pptp-6.12.13-yocto-standard kernel-module-lib80211-crypt-tkip-6.12.13-yocto-standard kernel-module-snd-ctxfi-6.12.13-yocto-standard kernel-module-brcmfmac-bca-6.12.13-yocto-standard kernel-module-ac97-bus-6.12.13-yocto-standard kernel-module-snd-ak4xxx-adda-6.12.13-yocto-standard kernel-module-ebt-mark-m-6.12.13-yocto-standard kernel-module-xc5000-6.12.13-yocto-standard kernel-module-tda18271-6.12.13-yocto-standard kernel-module-nf-conntrack-sane-6.12.13-yocto-standard kernel-module-cdc-ncm-6.12.13-yocto-standard kernel-module-videodev-6.12.13-yocto-standard kernel-module-nls-koi8-u-6.12.13-yocto-standard kernel-module-snd-aloop-6.12.13-yocto-standard kernel-module-snd-seq-6.12.13-yocto-standard kernel-module-rsi-sdio-6.12.13-yocto-standard kernel-module-xt-pkttype-6.12.13-yocto-standard kernel-module-xt-state-6.12.13-yocto-standard kernel-module-8139cp-6.12.13-yocto-standard kernel-module-bcm203x-6.12.13-yocto-standard kernel-module-iwlwifi-6.12.13-yocto-standard kernel-module-xt-mark-6.12.13-yocto-standard kernel-module-algif-aead-6.12.13-yocto-standard kernel-module-snd-hda-codec-cmedia-6.12.13-yocto-standard kernel-module-lp-6.12.13-yocto-standard kernel-module-drm-gpuvm-6.12.13-yocto-standard kernel-module-pppox-6.12.13-yocto-standard kernel-module-snd-6.12.13-yocto-standard kernel-module-snd-usb-hiface-6.12.13-yocto-standard kernel-module-ipt-ah-6.12.13-yocto-standard kernel-module-bluetooth-6lowpan-6.12.13-yocto-standard kernel-module-nf-conncount-6.12.13-yocto-standard kernel-module-ipt-reject-6.12.13-yocto-standard kernel-module-nls-cp936-6.12.13-yocto-standard kernel-module-libertas-6.12.13-yocto-standard kernel-module-nf-nat-sip-6.12.13-yocto-standard kernel-module-nls-iso8859-4-6.12.13-yocto-standard kernel-module-xt-dccp-6.12.13-yocto-standard kernel-module-iptable-raw-6.12.13-yocto-standard kernel-module-arp-tables-6.12.13-yocto-standard kernel-module-sch-sfq-6.12.13-yocto-standard kernel-module-snd-ens1371-6.12.13-yocto-standard kernel-module-rtl8150-6.12.13-yocto-standard kernel-module-nfsd-6.12.13-yocto-standard kernel-module-tda8290-6.12.13-yocto-standard kernel-module-iptable-mangle-6.12.13-yocto-standard kernel-module-snd-hda-codec-ca0110-6.12.13-yocto-standard kernel-module-nf-conntrack-6.12.13-yocto-standard kernel-module-cordic-6.12.13-yocto-standard kernel-module-kset-example-6.12.13-yocto-standard kernel-module-xcbc-6.12.13-yocto-standard kernel-module-ipt-synproxy-6.12.13-yocto-standard kernel-module-wl12xx-6.12.13-yocto-standard kernel-module-libertas-sdio-6.12.13-yocto-standard kernel-module-snd-dummy-6.12.13-yocto-standard kernel-module-backlight-6.12.13-yocto-standard kernel-module-gspca-pac7302-6.12.13-yocto-standard kernel-module-nls-iso8859-7-6.12.13-yocto-standard kernel-module-pegasus-6.12.13-yocto-standard kernel-module-sch-teql-6.12.13-yocto-standard kernel-module-arpt-mangle-6.12.13-yocto-standard kernel-module-ebtable-filter-6.12.13-yocto-standard kernel-module-ath9k-hw-6.12.13-yocto-standard kernel-module-ipw2100-6.12.13-yocto-standard kernel-module-nls-cp852-6.12.13-yocto-standard kernel-module-virtio-input-6.12.13-yocto-standard kernel-module-gspca-spca561-6.12.13-yocto-standard kernel-module-nls-cp775-6.12.13-yocto-standard kernel-module-snd-usb-audio-6.12.13-yocto-standard kernel-module-gspca-t613-6.12.13-yocto-standard kernel-module-gspca-jeilinj-6.12.13-yocto-standard kernel-module-gspca-spca508-6.12.13-yocto-standard kernel-module-x86-pkg-temp-thermal-6.12.13-yocto-standard kernel-module-michael-mic-6.12.13-yocto-standard kernel-module-typhoon-6.12.13-yocto-standard kernel-module-tun-6.12.13-yocto-standard kernel-module-ipcomp6-6.12.13-yocto-standard kernel-module-gspca-vicam-6.12.13-yocto-standard kernel-module-brcmfmac-cyw-6.12.13-yocto-standard kernel-module-vhost-iotlb-6.12.13-yocto-standard kernel-module-snd-hda-codec-ca0132-6.12.13-yocto-standard kernel-module-xt-mac-6.12.13-yocto-standard kernel-module-sil164-6.12.13-yocto-standard kernel-module-snd-ac97-codec-6.12.13-yocto-standard kernel-module-ath9k-6.12.13-yocto-standard kernel-module-ts-bm-6.12.13-yocto-standard kernel-module-gspca-se401-6.12.13-yocto-standard kernel-module-gspca-conex-6.12.13-yocto-standard kernel-module-phylink-6.12.13-yocto-standard kernel-module-gspca-topro-6.12.13-yocto-standard kernel-module-nls-cp737-6.12.13-yocto-standard kernel-module-rt2800pci-6.12.13-yocto-standard kernel-module-watchdog-6.12.13-yocto-standard kernel-module-nls-cp862-6.12.13-yocto-standard kernel-module-nls-iso8859-15-6.12.13-yocto-standard kernel-module-gspca-mars-6.12.13-yocto-standard kernel-module-videobuf2-memops-6.12.13-yocto-standard kernel-module-kaweth-6.12.13-yocto-standard kernel-module-cast5-generic-6.12.13-yocto-standard kernel-module-ppp-generic-6.12.13-yocto-standard kernel-module-lib80211-crypt-ccmp-6.12.13-yocto-standard kernel-module-xt-limit-6.12.13-yocto-standard kernel-module-gspca-main-6.12.13-yocto-standard kernel-module-cdc-subset-6.12.13-yocto-standard kernel-module-rtl8187-6.12.13-yocto-standard kernel-module-gspca-tv8532-6.12.13-yocto-standard kernel-module-snd-usbmidi-lib-6.12.13-yocto-standard kernel-module-record-example-6.12.13-yocto-standard kernel-module-sch-hfsc-6.12.13-yocto-standard kernel-module-sky2-6.12.13-yocto-standard kernel-module-can-j1939-6.12.13-yocto-standard kernel-module-nf-conntrack-h323-6.12.13-yocto-standard kernel-module-xt-ecn-6.12.13-yocto-standard kernel-module-videobuf2-v4l2-6.12.13-yocto-standard kernel-module-uvesafb-6.12.13-yocto-standard kernel-module-nf-conntrack-irc-6.12.13-yocto-standard kernel-module-vcan-6.12.13-yocto-standard kernel-module-xc2028-6.12.13-yocto-standard kernel-module-snd-emux-synth-6.12.13-yocto-standard kernel-module-mwl8k-6.12.13-yocto-standard kernel-module-snd-hda-codec-analog-6.12.13-yocto-standard kernel-module-hidp-6.12.13-yocto-standard kernel-module-xt-tcpmss-6.12.13-yocto-standard kernel-module-ip6table-filter-6.12.13-yocto-standard kernel-module-snd-emu10k1x-6.12.13-yocto-standard kernel-module-xt-string-6.12.13-yocto-standard kernel-module-dm9601-6.12.13-yocto-standard kernel-module-net1080-6.12.13-yocto-standard kernel-module-udl-6.12.13-yocto-standard kernel-module-vhost-net-6.12.13-yocto-standard kernel-module-xt-conntrack-6.12.13-yocto-standard kernel-module-sch-red-6.12.13-yocto-standard kernel-module-trace-events-sample-6.12.13-yocto-standard kernel-module-nf-nat-h323-6.12.13-yocto-standard kernel-module-snd-hdspm-6.12.13-yocto-standard kernel-module-nhc-dest-6.12.13-yocto-standard kernel-module-can-gw-6.12.13-yocto-standard kernel-module-snd-hda-codec-cirrus-6.12.13-yocto-standard kernel-module-snd-hda-codec-idt-6.12.13-yocto-standard kernel-module-snd-atiixp-modem-6.12.13-yocto-standard kernel-module-xt-hashlimit-6.12.13-yocto-standard kernel-module-lan78xx-6.12.13-yocto-standard kernel-module-ebt-snat-6.12.13-yocto-standard kernel-module-ip6table-raw-6.12.13-yocto-standard kernel-module-nls-koi8-ru-6.12.13-yocto-standard kernel-module-xt-sctp-6.12.13-yocto-standard kernel-module-sch-ingress-6.12.13-yocto-standard kernel-module-gspca-ov534-9-6.12.13-yocto-standard kernel-module-mt7601u-6.12.13-yocto-standard kernel-module-sctp-diag-6.12.13-yocto-standard kernel-module-ip6table-mangle-6.12.13-yocto-standard kernel-module-gspca-cpia1-6.12.13-yocto-standard kernel-module-ah4-6.12.13-yocto-standard kernel-module-act-mirred-6.12.13-yocto-standard kernel-module-algif-skcipher-6.12.13-yocto-standard kernel-module-romfs-6.12.13-yocto-standard kernel-module-snd-hda-codec-6.12.13-yocto-standard kernel-module-tuner-types-6.12.13-yocto-standard kernel-module-smsc-6.12.13-yocto-standard kernel-module-uvc-6.12.13-yocto-standard kernel-module-brcmutil-6.12.13-yocto-standard kernel-module-gspca-etoms-6.12.13-yocto-standard kernel-module-wlcore-sdio-6.12.13-yocto-standard kernel-module-inttype-example-6.12.13-yocto-standard kernel-module-snd-seq-midi-6.12.13-yocto-standard kernel-module-xt-multiport-6.12.13-yocto-standard kernel-module-gspca-spca505-6.12.13-yocto-standard kernel-module-iptable-security-6.12.13-yocto-standard kernel-module-x-tables-6.12.13-yocto-standard kernel-module-snd-opl3-lib-6.12.13-yocto-standard kernel-module-ebt-vlan-6.12.13-yocto-standard kernel-module-ip6t-hbh-6.12.13-yocto-standard kernel-module-arptable-filter-6.12.13-yocto-standard kernel-module-snd-hdsp-6.12.13-yocto-standard kernel-module-can-bcm-6.12.13-yocto-standard kernel-module-brcmfmac-6.12.13-yocto-standard kernel-module-bnxt-en-6.12.13-yocto-standard kernel-module-snd-ice17xx-ak4xxx-6.12.13-yocto-standard kernel-module-s2255drv-6.12.13-yocto-standard kernel-module-r8152-6.12.13-yocto-standard kernel-module-xt-nfqueue-6.12.13-yocto-standard kernel-module-snd-hda-codec-realtek-6.12.13-yocto-standard kernel-module-nf-conntrack-tftp-6.12.13-yocto-standard kernel-module-drm-buddy-6.12.13-yocto-standard kernel-module-ebt-log-6.12.13-yocto-standard kernel-module-alx-6.12.13-yocto-standard kernel-module-pwc-6.12.13-yocto-standard kernel-module-ebt-among-6.12.13-yocto-standard kernel-module-snd-seq-device-6.12.13-yocto-standard kernel-module-cast-common-6.12.13-yocto-standard kernel-module-ipt-rpfilter-6.12.13-yocto-standard kernel-module-ebt-arp-6.12.13-yocto-standard kernel-module-sch-gred-6.12.13-yocto-standard kernel-module-ipcomp-6.12.13-yocto-standard kernel-module-snd-opl3-synth-6.12.13-yocto-standard kernel-module-igc-6.12.13-yocto-standard kernel-module-trace-printk-6.12.13-yocto-standard kernel-module-snd-intel8x0-6.12.13-yocto-standard kernel-module-nhc-udp-6.12.13-yocto-standard kernel-module-ppp-synctty-6.12.13-yocto-standard kernel-module-ip-tables-6.12.13-yocto-standard kernel-module-kvm-intel-6.12.13-yocto-standard kernel-module-blowfish-common-6.12.13-yocto-standard kernel-module-hci-uart-6.12.13-yocto-standard kernel-module-r8153-ecm-6.12.13-yocto-standard kernel-module-twofish-common-6.12.13-yocto-standard kernel-module-snd-intel-dspcfg-6.12.13-yocto-standard kernel-module-nfnetlink-6.12.13-yocto-standard kernel-module-xt-masquerade-6.12.13-yocto-standard kernel-module-bfusb-6.12.13-yocto-standard kernel-module-gre-6.12.13-yocto-standard kernel-module-ebtable-nat-6.12.13-yocto-standard kernel-module-nf-conntrack-ftp-6.12.13-yocto-standard kernel-module-mc44s803-6.12.13-yocto-standard kernel-module-kretprobe-example-6.12.13-yocto-standard kernel-module-nls-cp1255-6.12.13-yocto-standard kernel-module-gspca-pac7311-6.12.13-yocto-standard kernel-module-lib80211-crypt-wep-6.12.13-yocto-standard kernel-module-mt20xx-6.12.13-yocto-standard kernel-module-xt-ct-6.12.13-yocto-standard kernel-module-cdc-ether-6.12.13-yocto-standard kernel-module-snd-hda-scodec-component-6.12.13-yocto-standard kernel-module-sctp-6.12.13-yocto-standard kernel-module-gspca-mr97310a-6.12.13-yocto-standard kernel-module-cfg80211-6.12.13-yocto-standard kernel-module-regmap-i2c-6.12.13-yocto-standard kernel-module-snd-timer-6.12.13-yocto-standard kernel-module-pppoe-6.12.13-yocto-standard kernel-module-tuner-simple-6.12.13-yocto-standard kernel-module-nls-euc-jp-6.12.13-yocto-standard kernel-module-gspca-spca500-6.12.13-yocto-standard kernel-module-nls-ascii-6.12.13-yocto-standard kernel-module-ppp-deflate-6.12.13-yocto-standard kernel-module-snd-seq-midi-emul-6.12.13-yocto-standard kernel-module-snd-hda-codec-conexant-6.12.13-yocto-standard kernel-module-gspca-sunplus-6.12.13-yocto-standard kernel-module-i2c-mux-6.12.13-yocto-standard kernel-module-snd-rme96-6.12.13-yocto-standard kernel-module-act-bpf-6.12.13-yocto-standard kernel-module-bonding-6.12.13-yocto-standard kernel-module-ip6table-nat-6.12.13-yocto-standard kernel-module-xt-helper-6.12.13-yocto-standard kernel-module-slip-6.12.13-yocto-standard kernel-module-snd-oxygen-6.12.13-yocto-standard kernel-module-gspca-zc3xx-6.12.13-yocto-standard kernel-module-xt-statistic-6.12.13-yocto-standard kernel-module-vhost-6.12.13-yocto-standard kernel-module-xt-log-6.12.13-yocto-standard kernel-module-xt-dscp-6.12.13-yocto-standard kernel-module-nls-cp869-6.12.13-yocto-standard kernel-module-snd-pt2258-6.12.13-yocto-standard kernel-module-gspca-sq905c-6.12.13-yocto-standard kernel-module-nf-reject-ipv4-6.12.13-yocto-standard kernel-module-xt-connbytes-6.12.13-yocto-standard kernel-module-xt-length-6.12.13-yocto-standard kernel-module-gspca-sq905-6.12.13-yocto-standard kernel-module-brcmsmac-6.12.13-yocto-standard kernel-module-xt-esp-6.12.13-yocto-standard kernel-module-snd-rme9652-6.12.13-yocto-standard kernel-module-sch-codel-6.12.13-yocto-standard kernel-module-nls-iso8859-14-6.12.13-yocto-standard kernel-module-ebt-ip-6.12.13-yocto-standard kernel-module-ebt-limit-6.12.13-yocto-standard kernel-module-tipc-6.12.13-yocto-standard kernel-module-rsi-91x-6.12.13-yocto-standard kernel-module-gspca-stv0680-6.12.13-yocto-standard kernel-module-nls-cp864-6.12.13-yocto-standard kernel-module-cirrus-6.12.13-yocto-standard kernel-module-hci-vhci-6.12.13-yocto-standard kernel-module-bytestream-example-6.12.13-yocto-standard kernel-module-snd-rawmidi-6.12.13-yocto-standard kernel-module-zd1211rw-6.12.13-yocto-standard kernel-module-mwifiex-pcie-6.12.13-yocto-standard kernel-module-xt-comment-6.12.13-yocto-standard kernel-module-nls-iso8859-2-6.12.13-yocto-standard kernel-module-mwifiex-usb-6.12.13-yocto-standard kernel-module-snd-emu10k1-synth-6.12.13-yocto-standard kernel-module-nhc-fragment-6.12.13-yocto-standard kernel-module-v4l2-dv-timings-6.12.13-yocto-standard kernel-module-xt-realm-6.12.13-yocto-standard kernel-module-nls-cp863-6.12.13-yocto-standard kernel-module-xt-policy-6.12.13-yocto-standard kernel-module-rt2800mmio-6.12.13-yocto-standard kernel-module-nls-cp949-6.12.13-yocto-standard kernel-module-gspca-konica-6.12.13-yocto-standard kernel-module-gspca-stk014-6.12.13-yocto-standard kernel-module-xt-hl-6.12.13-yocto-standard kernel-module-rndis-host-6.12.13-yocto-standard kernel-module-sr9800-6.12.13-yocto-standard kernel-module-serpent-generic-6.12.13-yocto-standard kernel-module-xfrm4-tunnel-6.12.13-yocto-standard kernel-module-jme-6.12.13-yocto-standard kernel-module-gspca-sonixb-6.12.13-yocto-standard kernel-module-8139too-6.12.13-yocto-standard kernel-module-snd-atiixp-6.12.13-yocto-standard kernel-module-snd-util-mem-6.12.13-yocto-standard kernel-module-nls-cp855-6.12.13-yocto-standard kernel-module-pktgen-6.12.13-yocto-standard kernel-module-nhc-routing-6.12.13-yocto-standard kernel-module-rt2800lib-6.12.13-yocto-standard kernel-module-atl1e-6.12.13-yocto-standard kernel-module-bcma-6.12.13-yocto-standard kernel-module-nhc-hop-6.12.13-yocto-standard kernel-module-sch-htb-6.12.13-yocto-standard kernel-module-iwlmvm-6.12.13-yocto-standard kernel-module-8021q-6.12.13-yocto-standard kernel-module-nls-cp857-6.12.13-yocto-standard kernel-module-vmw-balloon-6.12.13-yocto-standard kernel-module-binfmt-misc-6.12.13-yocto-standard kernel-module-ebt-mark-6.12.13-yocto-standard kernel-module-mwifiex-6.12.13-yocto-standard kernel-module-kvm-6.12.13-yocto-standard kernel-module-floppy-6.12.13-yocto-standard kernel-module-videobuf2-vmalloc-6.12.13-yocto-standard kernel-module-nf-nat-pptp-6.12.13-yocto-standard kernel-module-gspca-spca506-6.12.13-yocto-standard kernel-module-tea5767-6.12.13-yocto-standard kernel-module-algif-rng-6.12.13-yocto-standard kernel-module-video-6.12.13-yocto-standard kernel-module-mcs7830-6.12.13-yocto-standard kernel-module-nls-cp866-6.12.13-yocto-standard kernel-module-xfrm-ipcomp-6.12.13-yocto-standard kernel-module-ebt-pkttype-6.12.13-yocto-standard kernel-module-rt2x00pci-6.12.13-yocto-standard kernel-module-gspca-sn9c20x-6.12.13-yocto-standard kernel-module-nf-synproxy-core-6.12.13-yocto-standard kernel-module-snd-hda-codec-generic-6.12.13-yocto-standard kernel-module-vmw-vmci-6.12.13-yocto-standard kernel-module-gspca-xirlink-cit-6.12.13-yocto-standard kernel-module-snd-hda-core-6.12.13-yocto-standard kernel-module-dvb-core-6.12.13-yocto-standard kernel-module-ath9k-common-6.12.13-yocto-standard kernel-module-nls-cp950-6.12.13-yocto-standard kernel-module-nf-conntrack-broadcast-6.12.13-yocto-standard kernel-module-crc7-6.12.13-yocto-standard kernel-module-ip6t-frag-6.12.13-yocto-standard kernel-module-atl1-6.12.13-yocto-standard kernel-module-snd-hda-codec-hdmi-6.12.13-yocto-standard kernel-module-snd-ens1370-6.12.13-yocto-standard kernel-module-wmi-6.12.13-yocto-standard kernel-module-lib80211-6.12.13-yocto-standard kernel-module-snd-ak4113-6.12.13-yocto-standard kernel-module-bsd-comp-6.12.13-yocto-standard kernel-module-snd-ice1712-6.12.13-yocto-standard kernel-module-ath5k-6.12.13-yocto-standard kernel-module-bnep-6.12.13-yocto-standard kernel-module-nhc-ipv6-6.12.13-yocto-standard kernel-module-mc-6.12.13-yocto-standard kernel-module-bnx2x-6.12.13-yocto-standard kernel-module-wl18xx-6.12.13-yocto-standard kernel-module-nls-cp861-6.12.13-yocto-standard kernel-module-gspca-sn9c2028-6.12.13-yocto-standard kernel-module-nfnetlink-log-6.12.13-yocto-standard kernel-module-can-dev-6.12.13-yocto-standard kernel-module-drm-suballoc-helper-6.12.13-yocto-standard kernel-module-libarc4-6.12.13-yocto-standard kernel-module-nfnetlink-queue-6.12.13-yocto-standard kernel-module-mac80211-6.12.13-yocto-standard kernel-module-wlcore-6.12.13-yocto-standard kernel-module-gspca-sonixj-6.12.13-yocto-standard kernel-module-xt-redirect-6.12.13-yocto-standard kernel-module-xt-u32-6.12.13-yocto-standard kernel-module-btmrvl-sdio-6.12.13-yocto-standard kernel-module-ebt-ip6-6.12.13-yocto-standard kernel-module-cls-flower-6.12.13-yocto-standard kernel-module-rtl8xxxu-6.12.13-yocto-standard kernel-module-nls-cp860-6.12.13-yocto-standard kernel-module-ip6-udp-tunnel-6.12.13-yocto-standard kernel-module-can-6.12.13-yocto-standard kernel-module-ebtables-6.12.13-yocto-standard kernel-module-tg3-6.12.13-yocto-standard kernel-module-gspca-benq-6.12.13-yocto-standard kernel-module-nls-iso8859-13-6.12.13-yocto-standard kernel-module-zaurus-6.12.13-yocto-standard kernel-module-ebt-redirect-6.12.13-yocto-standard kernel-module-nf-nat-irc-6.12.13-yocto-standard kernel-module-rt2x00mmio-6.12.13-yocto-standard kernel-module-wl1251-6.12.13-yocto-standard kernel-module-rsi-usb-6.12.13-yocto-standard kernel-module-igbvf-6.12.13-yocto-standard" packages/qemux86_64-agl-linux/linux-yocto/kernel-modules: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb packages/qemux86_64-agl-linux/linux-yocto/kernel-vmlinux: FILELIST: removed "/boot/vmlinux-6.12.11-yocto-standard", added "/boot/vmlinux-6.12.13-yocto-standard" packages/qemux86_64-agl-linux/linux-yocto/kernel-vmlinux: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb packages/qemux86_64-agl-linux/linux-yocto/kernel: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb packages/qemux86_64-agl-linux/linux-yocto: PACKAGES: removed "kernel-module-pegasus-6.12.11-yocto-standard kernel-module-nls-cp874-6.12.11-yocto-standard kernel-module-mwifiex-usb-6.12.11-yocto-standard kernel-module-wlcore-6.12.11-yocto-standard kernel-module-vgem-6.12.11-yocto-standard kernel-module-nls-iso8859-7-6.12.11-yocto-standard kernel-module-regmap-i2c-6.12.11-yocto-standard kernel-module-microchip-6.12.11-yocto-standard kernel-module-tda9887-6.12.11-yocto-standard kernel-module-wl12xx-6.12.11-yocto-standard kernel-module-floppy-6.12.11-yocto-standard kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard kernel-module-snd-seq-virmidi-6.12.11-yocto-standard kernel-module-nls-euc-jp-6.12.11-yocto-standard kernel-module-nf-conntrack-h323-6.12.11-yocto-standard kernel-module-nf-nat-ftp-6.12.11-yocto-standard kernel-module-snd-6.12.11-yocto-standard kernel-module-mt7601u-6.12.11-yocto-standard kernel-module-brcmutil-6.12.11-yocto-standard kernel-module-ebt-log-6.12.11-yocto-standard kernel-module-iwlwifi-6.12.11-yocto-standard kernel-module-mwifiex-6.12.11-yocto-standard kernel-module-cdc-ether-6.12.11-yocto-standard kernel-module-nf-conncount-6.12.11-yocto-standard kernel-module-nf-conntrack-irc-6.12.11-yocto-standard kernel-module-gspca-sonixj-6.12.11-yocto-standard kernel-module-xt-ecn-6.12.11-yocto-standard kernel-module-atl1c-6.12.11-yocto-standard kernel-module-nls-cp860-6.12.11-yocto-standard kernel-module-sch-hfsc-6.12.11-yocto-standard kernel-module-snd-hwdep-6.12.11-yocto-standard kernel-module-cast-common-6.12.11-yocto-standard kernel-module-smsc95xx-6.12.11-yocto-standard kernel-module-xt-trace-6.12.11-yocto-standard kernel-module-snd-hda-codec-via-6.12.11-yocto-standard kernel-module-bluetooth-6lowpan-6.12.11-yocto-standard kernel-module-nhc-hop-6.12.11-yocto-standard kernel-module-wmi-bmof-6.12.11-yocto-standard kernel-module-snd-hda-codec-hdmi-6.12.11-yocto-standard kernel-module-gspca-kinect-6.12.11-yocto-standard kernel-module-nf-conntrack-sip-6.12.11-yocto-standard kernel-module-lib80211-crypt-wep-6.12.11-yocto-standard kernel-module-iptable-security-6.12.11-yocto-standard kernel-module-nhc-ipv6-6.12.11-yocto-standard kernel-module-data-breakpoint-6.12.11-yocto-standard kernel-module-hidp-6.12.11-yocto-standard kernel-module-bcma-6.12.11-yocto-standard kernel-module-xt-connmark-6.12.11-yocto-standard kernel-module-drm-gpuvm-6.12.11-yocto-standard kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard kernel-module-xt-classify-6.12.11-yocto-standard kernel-module-kvm-intel-6.12.11-yocto-standard kernel-module-nhc-fragment-6.12.11-yocto-standard kernel-module-snd-cs8427-6.12.11-yocto-standard kernel-module-dl2k-6.12.11-yocto-standard kernel-module-snd-opl3-synth-6.12.11-yocto-standard kernel-module-gspca-stv06xx-6.12.11-yocto-standard kernel-module-snd-hda-codec-cmedia-6.12.11-yocto-standard kernel-module-gspca-benq-6.12.11-yocto-standard kernel-module-snd-seq-midi-emul-6.12.11-yocto-standard kernel-module-x86-pkg-temp-thermal-6.12.11-yocto-standard kernel-module-igc-6.12.11-yocto-standard kernel-module-libarc4-6.12.11-yocto-standard kernel-module-wmi-6.12.11-yocto-standard kernel-module-xt-connbytes-6.12.11-yocto-standard kernel-module-xt-sctp-6.12.11-yocto-standard kernel-module-tda8290-6.12.11-yocto-standard kernel-module-videodev-6.12.11-yocto-standard kernel-module-snd-pt2258-6.12.11-yocto-standard kernel-module-snd-seq-device-6.12.11-yocto-standard kernel-module-gspca-sq905c-6.12.11-yocto-standard kernel-module-gspca-spca505-6.12.11-yocto-standard kernel-module-8021q-6.12.11-yocto-standard kernel-module-sch-fq-codel-6.12.11-yocto-standard kernel-module-nls-cp850-6.12.11-yocto-standard kernel-module-gspca-ov534-9-6.12.11-yocto-standard kernel-module-arp-tables-6.12.11-yocto-standard kernel-module-nls-ascii-6.12.11-yocto-standard kernel-module-snd-hda-scodec-component-6.12.11-yocto-standard kernel-module-rsi-usb-6.12.11-yocto-standard kernel-module-nls-cp869-6.12.11-yocto-standard kernel-module-arptable-filter-6.12.11-yocto-standard kernel-module-tunnel6-6.12.11-yocto-standard kernel-module-twofish-common-6.12.11-yocto-standard kernel-module-act-mirred-6.12.11-yocto-standard kernel-module-radeon-6.12.11-yocto-standard kernel-module-lan78xx-6.12.11-yocto-standard kernel-module-backlight-6.12.11-yocto-standard kernel-module-jme-6.12.11-yocto-standard kernel-module-i915-6.12.11-yocto-standard kernel-module-wp512-6.12.11-yocto-standard kernel-module-tipc-diag-6.12.11-yocto-standard kernel-module-nls-cp864-6.12.11-yocto-standard kernel-module-snd-hrtimer-6.12.11-yocto-standard kernel-module-gpu-sched-6.12.11-yocto-standard kernel-module-algif-rng-6.12.11-yocto-standard kernel-module-bnx2x-6.12.11-yocto-standard kernel-module-xt-redirect-6.12.11-yocto-standard kernel-module-ip6t-rt-6.12.11-yocto-standard kernel-module-nhc-udp-6.12.11-yocto-standard kernel-module-videobuf2-v4l2-6.12.11-yocto-standard kernel-module-xt-dscp-6.12.11-yocto-standard kernel-module-ath9k-6.12.11-yocto-standard kernel-module-vmw-vmci-6.12.11-yocto-standard kernel-module-nls-iso8859-5-6.12.11-yocto-standard kernel-module-asix-6.12.11-yocto-standard kernel-module-igbvf-6.12.11-yocto-standard kernel-module-xfrm6-tunnel-6.12.11-yocto-standard kernel-module-ip6t-hbh-6.12.11-yocto-standard kernel-module-snd-hda-codec-ca0132-6.12.11-yocto-standard kernel-module-tuner-simple-6.12.11-yocto-standard kernel-module-snd-hda-codec-realtek-6.12.11-yocto-standard kernel-module-nls-cp1251-6.12.11-yocto-standard kernel-module-snd-hda-core-6.12.11-yocto-standard kernel-module-bnxt-en-6.12.11-yocto-standard kernel-module-zaurus-6.12.11-yocto-standard kernel-module-ath9k-hw-6.12.11-yocto-standard kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard kernel-module-snd-atiixp-6.12.11-yocto-standard kernel-module-gspca-jeilinj-6.12.11-yocto-standard kernel-module-act-bpf-6.12.11-yocto-standard kernel-module-snd-virtuoso-6.12.11-yocto-standard kernel-module-nhc-routing-6.12.11-yocto-standard kernel-module-ebt-dnat-6.12.11-yocto-standard kernel-module-v4l2-dv-timings-6.12.11-yocto-standard kernel-module-gspca-spca506-6.12.11-yocto-standard kernel-module-nf-nat-6.12.11-yocto-standard kernel-module-nf-nat-irc-6.12.11-yocto-standard kernel-module-cast6-generic-6.12.11-yocto-standard kernel-module-nls-cp1250-6.12.11-yocto-standard kernel-module-xt-tcpudp-6.12.11-yocto-standard kernel-module-xfrm-user-6.12.11-yocto-standard kernel-module-rndis-host-6.12.11-yocto-standard kernel-module-udp-tunnel-6.12.11-yocto-standard kernel-module-gspca-sunplus-6.12.11-yocto-standard kernel-module-btmrvl-sdio-6.12.11-yocto-standard kernel-module-nf-nat-amanda-6.12.11-yocto-standard kernel-module-ip6-tunnel-6.12.11-yocto-standard kernel-module-vhost-net-6.12.11-yocto-standard kernel-module-snd-hda-codec-generic-6.12.11-yocto-standard kernel-module-nls-cp857-6.12.11-yocto-standard kernel-module-mt20xx-6.12.11-yocto-standard kernel-module-r8153-ecm-6.12.11-yocto-standard kernel-module-gspca-sq930x-6.12.11-yocto-standard kernel-module-sch-tbf-6.12.11-yocto-standard kernel-module-pppoe-6.12.11-yocto-standard kernel-module-zd1211rw-6.12.11-yocto-standard kernel-module-ebt-arp-6.12.11-yocto-standard kernel-module-ah4-6.12.11-yocto-standard kernel-module-gspca-jl2005bcd-6.12.11-yocto-standard kernel-module-nls-iso8859-3-6.12.11-yocto-standard kernel-module-ipw2100-6.12.11-yocto-standard kernel-module-twofish-generic-6.12.11-yocto-standard kernel-module-sky2-6.12.11-yocto-standard kernel-module-michael-mic-6.12.11-yocto-standard kernel-module-ppp-async-6.12.11-yocto-standard kernel-module-ipcomp6-6.12.11-yocto-standard kernel-module-xt-multiport-6.12.11-yocto-standard kernel-module-gspca-finepix-6.12.11-yocto-standard kernel-module-slip-6.12.11-yocto-standard kernel-module-r8152-6.12.11-yocto-standard kernel-module-xc5000-6.12.11-yocto-standard kernel-module-ebtables-6.12.11-yocto-standard kernel-module-ip6-tables-6.12.11-yocto-standard kernel-module-can-dev-6.12.11-yocto-standard kernel-module-hci-uart-6.12.11-yocto-standard kernel-module-skge-6.12.11-yocto-standard kernel-module-hci-vhci-6.12.11-yocto-standard kernel-module-gspca-vc032x-6.12.11-yocto-standard kernel-module-gspca-vicam-6.12.11-yocto-standard kernel-module-sch-ingress-6.12.11-yocto-standard kernel-module-btrsi-6.12.11-yocto-standard kernel-module-fuse-6.12.11-yocto-standard kernel-module-xt-u32-6.12.11-yocto-standard kernel-module-snd-hdsp-6.12.11-yocto-standard kernel-module-gspca-conex-6.12.11-yocto-standard kernel-module-vhost-iotlb-6.12.11-yocto-standard kernel-module-rtl8150-6.12.11-yocto-standard kernel-module-videobuf2-memops-6.12.11-yocto-standard kernel-module-iwldvm-6.12.11-yocto-standard kernel-module-crc8-6.12.11-yocto-standard kernel-module-snd-ctxfi-6.12.11-yocto-standard kernel-module-snd-ac97-codec-6.12.11-yocto-standard kernel-module-hso-6.12.11-yocto-standard kernel-module-rt2800pci-6.12.11-yocto-standard kernel-module-xt-helper-6.12.11-yocto-standard kernel-module-mc44s803-6.12.11-yocto-standard kernel-module-snd-i2c-6.12.11-yocto-standard kernel-module-ath5k-6.12.11-yocto-standard kernel-module-gspca-spca500-6.12.11-yocto-standard kernel-module-mcs7830-6.12.11-yocto-standard kernel-module-snd-seq-midi-event-6.12.11-yocto-standard kernel-module-snd-hda-codec-cirrus-6.12.11-yocto-standard kernel-module-xt-tcpmss-6.12.11-yocto-standard kernel-module-kprobe-example-6.12.11-yocto-standard kernel-module-nbd-6.12.11-yocto-standard kernel-module-gspca-spca508-6.12.11-yocto-standard kernel-module-snd-emux-synth-6.12.11-yocto-standard kernel-module-vmw-vsock-vmci-transport-6.12.11-yocto-standard kernel-module-configfs-sample-6.12.11-yocto-standard kernel-module-xt-nfqueue-6.12.11-yocto-standard kernel-module-snd-hda-codec-analog-6.12.11-yocto-standard kernel-module-ebt-stp-6.12.11-yocto-standard kernel-module-nhc-mobility-6.12.11-yocto-standard kernel-module-brcmfmac-wcc-6.12.11-yocto-standard kernel-module-libipw-6.12.11-yocto-standard kernel-module-pwc-6.12.11-yocto-standard kernel-module-blowfish-common-6.12.11-yocto-standard kernel-module-esp4-6.12.11-yocto-standard kernel-module-snd-aloop-6.12.11-yocto-standard kernel-module-v4l2-fwnode-6.12.11-yocto-standard kernel-module-ipheth-6.12.11-yocto-standard kernel-module-nls-iso8859-6-6.12.11-yocto-standard kernel-module-iptable-nat-6.12.11-yocto-standard kernel-module-snd-ens1370-6.12.11-yocto-standard kernel-module-mac80211-6.12.11-yocto-standard kernel-module-can-j1939-6.12.11-yocto-standard kernel-module-nls-cp775-6.12.11-yocto-standard kernel-module-ip6t-ipv6header-6.12.11-yocto-standard kernel-module-tda827x-6.12.11-yocto-standard kernel-module-nls-iso8859-4-6.12.11-yocto-standard kernel-module-gspca-stk014-6.12.11-yocto-standard kernel-module-cuse-6.12.11-yocto-standard kernel-module-uvcvideo-6.12.11-yocto-standard kernel-module-brcmfmac-bca-6.12.11-yocto-standard kernel-module-pcnet32-6.12.11-yocto-standard kernel-module-gma500-gfx-6.12.11-yocto-standard kernel-module-sch-red-6.12.11-yocto-standard kernel-module-pppox-6.12.11-yocto-standard kernel-module-ipt-ecn-6.12.11-yocto-standard kernel-module-xt-masquerade-6.12.11-yocto-standard kernel-module-gspca-sn9c2028-6.12.11-yocto-standard kernel-module-gspca-pac207-6.12.11-yocto-standard kernel-module-mwifiex-pcie-6.12.11-yocto-standard kernel-module-sr9800-6.12.11-yocto-standard kernel-module-at24-6.12.11-yocto-standard kernel-module-atl1-6.12.11-yocto-standard kernel-module-xt-mark-6.12.11-yocto-standard kernel-module-nf-nat-pptp-6.12.11-yocto-standard kernel-module-drm-exec-6.12.11-yocto-standard kernel-module-i2c-mux-6.12.11-yocto-standard kernel-module-snd-util-mem-6.12.11-yocto-standard kernel-module-tuner-types-6.12.11-yocto-standard kernel-module-wlcore-sdio-6.12.11-yocto-standard kernel-module-snd-ice17xx-ak4xxx-6.12.11-yocto-standard kernel-module-drm-display-helper-6.12.11-yocto-standard kernel-module-rt2800mmio-6.12.11-yocto-standard kernel-module-snd-ice1712-6.12.11-yocto-standard kernel-module-cdc-ncm-6.12.11-yocto-standard kernel-module-xt-limit-6.12.11-yocto-standard kernel-module-libertas-6.12.11-yocto-standard kernel-module-bonding-6.12.11-yocto-standard kernel-module-gspca-mr97310a-6.12.11-yocto-standard kernel-module-iwlmvm-6.12.11-yocto-standard kernel-module-gspca-main-6.12.11-yocto-standard kernel-module-smsc75xx-6.12.11-yocto-standard kernel-module-binfmt-misc-6.12.11-yocto-standard kernel-module-gspca-t613-6.12.11-yocto-standard kernel-module-gspca-tv8532-6.12.11-yocto-standard kernel-module-nls-cp950-6.12.11-yocto-standard kernel-module-ath9k-common-6.12.11-yocto-standard kernel-module-atl1e-6.12.11-yocto-standard kernel-module-iptable-filter-6.12.11-yocto-standard kernel-module-drm-suballoc-helper-6.12.11-yocto-standard kernel-module-ebtable-nat-6.12.11-yocto-standard kernel-module-xt-esp-6.12.11-yocto-standard kernel-module-ebt-mark-m-6.12.11-yocto-standard kernel-module-ath-6.12.11-yocto-standard kernel-module-cfg80211-6.12.11-yocto-standard kernel-module-videobuf2-common-6.12.11-yocto-standard kernel-module-nf-nat-tftp-6.12.11-yocto-standard kernel-module-nls-cp936-6.12.11-yocto-standard kernel-module-ebt-ip-6.12.11-yocto-standard kernel-module-ts-fsm-6.12.11-yocto-standard kernel-module-tea5767-6.12.11-yocto-standard kernel-module-sch-multiq-6.12.11-yocto-standard kernel-module-snd-ak4113-6.12.11-yocto-standard kernel-module-nhc-dest-6.12.11-yocto-standard kernel-module-blowfish-generic-6.12.11-yocto-standard kernel-module-vhost-6.12.11-yocto-standard kernel-module-xt-realm-6.12.11-yocto-standard kernel-module-nls-cp852-6.12.11-yocto-standard kernel-module-snd-hda-codec-conexant-6.12.11-yocto-standard kernel-module-tun-6.12.11-yocto-standard kernel-module-watchdog-6.12.11-yocto-standard kernel-module-xt-string-6.12.11-yocto-standard kernel-module-gspca-cpia1-6.12.11-yocto-standard kernel-module-snd-intel-dspcfg-6.12.11-yocto-standard kernel-module-dummy-6.12.11-yocto-standard kernel-module-snd-ctl-led-6.12.11-yocto-standard kernel-module-gspca-konica-6.12.11-yocto-standard kernel-module-rtl8xxxu-6.12.11-yocto-standard kernel-module-ebt-mark-6.12.11-yocto-standard kernel-module-nouveau-6.12.11-yocto-standard kernel-module-gspca-ov534-6.12.11-yocto-standard kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard kernel-module-kobject-example-6.12.11-yocto-standard kernel-module-brcmsmac-6.12.11-yocto-standard kernel-module-gspca-ov519-6.12.11-yocto-standard kernel-module-tipc-6.12.11-yocto-standard kernel-module-snd-usb-audio-6.12.11-yocto-standard kernel-module-ppp-generic-6.12.11-yocto-standard kernel-module-nls-cp862-6.12.11-yocto-standard kernel-module-ipw2200-6.12.11-yocto-standard kernel-module-sch-sfq-6.12.11-yocto-standard kernel-module-ip-gre-6.12.11-yocto-standard kernel-module-inttype-example-6.12.11-yocto-standard kernel-module-xt-conntrack-6.12.11-yocto-standard kernel-module-snd-hda-codec-idt-6.12.11-yocto-standard kernel-module-gspca-sn9c20x-6.12.11-yocto-standard kernel-module-snd-rme96-6.12.11-yocto-standard kernel-module-can-bcm-6.12.11-yocto-standard kernel-module-snd-emu10k1-synth-6.12.11-yocto-standard kernel-module-nf-log-syslog-6.12.11-yocto-standard kernel-module-romfs-6.12.11-yocto-standard kernel-module-nls-cp866-6.12.11-yocto-standard kernel-module-dvb-core-6.12.11-yocto-standard kernel-module-parport-pc-6.12.11-yocto-standard kernel-module-act-skbedit-6.12.11-yocto-standard kernel-module-vmw-balloon-6.12.11-yocto-standard kernel-module-nf-synproxy-core-6.12.11-yocto-standard kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard kernel-module-xt-comment-6.12.11-yocto-standard kernel-module-cdc-eem-6.12.11-yocto-standard kernel-module-nls-iso8859-9-6.12.11-yocto-standard kernel-module-ip6table-mangle-6.12.11-yocto-standard kernel-module-snd-mpu401-uart-6.12.11-yocto-standard kernel-module-kset-example-6.12.11-yocto-standard kernel-module-nfnetlink-6.12.11-yocto-standard kernel-module-snd-hda-intel-6.12.11-yocto-standard kernel-module-nls-koi8-ru-6.12.11-yocto-standard kernel-module-cls-flower-6.12.11-yocto-standard kernel-module-ip6table-nat-6.12.11-yocto-standard kernel-module-snd-ak4114-6.12.11-yocto-standard kernel-module-bytestream-example-6.12.11-yocto-standard kernel-module-gspca-zc3xx-6.12.11-yocto-standard kernel-module-serpent-generic-6.12.11-yocto-standard kernel-module-xt-hl-6.12.11-yocto-standard kernel-module-eeprom-93cx6-6.12.11-yocto-standard kernel-module-ebt-redirect-6.12.11-yocto-standard kernel-module-snd-ens1371-6.12.11-yocto-standard kernel-module-dm9601-6.12.11-yocto-standard kernel-module-ipt-synproxy-6.12.11-yocto-standard kernel-module-wl18xx-6.12.11-yocto-standard kernel-module-ppp-deflate-6.12.11-yocto-standard kernel-module-nfnetlink-log-6.12.11-yocto-standard kernel-module-gspca-mars-6.12.11-yocto-standard kernel-module-xt-pkttype-6.12.11-yocto-standard kernel-module-v4l2-async-6.12.11-yocto-standard kernel-module-crc7-6.12.11-yocto-standard kernel-module-ts-kmp-6.12.11-yocto-standard kernel-module-cirrus-6.12.11-yocto-standard kernel-module-btsdio-6.12.11-yocto-standard kernel-module-nls-cp737-6.12.11-yocto-standard kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard kernel-module-snd-seq-midi-6.12.11-yocto-standard kernel-module-snd-usb-hiface-6.12.11-yocto-standard kernel-module-camellia-generic-6.12.11-yocto-standard kernel-module-usbtouchscreen-6.12.11-yocto-standard kernel-module-nls-utf8-6.12.11-yocto-standard kernel-module-gspca-spca501-6.12.11-yocto-standard kernel-module-8139cp-6.12.11-yocto-standard kernel-module-snd-atiixp-modem-6.12.11-yocto-standard kernel-module-xfrm-ipcomp-6.12.11-yocto-standard kernel-module-ip6-udp-tunnel-6.12.11-yocto-standard kernel-module-gspca-etoms-6.12.11-yocto-standard kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard kernel-module-nls-cp932-6.12.11-yocto-standard kernel-module-nf-reject-ipv4-6.12.11-yocto-standard kernel-module-soundcore-6.12.11-yocto-standard kernel-module-xt-quota-6.12.11-yocto-standard kernel-module-rfcomm-6.12.11-yocto-standard kernel-module-video-6.12.11-yocto-standard kernel-module-pktgen-6.12.11-yocto-standard kernel-module-ip6table-raw-6.12.11-yocto-standard kernel-module-mc-6.12.11-yocto-standard kernel-module-xt-state-6.12.11-yocto-standard kernel-module-snd-ice1724-6.12.11-yocto-standard kernel-module-tda18271-6.12.11-yocto-standard kernel-module-6lowpan-6.12.11-yocto-standard kernel-module-drm-buddy-6.12.11-yocto-standard kernel-module-crc-ccitt-6.12.11-yocto-standard kernel-module-sch-codel-6.12.11-yocto-standard kernel-module-rtl818x-pci-6.12.11-yocto-standard kernel-module-snd-oxygen-6.12.11-yocto-standard kernel-module-x-tables-6.12.11-yocto-standard kernel-module-snd-usbmidi-lib-6.12.11-yocto-standard kernel-module-tcrypt-6.12.11-yocto-standard kernel-module-alx-6.12.11-yocto-standard kernel-module-sch-netem-6.12.11-yocto-standard kernel-module-nfnetlink-queue-6.12.11-yocto-standard kernel-module-lib80211-crypt-ccmp-6.12.11-yocto-standard kernel-module-sil164-6.12.11-yocto-standard kernel-module-snd-intel-sdw-acpi-6.12.11-yocto-standard kernel-module-parport-6.12.11-yocto-standard kernel-module-slhc-6.12.11-yocto-standard kernel-module-sch-htb-6.12.11-yocto-standard kernel-module-rsi-91x-6.12.11-yocto-standard kernel-module-nls-cp949-6.12.11-yocto-standard kernel-module-can-raw-6.12.11-yocto-standard kernel-module-xcbc-6.12.11-yocto-standard kernel-module-gre-6.12.11-yocto-standard kernel-module-tea5761-6.12.11-yocto-standard kernel-module-ppp-synctty-6.12.11-yocto-standard kernel-module-snd-ak4xxx-adda-6.12.11-yocto-standard kernel-module-xt-nflog-6.12.11-yocto-standard kernel-module-gspca-stv0680-6.12.11-yocto-standard kernel-module-ax88796b-6.12.11-yocto-standard kernel-module-ipt-rpfilter-6.12.11-yocto-standard kernel-module-gspca-topro-6.12.11-yocto-standard kernel-module-ts-bm-6.12.11-yocto-standard kernel-module-snd-emu10k1-6.12.11-yocto-standard kernel-module-softdog-6.12.11-yocto-standard kernel-module-ebtable-filter-6.12.11-yocto-standard kernel-module-phylink-6.12.11-yocto-standard kernel-module-xt-netmap-6.12.11-yocto-standard kernel-module-ipcomp-6.12.11-yocto-standard kernel-module-gspca-sq905-6.12.11-yocto-standard kernel-module-snd-hda-codec-6.12.11-yocto-standard kernel-module-nf-conntrack-sane-6.12.11-yocto-standard kernel-module-nls-cp865-6.12.11-yocto-standard kernel-module-tg3-6.12.11-yocto-standard kernel-module-bpa10x-6.12.11-yocto-standard kernel-module-videobuf2-vmalloc-6.12.11-yocto-standard kernel-module-gspca-pac7302-6.12.11-yocto-standard kernel-module-xc4000-6.12.11-yocto-standard kernel-module-snd-oxygen-lib-6.12.11-yocto-standard kernel-module-xt-log-6.12.11-yocto-standard kernel-module-uvc-6.12.11-yocto-standard kernel-module-kvm-6.12.11-yocto-standard kernel-module-kretprobe-example-6.12.11-yocto-standard kernel-module-mwl8k-6.12.11-yocto-standard kernel-module-cast5-generic-6.12.11-yocto-standard kernel-module-snd-hdspm-6.12.11-yocto-standard kernel-module-gspca-gl860-6.12.11-yocto-standard kernel-module-lib80211-crypt-tkip-6.12.11-yocto-standard kernel-module-snd-seq-6.12.11-yocto-standard kernel-module-ebt-nflog-6.12.11-yocto-standard kernel-module-gspca-xirlink-cit-6.12.11-yocto-standard kernel-module-nf-nat-sip-6.12.11-yocto-standard kernel-module-ipip-6.12.11-yocto-standard kernel-module-record-example-6.12.11-yocto-standard kernel-module-sctp-6.12.11-yocto-standard kernel-module-cordic-6.12.11-yocto-standard kernel-module-af-key-6.12.11-yocto-standard kernel-module-xt-mac-6.12.11-yocto-standard kernel-module-ch7006-6.12.11-yocto-standard kernel-module-btmrvl-6.12.11-yocto-standard kernel-module-ebtable-broute-6.12.11-yocto-standard kernel-module-ac97-bus-6.12.11-yocto-standard kernel-module-nls-iso8859-14-6.12.11-yocto-standard kernel-module-libertas-sdio-6.12.11-yocto-standard kernel-module-iptable-mangle-6.12.11-yocto-standard kernel-module-xt-length-6.12.11-yocto-standard kernel-module-lib80211-6.12.11-yocto-standard kernel-module-nls-iso8859-13-6.12.11-yocto-standard kernel-module-ip6t-eui64-6.12.11-yocto-standard kernel-module-xt-ct-6.12.11-yocto-standard kernel-module-can-gw-6.12.11-yocto-standard kernel-module-snd-pcm-6.12.11-yocto-standard kernel-module-snd-intel8x0-6.12.11-yocto-standard kernel-module-nfsd-6.12.11-yocto-standard kernel-module-ebt-arpreply-6.12.11-yocto-standard kernel-module-xt-statistic-6.12.11-yocto-standard kernel-module-usbnet-6.12.11-yocto-standard kernel-module-bfusb-6.12.11-yocto-standard kernel-module-snd-timer-6.12.11-yocto-standard kernel-module-trace-printk-6.12.11-yocto-standard kernel-module-ebt-802-3-6.12.11-yocto-standard kernel-module-algif-aead-6.12.11-yocto-standard kernel-module-s2255drv-6.12.11-yocto-standard kernel-module-xt-hashlimit-6.12.11-yocto-standard kernel-module-nls-iso8859-2-6.12.11-yocto-standard kernel-module-kaweth-6.12.11-yocto-standard kernel-module-xt-connlimit-6.12.11-yocto-standard kernel-module-ebt-limit-6.12.11-yocto-standard kernel-module-xt-nat-6.12.11-yocto-standard kernel-module-ebt-among-6.12.11-yocto-standard kernel-module-atl2-6.12.11-yocto-standard kernel-module-ipt-ah-6.12.11-yocto-standard kernel-module-gspca-spca1528-6.12.11-yocto-standard kernel-module-nls-koi8-r-6.12.11-yocto-standard kernel-module-ebt-snat-6.12.11-yocto-standard kernel-module-arpt-mangle-6.12.11-yocto-standard kernel-module-snd-hda-codec-si3054-6.12.11-yocto-standard kernel-module-rsi-sdio-6.12.11-yocto-standard kernel-module-snd-cmipci-6.12.11-yocto-standard kernel-module-cls-bpf-6.12.11-yocto-standard kernel-module-can-6.12.11-yocto-standard kernel-module-brcmfmac-6.12.11-yocto-standard kernel-module-nf-conntrack-6.12.11-yocto-standard kernel-module-xt-policy-6.12.11-yocto-standard kernel-module-ebt-vlan-6.12.11-yocto-standard kernel-module-snd-hda-codec-ca0110-6.12.11-yocto-standard kernel-module-wl1251-6.12.11-yocto-standard kernel-module-uvesafb-6.12.11-yocto-standard kernel-module-ebt-ip6-6.12.11-yocto-standard kernel-module-trace-events-sample-6.12.11-yocto-standard kernel-module-snd-opl3-lib-6.12.11-yocto-standard kernel-module-brcmfmac-cyw-6.12.11-yocto-standard kernel-module-rtl8187-6.12.11-yocto-standard kernel-module-snd-emu10k1x-6.12.11-yocto-standard kernel-module-nls-cp855-6.12.11-yocto-standard kernel-module-snd-rme9652-6.12.11-yocto-standard kernel-module-nls-cp1255-6.12.11-yocto-standard kernel-module-nls-cp863-6.12.11-yocto-standard kernel-module-rt2x00pci-6.12.11-yocto-standard kernel-module-sch-gred-6.12.11-yocto-standard kernel-module-ipt-reject-6.12.11-yocto-standard kernel-module-rt2x00mmio-6.12.11-yocto-standard kernel-module-xc2028-6.12.11-yocto-standard kernel-module-rt2x00lib-6.12.11-yocto-standard kernel-module-snd-usb-usx2y-6.12.11-yocto-standard kernel-module-bnep-6.12.11-yocto-standard kernel-module-sctp-diag-6.12.11-yocto-standard kernel-module-algif-skcipher-6.12.11-yocto-standard kernel-module-snd-dummy-6.12.11-yocto-standard kernel-module-virtio-input-6.12.11-yocto-standard kernel-module-rt2800lib-6.12.11-yocto-standard kernel-module-gspca-pac7311-6.12.11-yocto-standard kernel-module-bsd-comp-6.12.11-yocto-standard kernel-module-gspca-nw80x-6.12.11-yocto-standard kernel-module-lp-6.12.11-yocto-standard kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard kernel-module-sch-teql-6.12.11-yocto-standard kernel-module-ebt-pkttype-6.12.11-yocto-standard kernel-module-catc-6.12.11-yocto-standard kernel-module-cdc-subset-6.12.11-yocto-standard kernel-module-nls-iso8859-15-6.12.11-yocto-standard kernel-module-ip6table-filter-6.12.11-yocto-standard kernel-module-snd-rawmidi-6.12.11-yocto-standard kernel-module-dma-example-6.12.11-yocto-standard kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard kernel-module-xt-dccp-6.12.11-yocto-standard kernel-module-udl-6.12.11-yocto-standard kernel-module-net1080-6.12.11-yocto-standard kernel-module-gspca-spca561-6.12.11-yocto-standard kernel-module-gspca-se401-6.12.11-yocto-standard kernel-module-gspca-sonixb-6.12.11-yocto-standard kernel-module-8139too-6.12.11-yocto-standard kernel-module-snd-usb-us122l-6.12.11-yocto-standard kernel-module-configfs-6.12.11-yocto-standard kernel-module-snd-ca0106-6.12.11-yocto-standard kernel-module-typhoon-6.12.11-yocto-standard kernel-module-smsc-6.12.11-yocto-standard kernel-module-nls-cp861-6.12.11-yocto-standard kernel-module-iptable-raw-6.12.11-yocto-standard kernel-module-ip6t-frag-6.12.11-yocto-standard kernel-module-xfrm4-tunnel-6.12.11-yocto-standard kernel-module-ax88179-178a-6.12.11-yocto-standard kernel-module-usb8xxx-6.12.11-yocto-standard kernel-module-gspca-m5602-6.12.11-yocto-standard kernel-module-vcan-6.12.11-yocto-standard kernel-module-ip-tables-6.12.11-yocto-standard kernel-module-mxm-wmi-6.12.11-yocto-standard kernel-module-sch-prio-6.12.11-yocto-standard kernel-module-bcm203x-6.12.11-yocto-standard kernel-module-nf-nat-h323-6.12.11-yocto-standard kernel-module-mdio-6.12.11-yocto-standard kernel-module-nls-koi8-u-6.12.11-yocto-standard", added "kernel-module-nhc-mobility-6.12.13-yocto-standard kernel-module-catc-6.12.13-yocto-standard kernel-module-af-key-6.12.13-yocto-standard kernel-module-vmw-vsock-vmci-transport-6.12.13-yocto-standard kernel-module-ipw2200-6.12.13-yocto-standard kernel-module-i915-6.12.13-yocto-standard kernel-module-data-breakpoint-6.12.13-yocto-standard kernel-module-nf-conntrack-netlink-6.12.13-yocto-standard kernel-module-ipip-6.12.13-yocto-standard kernel-module-ipheth-6.12.13-yocto-standard kernel-module-nf-nat-ftp-6.12.13-yocto-standard kernel-module-tea5761-6.12.13-yocto-standard kernel-module-tda827x-6.12.13-yocto-standard kernel-module-wp512-6.12.13-yocto-standard kernel-module-gspca-spca501-6.12.13-yocto-standard kernel-module-skge-6.12.13-yocto-standard kernel-module-camellia-generic-6.12.13-yocto-standard kernel-module-nls-iso8859-5-6.12.13-yocto-standard kernel-module-smsc95xx-6.12.13-yocto-standard kernel-module-nls-iso8859-6-6.12.13-yocto-standard kernel-module-crc-ccitt-6.12.13-yocto-standard kernel-module-ebt-arpreply-6.12.13-yocto-standard kernel-module-xc4000-6.12.13-yocto-standard kernel-module-libipw-6.12.13-yocto-standard kernel-module-iwldvm-6.12.13-yocto-standard kernel-module-xfrm-user-6.12.13-yocto-standard kernel-module-ebtable-broute-6.12.13-yocto-standard kernel-module-xt-connmark-6.12.13-yocto-standard kernel-module-snd-ak4114-6.12.13-yocto-standard kernel-module-configfs-6.12.13-yocto-standard kernel-module-rtl818x-pci-6.12.13-yocto-standard kernel-module-dummy-6.12.13-yocto-standard kernel-module-eeprom-93cx6-6.12.13-yocto-standard kernel-module-gspca-pac207-6.12.13-yocto-standard kernel-module-cls-bpf-6.12.13-yocto-standard kernel-module-ip6t-ipv6header-6.12.13-yocto-standard kernel-module-ax88796b-6.12.13-yocto-standard kernel-module-brcmfmac-wcc-6.12.13-yocto-standard kernel-module-usbtouchscreen-6.12.13-yocto-standard kernel-module-nf-conntrack-netbios-ns-6.12.13-yocto-standard kernel-module-nf-nat-amanda-6.12.13-yocto-standard kernel-module-snd-ice1724-6.12.13-yocto-standard kernel-module-snd-virtuoso-6.12.13-yocto-standard kernel-module-rt2x00lib-6.12.13-yocto-standard kernel-module-xt-quota-6.12.13-yocto-standard kernel-module-nls-cp932-6.12.13-yocto-standard kernel-module-nf-defrag-ipv6-6.12.13-yocto-standard kernel-module-gma500-gfx-6.12.13-yocto-standard kernel-module-mxm-wmi-6.12.13-yocto-standard kernel-module-snd-hwdep-6.12.13-yocto-standard kernel-module-gspca-vc032x-6.12.13-yocto-standard kernel-module-v4l2-fwnode-6.12.13-yocto-standard kernel-module-xt-trace-6.12.13-yocto-standard kernel-module-sch-multiq-6.12.13-yocto-standard kernel-module-ip6t-rt-6.12.13-yocto-standard kernel-module-sch-tbf-6.12.13-yocto-standard kernel-module-v4l2-async-6.12.13-yocto-standard kernel-module-gspca-spca1528-6.12.13-yocto-standard kernel-module-sch-fq-codel-6.12.13-yocto-standard kernel-module-snd-intel-sdw-acpi-6.12.13-yocto-standard kernel-module-kobject-example-6.12.13-yocto-standard kernel-module-snd-usb-usx2y-6.12.13-yocto-standard kernel-module-nls-cp865-6.12.13-yocto-standard kernel-module-uvcvideo-6.12.13-yocto-standard kernel-module-snd-mpu401-uart-6.12.13-yocto-standard kernel-module-cuse-6.12.13-yocto-standard kernel-module-ip-gre-6.12.13-yocto-standard kernel-module-iptable-filter-6.12.13-yocto-standard kernel-module-nf-log-syslog-6.12.13-yocto-standard kernel-module-wmi-bmof-6.12.13-yocto-standard kernel-module-nf-nat-tftp-6.12.13-yocto-standard kernel-module-snd-pcm-6.12.13-yocto-standard kernel-module-ts-fsm-6.12.13-yocto-standard kernel-module-nls-iso8859-9-6.12.13-yocto-standard kernel-module-ch7006-6.12.13-yocto-standard kernel-module-nouveau-6.12.13-yocto-standard kernel-module-ebt-stp-6.12.13-yocto-standard kernel-module-smsc75xx-6.12.13-yocto-standard kernel-module-snd-i2c-6.12.13-yocto-standard kernel-module-parport-6.12.13-yocto-standard kernel-module-snd-hda-codec-si3054-6.12.13-yocto-standard kernel-module-tcrypt-6.12.13-yocto-standard kernel-module-rfcomm-6.12.13-yocto-standard kernel-module-nf-conntrack-amanda-6.12.13-yocto-standard kernel-module-snd-cmipci-6.12.13-yocto-standard kernel-module-gspca-ov519-6.12.13-yocto-standard kernel-module-gspca-gl860-6.12.13-yocto-standard kernel-module-snd-ctl-led-6.12.13-yocto-standard kernel-module-cdc-eem-6.12.13-yocto-standard kernel-module-dma-example-6.12.13-yocto-standard kernel-module-snd-seq-midi-event-6.12.13-yocto-standard kernel-module-btsdio-6.12.13-yocto-standard kernel-module-btrsi-6.12.13-yocto-standard kernel-module-drm-display-helper-6.12.13-yocto-standard kernel-module-snd-ca0106-6.12.13-yocto-standard kernel-module-radeon-6.12.13-yocto-standard kernel-module-xt-classify-6.12.13-yocto-standard kernel-module-xt-nflog-6.12.13-yocto-standard kernel-module-crc8-6.12.13-yocto-standard kernel-module-vgem-6.12.13-yocto-standard kernel-module-nls-koi8-r-6.12.13-yocto-standard kernel-module-microchip-6.12.13-yocto-standard kernel-module-xt-nat-6.12.13-yocto-standard kernel-module-ppp-async-6.12.13-yocto-standard kernel-module-snd-cs8427-6.12.13-yocto-standard kernel-module-twofish-generic-6.12.13-yocto-standard kernel-module-ip6t-eui64-6.12.13-yocto-standard kernel-module-tunnel6-6.12.13-yocto-standard kernel-module-nls-iso8859-3-6.12.13-yocto-standard kernel-module-ebt-802-3-6.12.13-yocto-standard kernel-module-dl2k-6.12.13-yocto-standard kernel-module-act-skbedit-6.12.13-yocto-standard kernel-module-gpu-sched-6.12.13-yocto-standard kernel-module-iptable-nat-6.12.13-yocto-standard kernel-module-nls-cp1251-6.12.13-yocto-standard kernel-module-cast6-generic-6.12.13-yocto-standard kernel-module-softdog-6.12.13-yocto-standard kernel-module-snd-usb-us122l-6.12.13-yocto-standard kernel-module-ax88179-178a-6.12.13-yocto-standard kernel-module-esp4-6.12.13-yocto-standard kernel-module-configfs-sample-6.12.13-yocto-standard kernel-module-gspca-m5602-6.12.13-yocto-standard kernel-module-ebt-nflog-6.12.13-yocto-standard kernel-module-gspca-nw80x-6.12.13-yocto-standard kernel-module-asix-6.12.13-yocto-standard kernel-module-nls-cp850-6.12.13-yocto-standard kernel-module-ip6-tunnel-6.12.13-yocto-standard kernel-module-snd-hrtimer-6.12.13-yocto-standard kernel-module-snd-emu10k1-6.12.13-yocto-standard kernel-module-snd-oxygen-lib-6.12.13-yocto-standard kernel-module-hso-6.12.13-yocto-standard kernel-module-atl2-6.12.13-yocto-standard kernel-module-atl1c-6.12.13-yocto-standard kernel-module-xfrm6-tunnel-6.12.13-yocto-standard kernel-module-btmrvl-6.12.13-yocto-standard kernel-module-6lowpan-6.12.13-yocto-standard kernel-module-tipc-diag-6.12.13-yocto-standard kernel-module-snd-hda-codec-via-6.12.13-yocto-standard kernel-module-nf-conntrack-sip-6.12.13-yocto-standard kernel-module-gspca-ov534-6.12.13-yocto-standard kernel-module-snd-hda-intel-6.12.13-yocto-standard kernel-module-blowfish-generic-6.12.13-yocto-standard kernel-module-sch-netem-6.12.13-yocto-standard kernel-module-nls-utf8-6.12.13-yocto-standard kernel-module-slhc-6.12.13-yocto-standard kernel-module-drm-exec-6.12.13-yocto-standard kernel-module-usb8xxx-6.12.13-yocto-standard kernel-module-sch-prio-6.12.13-yocto-standard kernel-module-gspca-kinect-6.12.13-yocto-standard kernel-module-can-raw-6.12.13-yocto-standard kernel-module-pcnet32-6.12.13-yocto-standard kernel-module-xt-netmap-6.12.13-yocto-standard kernel-module-gspca-sq930x-6.12.13-yocto-standard kernel-module-ipt-ecn-6.12.13-yocto-standard kernel-module-usbnet-6.12.13-yocto-standard kernel-module-snd-seq-virmidi-6.12.13-yocto-standard kernel-module-ath-6.12.13-yocto-standard kernel-module-videobuf2-common-6.12.13-yocto-standard kernel-module-nls-cp1250-6.12.13-yocto-standard kernel-module-mdio-6.12.13-yocto-standard kernel-module-gspca-stv06xx-6.12.13-yocto-standard kernel-module-parport-pc-6.12.13-yocto-standard kernel-module-nf-nat-6.12.13-yocto-standard kernel-module-gspca-jl2005bcd-6.12.13-yocto-standard kernel-module-nls-cp874-6.12.13-yocto-standard kernel-module-nbd-6.12.13-yocto-standard kernel-module-ebt-dnat-6.12.13-yocto-standard kernel-module-nf-defrag-ipv4-6.12.13-yocto-standard kernel-module-at24-6.12.13-yocto-standard kernel-module-bpa10x-6.12.13-yocto-standard kernel-module-kprobe-example-6.12.13-yocto-standard kernel-module-tda9887-6.12.13-yocto-standard kernel-module-soundcore-6.12.13-yocto-standard kernel-module-fuse-6.12.13-yocto-standard kernel-module-xt-tcpudp-6.12.13-yocto-standard kernel-module-ip6-tables-6.12.13-yocto-standard kernel-module-gspca-finepix-6.12.13-yocto-standard kernel-module-xt-connlimit-6.12.13-yocto-standard kernel-module-ts-kmp-6.12.13-yocto-standard kernel-module-udp-tunnel-6.12.13-yocto-standard kernel-module-nf-conntrack-pptp-6.12.13-yocto-standard kernel-module-lib80211-crypt-tkip-6.12.13-yocto-standard kernel-module-snd-ctxfi-6.12.13-yocto-standard kernel-module-brcmfmac-bca-6.12.13-yocto-standard kernel-module-ac97-bus-6.12.13-yocto-standard kernel-module-snd-ak4xxx-adda-6.12.13-yocto-standard kernel-module-ebt-mark-m-6.12.13-yocto-standard kernel-module-xc5000-6.12.13-yocto-standard kernel-module-tda18271-6.12.13-yocto-standard kernel-module-nf-conntrack-sane-6.12.13-yocto-standard kernel-module-cdc-ncm-6.12.13-yocto-standard kernel-module-videodev-6.12.13-yocto-standard kernel-module-nls-koi8-u-6.12.13-yocto-standard kernel-module-snd-aloop-6.12.13-yocto-standard kernel-module-xt-pkttype-6.12.13-yocto-standard kernel-module-rsi-sdio-6.12.13-yocto-standard kernel-module-snd-seq-6.12.13-yocto-standard kernel-module-xt-state-6.12.13-yocto-standard kernel-module-bcm203x-6.12.13-yocto-standard kernel-module-8139cp-6.12.13-yocto-standard kernel-module-iwlwifi-6.12.13-yocto-standard kernel-module-xt-mark-6.12.13-yocto-standard kernel-module-algif-aead-6.12.13-yocto-standard kernel-module-snd-hda-codec-cmedia-6.12.13-yocto-standard kernel-module-lp-6.12.13-yocto-standard kernel-module-drm-gpuvm-6.12.13-yocto-standard kernel-module-pppox-6.12.13-yocto-standard kernel-module-snd-6.12.13-yocto-standard kernel-module-snd-usb-hiface-6.12.13-yocto-standard kernel-module-ipt-ah-6.12.13-yocto-standard kernel-module-bluetooth-6lowpan-6.12.13-yocto-standard kernel-module-nf-conncount-6.12.13-yocto-standard kernel-module-libertas-6.12.13-yocto-standard kernel-module-nls-cp936-6.12.13-yocto-standard kernel-module-ipt-reject-6.12.13-yocto-standard kernel-module-nls-iso8859-4-6.12.13-yocto-standard kernel-module-nf-nat-sip-6.12.13-yocto-standard kernel-module-xt-dccp-6.12.13-yocto-standard kernel-module-iptable-raw-6.12.13-yocto-standard kernel-module-arp-tables-6.12.13-yocto-standard kernel-module-sch-sfq-6.12.13-yocto-standard kernel-module-snd-ens1371-6.12.13-yocto-standard kernel-module-rtl8150-6.12.13-yocto-standard kernel-module-nfsd-6.12.13-yocto-standard kernel-module-tda8290-6.12.13-yocto-standard kernel-module-iptable-mangle-6.12.13-yocto-standard kernel-module-snd-hda-codec-ca0110-6.12.13-yocto-standard kernel-module-nf-conntrack-6.12.13-yocto-standard kernel-module-cordic-6.12.13-yocto-standard kernel-module-kset-example-6.12.13-yocto-standard kernel-module-xcbc-6.12.13-yocto-standard kernel-module-ipt-synproxy-6.12.13-yocto-standard kernel-module-wl12xx-6.12.13-yocto-standard kernel-module-libertas-sdio-6.12.13-yocto-standard kernel-module-snd-dummy-6.12.13-yocto-standard kernel-module-backlight-6.12.13-yocto-standard kernel-module-gspca-pac7302-6.12.13-yocto-standard kernel-module-pegasus-6.12.13-yocto-standard kernel-module-nls-iso8859-7-6.12.13-yocto-standard kernel-module-sch-teql-6.12.13-yocto-standard kernel-module-ebtable-filter-6.12.13-yocto-standard kernel-module-arpt-mangle-6.12.13-yocto-standard kernel-module-ath9k-hw-6.12.13-yocto-standard kernel-module-ipw2100-6.12.13-yocto-standard kernel-module-nls-cp852-6.12.13-yocto-standard kernel-module-virtio-input-6.12.13-yocto-standard kernel-module-gspca-spca561-6.12.13-yocto-standard kernel-module-nls-cp775-6.12.13-yocto-standard kernel-module-snd-usb-audio-6.12.13-yocto-standard kernel-module-gspca-t613-6.12.13-yocto-standard kernel-module-gspca-jeilinj-6.12.13-yocto-standard kernel-module-gspca-spca508-6.12.13-yocto-standard kernel-module-x86-pkg-temp-thermal-6.12.13-yocto-standard kernel-module-michael-mic-6.12.13-yocto-standard kernel-module-typhoon-6.12.13-yocto-standard kernel-module-tun-6.12.13-yocto-standard kernel-module-ipcomp6-6.12.13-yocto-standard kernel-module-gspca-vicam-6.12.13-yocto-standard kernel-module-brcmfmac-cyw-6.12.13-yocto-standard kernel-module-vhost-iotlb-6.12.13-yocto-standard kernel-module-snd-hda-codec-ca0132-6.12.13-yocto-standard kernel-module-xt-mac-6.12.13-yocto-standard kernel-module-sil164-6.12.13-yocto-standard kernel-module-snd-ac97-codec-6.12.13-yocto-standard kernel-module-ath9k-6.12.13-yocto-standard kernel-module-ts-bm-6.12.13-yocto-standard kernel-module-gspca-se401-6.12.13-yocto-standard kernel-module-gspca-conex-6.12.13-yocto-standard kernel-module-phylink-6.12.13-yocto-standard kernel-module-gspca-topro-6.12.13-yocto-standard kernel-module-watchdog-6.12.13-yocto-standard kernel-module-rt2800pci-6.12.13-yocto-standard kernel-module-nls-cp737-6.12.13-yocto-standard kernel-module-nls-cp862-6.12.13-yocto-standard kernel-module-nls-iso8859-15-6.12.13-yocto-standard kernel-module-gspca-mars-6.12.13-yocto-standard kernel-module-videobuf2-memops-6.12.13-yocto-standard kernel-module-kaweth-6.12.13-yocto-standard kernel-module-cast5-generic-6.12.13-yocto-standard kernel-module-ppp-generic-6.12.13-yocto-standard kernel-module-xt-limit-6.12.13-yocto-standard kernel-module-lib80211-crypt-ccmp-6.12.13-yocto-standard kernel-module-gspca-main-6.12.13-yocto-standard kernel-module-cdc-subset-6.12.13-yocto-standard kernel-module-rtl8187-6.12.13-yocto-standard kernel-module-gspca-tv8532-6.12.13-yocto-standard kernel-module-snd-usbmidi-lib-6.12.13-yocto-standard kernel-module-record-example-6.12.13-yocto-standard kernel-module-sky2-6.12.13-yocto-standard kernel-module-sch-hfsc-6.12.13-yocto-standard kernel-module-can-j1939-6.12.13-yocto-standard kernel-module-nf-conntrack-h323-6.12.13-yocto-standard kernel-module-xt-ecn-6.12.13-yocto-standard kernel-module-videobuf2-v4l2-6.12.13-yocto-standard kernel-module-uvesafb-6.12.13-yocto-standard kernel-module-vcan-6.12.13-yocto-standard kernel-module-nf-conntrack-irc-6.12.13-yocto-standard kernel-module-xc2028-6.12.13-yocto-standard kernel-module-snd-emux-synth-6.12.13-yocto-standard kernel-module-mwl8k-6.12.13-yocto-standard kernel-module-xt-tcpmss-6.12.13-yocto-standard kernel-module-hidp-6.12.13-yocto-standard kernel-module-snd-hda-codec-analog-6.12.13-yocto-standard kernel-module-ip6table-filter-6.12.13-yocto-standard kernel-module-snd-emu10k1x-6.12.13-yocto-standard kernel-module-xt-string-6.12.13-yocto-standard kernel-module-dm9601-6.12.13-yocto-standard kernel-module-net1080-6.12.13-yocto-standard kernel-module-udl-6.12.13-yocto-standard kernel-module-vhost-net-6.12.13-yocto-standard kernel-module-xt-conntrack-6.12.13-yocto-standard kernel-module-sch-red-6.12.13-yocto-standard kernel-module-trace-events-sample-6.12.13-yocto-standard kernel-module-nf-nat-h323-6.12.13-yocto-standard kernel-module-snd-hdspm-6.12.13-yocto-standard kernel-module-nhc-dest-6.12.13-yocto-standard kernel-module-can-gw-6.12.13-yocto-standard kernel-module-snd-hda-codec-cirrus-6.12.13-yocto-standard kernel-module-snd-hda-codec-idt-6.12.13-yocto-standard kernel-module-snd-atiixp-modem-6.12.13-yocto-standard kernel-module-xt-hashlimit-6.12.13-yocto-standard kernel-module-lan78xx-6.12.13-yocto-standard kernel-module-ebt-snat-6.12.13-yocto-standard kernel-module-ip6table-raw-6.12.13-yocto-standard kernel-module-nls-koi8-ru-6.12.13-yocto-standard kernel-module-xt-sctp-6.12.13-yocto-standard kernel-module-sch-ingress-6.12.13-yocto-standard kernel-module-gspca-ov534-9-6.12.13-yocto-standard kernel-module-mt7601u-6.12.13-yocto-standard kernel-module-sctp-diag-6.12.13-yocto-standard kernel-module-ip6table-mangle-6.12.13-yocto-standard kernel-module-gspca-cpia1-6.12.13-yocto-standard kernel-module-ah4-6.12.13-yocto-standard kernel-module-act-mirred-6.12.13-yocto-standard kernel-module-algif-skcipher-6.12.13-yocto-standard kernel-module-romfs-6.12.13-yocto-standard kernel-module-snd-hda-codec-6.12.13-yocto-standard kernel-module-tuner-types-6.12.13-yocto-standard kernel-module-smsc-6.12.13-yocto-standard kernel-module-uvc-6.12.13-yocto-standard kernel-module-brcmutil-6.12.13-yocto-standard kernel-module-gspca-etoms-6.12.13-yocto-standard kernel-module-wlcore-sdio-6.12.13-yocto-standard kernel-module-inttype-example-6.12.13-yocto-standard kernel-module-snd-seq-midi-6.12.13-yocto-standard kernel-module-xt-multiport-6.12.13-yocto-standard kernel-module-gspca-spca505-6.12.13-yocto-standard kernel-module-iptable-security-6.12.13-yocto-standard kernel-module-x-tables-6.12.13-yocto-standard kernel-module-snd-opl3-lib-6.12.13-yocto-standard kernel-module-ebt-vlan-6.12.13-yocto-standard kernel-module-ip6t-hbh-6.12.13-yocto-standard kernel-module-arptable-filter-6.12.13-yocto-standard kernel-module-snd-hdsp-6.12.13-yocto-standard kernel-module-can-bcm-6.12.13-yocto-standard kernel-module-brcmfmac-6.12.13-yocto-standard kernel-module-bnxt-en-6.12.13-yocto-standard kernel-module-snd-ice17xx-ak4xxx-6.12.13-yocto-standard kernel-module-s2255drv-6.12.13-yocto-standard kernel-module-r8152-6.12.13-yocto-standard kernel-module-xt-nfqueue-6.12.13-yocto-standard kernel-module-snd-hda-codec-realtek-6.12.13-yocto-standard kernel-module-nf-conntrack-tftp-6.12.13-yocto-standard kernel-module-drm-buddy-6.12.13-yocto-standard kernel-module-ebt-log-6.12.13-yocto-standard kernel-module-alx-6.12.13-yocto-standard kernel-module-pwc-6.12.13-yocto-standard kernel-module-ebt-among-6.12.13-yocto-standard kernel-module-snd-seq-device-6.12.13-yocto-standard kernel-module-cast-common-6.12.13-yocto-standard kernel-module-ipt-rpfilter-6.12.13-yocto-standard kernel-module-ebt-arp-6.12.13-yocto-standard kernel-module-sch-gred-6.12.13-yocto-standard kernel-module-ipcomp-6.12.13-yocto-standard kernel-module-snd-opl3-synth-6.12.13-yocto-standard kernel-module-igc-6.12.13-yocto-standard kernel-module-trace-printk-6.12.13-yocto-standard kernel-module-snd-intel8x0-6.12.13-yocto-standard kernel-module-nhc-udp-6.12.13-yocto-standard kernel-module-ppp-synctty-6.12.13-yocto-standard kernel-module-ip-tables-6.12.13-yocto-standard kernel-module-kvm-intel-6.12.13-yocto-standard kernel-module-blowfish-common-6.12.13-yocto-standard kernel-module-hci-uart-6.12.13-yocto-standard kernel-module-twofish-common-6.12.13-yocto-standard kernel-module-r8153-ecm-6.12.13-yocto-standard kernel-module-snd-intel-dspcfg-6.12.13-yocto-standard kernel-module-nfnetlink-6.12.13-yocto-standard kernel-module-xt-masquerade-6.12.13-yocto-standard kernel-module-bfusb-6.12.13-yocto-standard kernel-module-gre-6.12.13-yocto-standard kernel-module-ebtable-nat-6.12.13-yocto-standard kernel-module-nf-conntrack-ftp-6.12.13-yocto-standard kernel-module-mc44s803-6.12.13-yocto-standard kernel-module-kretprobe-example-6.12.13-yocto-standard kernel-module-nls-cp1255-6.12.13-yocto-standard kernel-module-mt20xx-6.12.13-yocto-standard kernel-module-gspca-pac7311-6.12.13-yocto-standard kernel-module-xt-ct-6.12.13-yocto-standard kernel-module-lib80211-crypt-wep-6.12.13-yocto-standard kernel-module-cdc-ether-6.12.13-yocto-standard kernel-module-snd-hda-scodec-component-6.12.13-yocto-standard kernel-module-sctp-6.12.13-yocto-standard kernel-module-gspca-mr97310a-6.12.13-yocto-standard kernel-module-cfg80211-6.12.13-yocto-standard kernel-module-regmap-i2c-6.12.13-yocto-standard kernel-module-snd-timer-6.12.13-yocto-standard kernel-module-pppoe-6.12.13-yocto-standard kernel-module-tuner-simple-6.12.13-yocto-standard kernel-module-nls-euc-jp-6.12.13-yocto-standard kernel-module-gspca-spca500-6.12.13-yocto-standard kernel-module-nls-ascii-6.12.13-yocto-standard kernel-module-ppp-deflate-6.12.13-yocto-standard kernel-module-snd-seq-midi-emul-6.12.13-yocto-standard kernel-module-snd-hda-codec-conexant-6.12.13-yocto-standard kernel-module-i2c-mux-6.12.13-yocto-standard kernel-module-gspca-sunplus-6.12.13-yocto-standard kernel-module-snd-rme96-6.12.13-yocto-standard kernel-module-bonding-6.12.13-yocto-standard kernel-module-act-bpf-6.12.13-yocto-standard kernel-module-ip6table-nat-6.12.13-yocto-standard kernel-module-xt-helper-6.12.13-yocto-standard kernel-module-slip-6.12.13-yocto-standard kernel-module-snd-oxygen-6.12.13-yocto-standard kernel-module-gspca-zc3xx-6.12.13-yocto-standard kernel-module-xt-statistic-6.12.13-yocto-standard kernel-module-vhost-6.12.13-yocto-standard kernel-module-xt-log-6.12.13-yocto-standard kernel-module-xt-dscp-6.12.13-yocto-standard kernel-module-nls-cp869-6.12.13-yocto-standard kernel-module-snd-pt2258-6.12.13-yocto-standard kernel-module-gspca-sq905c-6.12.13-yocto-standard kernel-module-nf-reject-ipv4-6.12.13-yocto-standard kernel-module-xt-connbytes-6.12.13-yocto-standard kernel-module-xt-length-6.12.13-yocto-standard kernel-module-gspca-sq905-6.12.13-yocto-standard kernel-module-brcmsmac-6.12.13-yocto-standard kernel-module-xt-esp-6.12.13-yocto-standard kernel-module-snd-rme9652-6.12.13-yocto-standard kernel-module-sch-codel-6.12.13-yocto-standard kernel-module-nls-iso8859-14-6.12.13-yocto-standard kernel-module-ebt-ip-6.12.13-yocto-standard kernel-module-ebt-limit-6.12.13-yocto-standard kernel-module-tipc-6.12.13-yocto-standard kernel-module-rsi-91x-6.12.13-yocto-standard kernel-module-gspca-stv0680-6.12.13-yocto-standard kernel-module-nls-cp864-6.12.13-yocto-standard kernel-module-cirrus-6.12.13-yocto-standard kernel-module-hci-vhci-6.12.13-yocto-standard kernel-module-bytestream-example-6.12.13-yocto-standard kernel-module-snd-rawmidi-6.12.13-yocto-standard kernel-module-zd1211rw-6.12.13-yocto-standard kernel-module-mwifiex-pcie-6.12.13-yocto-standard kernel-module-xt-comment-6.12.13-yocto-standard kernel-module-nls-iso8859-2-6.12.13-yocto-standard kernel-module-mwifiex-usb-6.12.13-yocto-standard kernel-module-v4l2-dv-timings-6.12.13-yocto-standard kernel-module-nhc-fragment-6.12.13-yocto-standard kernel-module-xt-realm-6.12.13-yocto-standard kernel-module-snd-emu10k1-synth-6.12.13-yocto-standard kernel-module-nls-cp863-6.12.13-yocto-standard kernel-module-xt-policy-6.12.13-yocto-standard kernel-module-rt2800mmio-6.12.13-yocto-standard kernel-module-nls-cp949-6.12.13-yocto-standard kernel-module-gspca-konica-6.12.13-yocto-standard kernel-module-gspca-stk014-6.12.13-yocto-standard kernel-module-xt-hl-6.12.13-yocto-standard kernel-module-rndis-host-6.12.13-yocto-standard kernel-module-sr9800-6.12.13-yocto-standard kernel-module-serpent-generic-6.12.13-yocto-standard kernel-module-xfrm4-tunnel-6.12.13-yocto-standard kernel-module-jme-6.12.13-yocto-standard kernel-module-gspca-sonixb-6.12.13-yocto-standard kernel-module-8139too-6.12.13-yocto-standard kernel-module-snd-atiixp-6.12.13-yocto-standard kernel-module-snd-util-mem-6.12.13-yocto-standard kernel-module-nls-cp855-6.12.13-yocto-standard kernel-module-pktgen-6.12.13-yocto-standard kernel-module-nhc-routing-6.12.13-yocto-standard kernel-module-rt2800lib-6.12.13-yocto-standard kernel-module-atl1e-6.12.13-yocto-standard kernel-module-bcma-6.12.13-yocto-standard kernel-module-nhc-hop-6.12.13-yocto-standard kernel-module-sch-htb-6.12.13-yocto-standard kernel-module-iwlmvm-6.12.13-yocto-standard kernel-module-nls-cp857-6.12.13-yocto-standard kernel-module-8021q-6.12.13-yocto-standard kernel-module-vmw-balloon-6.12.13-yocto-standard kernel-module-binfmt-misc-6.12.13-yocto-standard kernel-module-ebt-mark-6.12.13-yocto-standard kernel-module-mwifiex-6.12.13-yocto-standard kernel-module-kvm-6.12.13-yocto-standard kernel-module-floppy-6.12.13-yocto-standard kernel-module-videobuf2-vmalloc-6.12.13-yocto-standard kernel-module-tea5767-6.12.13-yocto-standard kernel-module-video-6.12.13-yocto-standard kernel-module-gspca-spca506-6.12.13-yocto-standard kernel-module-algif-rng-6.12.13-yocto-standard kernel-module-nf-nat-pptp-6.12.13-yocto-standard kernel-module-mcs7830-6.12.13-yocto-standard kernel-module-nls-cp866-6.12.13-yocto-standard kernel-module-xfrm-ipcomp-6.12.13-yocto-standard kernel-module-ebt-pkttype-6.12.13-yocto-standard kernel-module-rt2x00pci-6.12.13-yocto-standard kernel-module-gspca-sn9c20x-6.12.13-yocto-standard kernel-module-nf-synproxy-core-6.12.13-yocto-standard kernel-module-snd-hda-codec-generic-6.12.13-yocto-standard kernel-module-vmw-vmci-6.12.13-yocto-standard kernel-module-gspca-xirlink-cit-6.12.13-yocto-standard kernel-module-snd-hda-core-6.12.13-yocto-standard kernel-module-dvb-core-6.12.13-yocto-standard kernel-module-ath9k-common-6.12.13-yocto-standard kernel-module-nls-cp950-6.12.13-yocto-standard kernel-module-nf-conntrack-broadcast-6.12.13-yocto-standard kernel-module-crc7-6.12.13-yocto-standard kernel-module-ip6t-frag-6.12.13-yocto-standard kernel-module-atl1-6.12.13-yocto-standard kernel-module-snd-hda-codec-hdmi-6.12.13-yocto-standard kernel-module-snd-ens1370-6.12.13-yocto-standard kernel-module-wmi-6.12.13-yocto-standard kernel-module-lib80211-6.12.13-yocto-standard kernel-module-snd-ak4113-6.12.13-yocto-standard kernel-module-bsd-comp-6.12.13-yocto-standard kernel-module-snd-ice1712-6.12.13-yocto-standard kernel-module-ath5k-6.12.13-yocto-standard kernel-module-bnep-6.12.13-yocto-standard kernel-module-nhc-ipv6-6.12.13-yocto-standard kernel-module-mc-6.12.13-yocto-standard kernel-module-bnx2x-6.12.13-yocto-standard kernel-module-wl18xx-6.12.13-yocto-standard kernel-module-nls-cp861-6.12.13-yocto-standard kernel-module-gspca-sn9c2028-6.12.13-yocto-standard kernel-module-nfnetlink-log-6.12.13-yocto-standard kernel-module-can-dev-6.12.13-yocto-standard kernel-module-drm-suballoc-helper-6.12.13-yocto-standard kernel-module-libarc4-6.12.13-yocto-standard kernel-module-nfnetlink-queue-6.12.13-yocto-standard kernel-module-mac80211-6.12.13-yocto-standard kernel-module-wlcore-6.12.13-yocto-standard kernel-module-gspca-sonixj-6.12.13-yocto-standard kernel-module-xt-redirect-6.12.13-yocto-standard kernel-module-xt-u32-6.12.13-yocto-standard kernel-module-btmrvl-sdio-6.12.13-yocto-standard kernel-module-ebt-ip6-6.12.13-yocto-standard kernel-module-cls-flower-6.12.13-yocto-standard kernel-module-rtl8xxxu-6.12.13-yocto-standard kernel-module-nls-cp860-6.12.13-yocto-standard kernel-module-ip6-udp-tunnel-6.12.13-yocto-standard kernel-module-can-6.12.13-yocto-standard kernel-module-ebtables-6.12.13-yocto-standard kernel-module-tg3-6.12.13-yocto-standard kernel-module-gspca-benq-6.12.13-yocto-standard kernel-module-nls-iso8859-13-6.12.13-yocto-standard kernel-module-zaurus-6.12.13-yocto-standard kernel-module-ebt-redirect-6.12.13-yocto-standard kernel-module-wl1251-6.12.13-yocto-standard kernel-module-rt2x00mmio-6.12.13-yocto-standard kernel-module-nf-nat-irc-6.12.13-yocto-standard kernel-module-rsi-usb-6.12.13-yocto-standard kernel-module-igbvf-6.12.13-yocto-standard" packages/qemux86_64-agl-linux/linux-yocto/linux-yocto-src: PKGV changed from 6.12.11+git0+cbe89aee4d_807165b1ec to 6.12.13+git0+2506ff7d20_c58d3ea5bb Changes to packages/x86_64-linux/glib-2.0-native (sysroot): /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.82.4 was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8200.4-gdb.py was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/reproducible/build/build-st/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8200.4-gdb.py was added /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4 was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib/libglib-2.0.so.0.8200.4-gdb.py was removed /usr/share/gdb/auto-load/srv/pokybuild/yocto-worker/meta-clang/build/build/tmp/work/x86_64-linux/glib-2.0-native/2.82.4/recipe-sysroot-native/usr/lib/libgobject-2.0.so.0.8200.4-gdb.py was removed Changes to packages/x86_64-linux/python3-native (sysroot): /usr/lib/python3.13/_apple_support.py was added packages/qemux86_64-agl-linux/linux-yocto/kernel-module-6lowpan-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-6lowpan-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-8021q-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-8021q-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-8139cp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-8139cp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-8139too-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-8139too-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ac97-bus-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ac97-bus-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-act-bpf-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-act-bpf-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-act-mirred-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-act-mirred-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-act-skbedit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-act-skbedit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-af-key-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-af-key-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ah4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ah4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-algif-aead-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-algif-aead-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-algif-rng-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-algif-rng-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-algif-skcipher-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-algif-skcipher-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-alx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-alx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-arp-tables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-arp-tables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-arpt-mangle-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-arpt-mangle-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-arptable-filter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-arptable-filter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-asix-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-asix-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-at24-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-at24-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath5k-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath5k-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath9k-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath9k-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath9k-common-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath9k-common-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath9k-hw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ath9k-hw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-atl1-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-atl1-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-atl1c-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-atl1c-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-atl1e-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-atl1e-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-atl2-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-atl2-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ax88179-178a-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ax88179-178a-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ax88796b-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ax88796b-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-backlight-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-backlight-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bcm203x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bcm203x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bcma-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bcma-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bfusb-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bfusb-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-binfmt-misc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-binfmt-misc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-blowfish-common-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-blowfish-common-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-blowfish-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-blowfish-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bluetooth-6lowpan-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bluetooth-6lowpan-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bnep-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bnep-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bnx2x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bnx2x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bnxt-en-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bnxt-en-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bonding-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bonding-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bpa10x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bpa10x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmfmac-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmfmac-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmfmac-bca-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmfmac-bca-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmfmac-cyw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmfmac-cyw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmfmac-wcc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmfmac-wcc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmsmac-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmsmac-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmutil-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-brcmutil-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bsd-comp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bsd-comp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-btmrvl-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-btmrvl-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-btmrvl-sdio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-btmrvl-sdio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-btrsi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-btrsi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-btsdio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-btsdio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bytestream-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-bytestream-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-camellia-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-camellia-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-bcm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-bcm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-dev-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-dev-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-gw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-gw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-j1939-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-j1939-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-raw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-can-raw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cast-common-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cast-common-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cast5-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cast5-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cast6-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cast6-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-catc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-catc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cdc-eem-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cdc-eem-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cdc-ether-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cdc-ether-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cdc-ncm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cdc-ncm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cdc-subset-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cdc-subset-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cfg80211-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cfg80211-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ch7006-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ch7006-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cirrus-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cirrus-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cls-bpf-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cls-bpf-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cls-flower-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cls-flower-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-configfs-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-configfs-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-configfs-sample-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-configfs-sample-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cordic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cordic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-crc-ccitt-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-crc-ccitt-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-crc7-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-crc7-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-crc8-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-crc8-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cuse-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-cuse-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-data-breakpoint-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-data-breakpoint-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dl2k-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dl2k-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dm9601-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dm9601-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dma-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dma-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-buddy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-buddy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-display-helper-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-display-helper-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-exec-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-exec-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-gpuvm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-gpuvm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-suballoc-helper-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-drm-suballoc-helper-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dummy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dummy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dvb-core-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-dvb-core-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-802-3-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-802-3-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-among-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-among-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-arp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-arp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-arpreply-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-arpreply-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-dnat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-dnat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-ip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-ip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-ip6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-ip6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-limit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-limit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-log-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-log-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-mark-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-mark-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-mark-m-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-mark-m-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-nflog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-nflog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-pkttype-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-pkttype-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-redirect-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-redirect-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-snat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-snat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-stp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-stp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-vlan-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebt-vlan-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebtable-broute-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebtable-broute-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebtable-filter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebtable-filter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebtable-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebtable-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebtables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ebtables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-eeprom-93cx6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-eeprom-93cx6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-esp4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-esp4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-floppy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-floppy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-fuse-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-fuse-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gma500-gfx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gma500-gfx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gpu-sched-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gpu-sched-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gre-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gre-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-benq-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-benq-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-conex-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-conex-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-cpia1-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-cpia1-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-etoms-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-etoms-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-finepix-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-finepix-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-gl860-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-gl860-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-jeilinj-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-jeilinj-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-jl2005bcd-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-jl2005bcd-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-kinect-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-kinect-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-konica-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-konica-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-m5602-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-m5602-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-main-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-main-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-mars-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-mars-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-mr97310a-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-mr97310a-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-nw80x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-nw80x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-ov519-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-ov519-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-ov534-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-ov534-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-ov534-9-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-ov534-9-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-pac207-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-pac207-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-pac7302-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-pac7302-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-pac7311-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-pac7311-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-se401-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-se401-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sn9c2028-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sn9c2028-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sn9c20x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sn9c20x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sonixb-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sonixb-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sonixj-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sonixj-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca1528-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca1528-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca500-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca500-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca501-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca501-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca505-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca505-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca506-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca506-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca508-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca508-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca561-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-spca561-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sq905-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sq905-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sq905c-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sq905c-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sq930x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sq930x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-stk014-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-stk014-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-stv0680-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-stv0680-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-stv06xx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-stv06xx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sunplus-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-sunplus-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-t613-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-t613-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-topro-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-topro-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-tv8532-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-tv8532-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-vc032x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-vc032x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-vicam-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-vicam-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-xirlink-cit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-xirlink-cit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-zc3xx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-gspca-zc3xx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-hci-uart-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-hci-uart-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-hci-vhci-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-hci-vhci-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-hidp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-hidp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-hso-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-hso-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-i2c-mux-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-i2c-mux-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-i915-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-i915-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-igbvf-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-igbvf-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-igc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-igc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-inttype-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-inttype-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip-gre-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip-gre-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip-tables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip-tables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6-tables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6-tables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6-tunnel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6-tunnel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6-udp-tunnel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6-udp-tunnel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-eui64-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-eui64-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-frag-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-frag-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-hbh-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-hbh-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-ipv6header-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-ipv6header-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-rt-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6t-rt-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6table-filter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6table-filter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6table-mangle-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6table-mangle-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6table-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6table-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6table-raw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ip6table-raw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipcomp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipcomp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipcomp6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipcomp6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipheth-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipheth-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-ah-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-ah-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-ecn-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-ecn-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-reject-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-reject-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-rpfilter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-rpfilter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-synproxy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipt-synproxy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-filter-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-filter-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-mangle-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-mangle-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-raw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-raw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-security-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iptable-security-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipw2100-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipw2100-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipw2200-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ipw2200-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iwldvm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iwldvm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iwlmvm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iwlmvm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iwlwifi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-iwlwifi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-jme-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-jme-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kaweth-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kaweth-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kobject-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kobject-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kprobe-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kprobe-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kretprobe-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kretprobe-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kset-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kset-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kvm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kvm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kvm-intel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-kvm-intel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lan78xx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lan78xx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lib80211-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lib80211-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lib80211-crypt-ccmp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lib80211-crypt-ccmp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lib80211-crypt-tkip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lib80211-crypt-tkip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lib80211-crypt-wep-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lib80211-crypt-wep-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-libarc4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-libarc4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-libertas-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-libertas-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-libertas-sdio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-libertas-sdio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-libipw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-libipw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-lp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mac80211-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mac80211-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mc44s803-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mc44s803-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mcs7830-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mcs7830-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mdio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mdio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-michael-mic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-michael-mic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-microchip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-microchip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mt20xx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mt20xx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mt7601u-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mt7601u-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mwifiex-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mwifiex-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mwifiex-pcie-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mwifiex-pcie-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mwifiex-usb-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mwifiex-usb-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mwl8k-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mwl8k-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mxm-wmi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-mxm-wmi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nbd-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nbd-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-net1080-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-net1080-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conncount-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conncount-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-amanda-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-broadcast-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-ftp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-h323-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-h323-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-irc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-irc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-netbios-ns-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-netlink-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-pptp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-sane-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-sane-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-sip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-sip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-conntrack-tftp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-defrag-ipv4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-defrag-ipv6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-log-syslog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-log-syslog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-amanda-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-amanda-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-ftp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-ftp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-h323-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-h323-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-irc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-irc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-pptp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-pptp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-sip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-sip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-tftp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-nat-tftp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-reject-ipv4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-reject-ipv4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-synproxy-core-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nf-synproxy-core-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nfnetlink-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nfnetlink-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nfnetlink-log-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nfnetlink-log-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nfnetlink-queue-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nfnetlink-queue-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nfsd-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nfsd-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-dest-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-dest-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-fragment-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-fragment-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-hop-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-hop-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-ipv6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-ipv6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-mobility-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-mobility-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-routing-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-routing-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-udp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nhc-udp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-ascii-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-ascii-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp1250-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp1250-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp1251-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp1251-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp1255-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp1255-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp737-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp737-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp775-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp775-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp850-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp850-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp852-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp852-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp855-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp855-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp857-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp857-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp860-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp860-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp861-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp861-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp862-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp862-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp863-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp863-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp864-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp864-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp865-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp865-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp866-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp866-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp869-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp869-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp874-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp874-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp932-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp932-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp936-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp936-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp949-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp949-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp950-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-cp950-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-euc-jp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-euc-jp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-13-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-13-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-14-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-14-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-15-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-15-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-2-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-2-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-3-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-3-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-4-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-4-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-5-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-5-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-7-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-7-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-9-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-iso8859-9-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-koi8-r-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-koi8-r-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-koi8-ru-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-koi8-ru-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-koi8-u-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-koi8-u-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-utf8-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nls-utf8-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nouveau-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-nouveau-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-parport-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-parport-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-parport-pc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-parport-pc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pcnet32-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pcnet32-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pegasus-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pegasus-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-phylink-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-phylink-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pktgen-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pktgen-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ppp-async-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ppp-async-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ppp-deflate-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ppp-deflate-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ppp-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ppp-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ppp-synctty-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ppp-synctty-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pppoe-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pppoe-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pppox-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pppox-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pwc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-pwc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-r8152-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-r8152-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-r8153-ecm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-r8153-ecm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-radeon-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-radeon-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-record-example-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-record-example-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-regmap-i2c-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-regmap-i2c-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rfcomm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rfcomm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rndis-host-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rndis-host-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-romfs-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-romfs-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rsi-91x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rsi-91x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rsi-sdio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rsi-sdio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rsi-usb-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rsi-usb-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2800lib-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2800lib-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2800mmio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2800mmio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2800pci-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2800pci-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2x00lib-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2x00lib-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2x00mmio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2x00mmio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2x00pci-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rt2x00pci-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rtl8150-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rtl8150-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rtl8187-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rtl8187-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rtl818x-pci-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rtl818x-pci-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rtl8xxxu-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-rtl8xxxu-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-s2255drv-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-s2255drv-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-codel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-codel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-fq-codel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-fq-codel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-gred-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-gred-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-hfsc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-hfsc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-htb-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-htb-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-ingress-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-ingress-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-multiq-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-multiq-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-netem-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-netem-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-prio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-prio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-red-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-red-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-sfq-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-sfq-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-tbf-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-tbf-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-teql-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sch-teql-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sctp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sctp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sctp-diag-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sctp-diag-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-serpent-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-serpent-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sil164-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sil164-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-skge-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-skge-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sky2-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sky2-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-slhc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-slhc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-slip-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-slip-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-smsc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-smsc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-smsc75xx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-smsc75xx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-smsc95xx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-smsc95xx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ac97-codec-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ac97-codec-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ak4113-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ak4113-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ak4114-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ak4114-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ak4xxx-adda-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ak4xxx-adda-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-aloop-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-aloop-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-atiixp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-atiixp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-atiixp-modem-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-atiixp-modem-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ca0106-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ca0106-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-cmipci-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-cmipci-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-cs8427-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-cs8427-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ctl-led-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ctl-led-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ctxfi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ctxfi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-dummy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-dummy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-emu10k1-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-emu10k1-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-emu10k1-synth-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-emu10k1-synth-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-emu10k1x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-emu10k1x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-emux-synth-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-emux-synth-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ens1370-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ens1370-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ens1371-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ens1371-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-analog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-analog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-ca0110-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-ca0110-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-ca0132-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-ca0132-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-cirrus-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-cirrus-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-cmedia-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-cmedia-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-conexant-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-conexant-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-hdmi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-hdmi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-idt-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-idt-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-realtek-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-realtek-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-si3054-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-si3054-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-via-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-codec-via-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-core-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-core-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-intel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-intel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-scodec-component-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hda-scodec-component-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hdsp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hdsp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hdspm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hdspm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hrtimer-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hrtimer-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hwdep-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-hwdep-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-i2c-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-i2c-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ice1712-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ice1712-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ice1724-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ice1724-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ice17xx-ak4xxx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-ice17xx-ak4xxx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-intel-dspcfg-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-intel-dspcfg-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-intel-sdw-acpi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-intel-sdw-acpi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-intel8x0-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-intel8x0-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-mpu401-uart-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-mpu401-uart-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-opl3-lib-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-opl3-lib-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-opl3-synth-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-opl3-synth-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-oxygen-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-oxygen-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-oxygen-lib-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-oxygen-lib-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-pcm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-pcm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-pt2258-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-pt2258-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-rawmidi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-rawmidi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-rme96-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-rme96-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-rme9652-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-rme9652-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-device-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-device-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-midi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-midi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-midi-emul-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-midi-emul-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-midi-event-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-midi-event-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-virmidi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-seq-virmidi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-timer-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-timer-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usb-audio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usb-audio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usb-hiface-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usb-hiface-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usb-us122l-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usb-us122l-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usb-usx2y-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usb-usx2y-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usbmidi-lib-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-usbmidi-lib-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-util-mem-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-util-mem-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-virtuoso-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-snd-virtuoso-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-softdog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-softdog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-soundcore-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-soundcore-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sr9800-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-sr9800-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tcrypt-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tcrypt-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tda18271-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tda18271-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tda827x-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tda827x-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tda8290-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tda8290-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tda9887-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tda9887-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tea5761-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tea5761-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tea5767-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tea5767-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tg3-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tg3-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tipc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tipc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tipc-diag-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tipc-diag-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-trace-events-sample-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-trace-events-sample-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-trace-printk-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-trace-printk-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ts-bm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ts-bm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ts-fsm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ts-fsm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ts-kmp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-ts-kmp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tun-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tun-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tuner-simple-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tuner-simple-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tuner-types-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tuner-types-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tunnel6-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-tunnel6-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-twofish-common-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-twofish-common-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-twofish-generic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-twofish-generic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-typhoon-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-typhoon-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-udl-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-udl-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-udp-tunnel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-udp-tunnel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-usb8xxx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-usb8xxx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-usbnet-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-usbnet-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-usbtouchscreen-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-usbtouchscreen-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-uvc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-uvc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-uvcvideo-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-uvcvideo-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-uvesafb-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-uvesafb-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-v4l2-async-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-v4l2-async-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-v4l2-dv-timings-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-v4l2-dv-timings-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-v4l2-fwnode-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-v4l2-fwnode-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vcan-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vcan-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vgem-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vgem-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vhost-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vhost-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vhost-iotlb-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vhost-iotlb-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vhost-net-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vhost-net-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-video-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-video-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videobuf2-common-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videobuf2-common-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videobuf2-memops-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videobuf2-memops-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videobuf2-v4l2-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videobuf2-v4l2-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videobuf2-vmalloc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videobuf2-vmalloc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videodev-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-videodev-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-virtio-input-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-virtio-input-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vmw-balloon-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vmw-balloon-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vmw-vmci-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vmw-vmci-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vmw-vsock-vmci-transport-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-vmw-vsock-vmci-transport-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-watchdog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-watchdog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wl1251-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wl1251-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wl12xx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wl12xx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wl18xx-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wl18xx-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wlcore-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wlcore-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wlcore-sdio-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wlcore-sdio-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wmi-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wmi-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wmi-bmof-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wmi-bmof-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wp512-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-wp512-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-x-tables-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-x-tables-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-x86-pkg-temp-thermal-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-x86-pkg-temp-thermal-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xc2028-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xc2028-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xc4000-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xc4000-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xc5000-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xc5000-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xcbc-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xcbc-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xfrm-ipcomp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xfrm-ipcomp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xfrm-user-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xfrm-user-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xfrm4-tunnel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xfrm4-tunnel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xfrm6-tunnel-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xfrm6-tunnel-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-classify-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-classify-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-comment-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-comment-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-connbytes-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-connbytes-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-connlimit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-connlimit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-connmark-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-connmark-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-conntrack-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-conntrack-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-ct-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-ct-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-dccp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-dccp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-dscp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-dscp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-ecn-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-ecn-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-esp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-esp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-hashlimit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-hashlimit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-helper-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-helper-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-hl-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-hl-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-length-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-length-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-limit-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-limit-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-log-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-log-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-mac-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-mac-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-mark-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-mark-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-masquerade-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-masquerade-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-multiport-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-multiport-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-nat-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-nat-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-netmap-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-netmap-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-nflog-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-nflog-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-nfqueue-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-nfqueue-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-pkttype-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-pkttype-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-policy-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-policy-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-quota-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-quota-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-realm-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-realm-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-redirect-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-redirect-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-sctp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-sctp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-state-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-state-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-statistic-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-statistic-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-string-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-string-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-tcpmss-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-tcpmss-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-tcpudp-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-tcpudp-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-trace-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-trace-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-u32-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-xt-u32-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-zaurus-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-zaurus-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-zd1211rw-6.12.11-yocto-standard: pkg_postinst cleared: @@ -1,10 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - # image.bbclass will call depmodwrapper after everything is installed, - # no need to do it here as well - : -fi - -- packages/qemux86_64-agl-linux/linux-yocto/kernel-module-zd1211rw-6.12.11-yocto-standard: pkg_postrm cleared: @@ -1,8 +0,0 @@ -#!/bin/sh -set -e -if [ -z "$D" ]; then - depmod -a 6.12.11-yocto-standard -else - depmodwrapper -a -b $D 6.12.11-yocto-standard kernel -fi - --