Hello @BugProg, welcome in the forum
First, a Pie build updated every week is already available for your device :
Secondly, right now you aren’t building for /e/ but for LineageOS. Change the repo init line with the following one :
repo init -u https://gitlab.e.foundation/e/os/releases.git -b refs/tags/v0.9-pie
then do a
repo sync --force-sync
Finally, if breakfast fails, it’s because there is only one thing that is not automatically fetched for LineageOS supported devices, it’s the vendor blobs that can be found at github.com/TheMuppets.
Create a “roomservice.xml” file in : your-build-directory/.repo/local_manifests/roomservice.xml
(“.repo” is a hidden folder).
And copy paste the following text in this roomservice.xml file :
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="TheMuppets/proprietary_vendor_oneplus" path="vendor/oneplus" remote="github" revision="lineage-16.0" />
</manifest>
Restart your build and it should start.