I'm trying to build the latest kernel on Ubuntu 21.04 but I'm getting an error when it's trying to checkout the ubuntu submodule:
test -f "submodules/ubuntu-hirsute/README" || git submodule update --init submodules/ubuntu-hirsute
error: Server does not allow request for unadvertised object e7bd377c9219094136ecce5e2258f04edbed58a0
Fetched in submodule path 'submodules/ubuntu-hirsute', but it did not contain e7bd377c9219094136ecce5e2258f04edbed58a0. Direct fetching of that commit failed.
make: *** [Makefile:121: submodule] Error 1
That commit id doesn't appear to be in my local git nor in the upstream git it's fetching from, something forgotten or am I missing something ?
test -f "submodules/ubuntu-hirsute/README" || git submodule update --init submodules/ubuntu-hirsute
error: Server does not allow request for unadvertised object e7bd377c9219094136ecce5e2258f04edbed58a0
Fetched in submodule path 'submodules/ubuntu-hirsute', but it did not contain e7bd377c9219094136ecce5e2258f04edbed58a0. Direct fetching of that commit failed.
make: *** [Makefile:121: submodule] Error 1
That commit id doesn't appear to be in my local git nor in the upstream git it's fetching from, something forgotten or am I missing something ?