libbpf / ci

BPF CI
Other
11 stars 24 forks source link

Debian-Gnu name lookup issue for ppc64el #113

Closed dubeyabhishek closed 11 months ago

dubeyabhishek commented 11 months ago

The usr/share/dpkg/cputable contains mapping ppc64el->powerpc64le, so mkrootfs_debian.sh does lookup with qemu-powerpc64le-static, which is incorrect.

chantra commented 11 months ago

Indeed. I cheated yesterday and created a symlink on my local FS.

chantra commented 11 months ago

Thanks for the PR