Skip to content

Privatehive/conan-raspberry-pi-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan-raspberry-pi-toolchain

Conan Remote Recipe

A conan package that provides a recent cross compiler and a minimal sysroot for Raspberry Pi OS


os arch CI Status
Linux x86_64 GitHub Actions Workflow Status

To populate conandata.yml with the Raspberry Pi OS packages that make up the sysroot run the provided Docker container:

Install qemu and binfmt-support and register the executable types on the host with a this command:

$ docker run --privileged --rm tonistiigi/binfmt --install all

Then run the following image

$ docker build ./docker -f docker/Dockerfile --build-arg VERSION=bullseye -t raspberrypi-chroot && docker run --rm -it --privileged -v $(pwd):/out raspberrypi-chroot

About

A conan package for Raspberry PI OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published