Estimated read time: 1 minutes
bmh rewrote the checkpkgs script in python and added some new features. for example i wanted to know which pkgs are not available on i686 (excluding the emulation pkgs):
$fst_root/tools/checkpkgs -b -n|grep -v "\[X\] i686"|grep -v emul-nice ;)