BelaPlatform / bela-image-builder

Scripts to build a Bela image from scratch
MIT License
37 stars 16 forks source link

libllvm3.9 and libclang1-3.9 get installed #22

Closed giuliomoro closed 7 years ago

giuliomoro commented 7 years ago
I: Retrieving libclang1-3.9 1:3.9.1-8
I: Validating libclang1-3.9 1:3.9.1-8
I: Retrieving libllvm3.9 1:3.9.1-8
I: Validating libllvm3.9 1:3.9.1-8

why? What does depend on them? Note we are manually installing clang 4.0

LBDonovan commented 7 years ago

No idea. I would guess maybe Bison or Flex as I don't know what they are but they are required to build the custom dtc.

giuliomoro commented 7 years ago

I promoted this to expected behaviour, avoiding clang 4 altogether. We install 3.9 on the board from apt-get and that's it. Safer, better. (Also removing the 3.8 that was installed as default).