Skip to content

hanger0106/buildroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

buildroot

buildroot base image

https://github.com/T-Firefly/buildroot-builder.git

This is a Docker container for Buildroot building. It was created to support the Firefly Open Source Project.

Development board supported:

It currently only supports to ROC-RK3308-CC Buildroot SDK.

Generating a Docker image

  1. Get the project
$ git clone https://github.com/T-Firefly/buildroot-builder.git
  1. Go into root of buildroot-builder
$ cd buildroot-builder
  1. Generating a Docker image
$ docker build -t buildroot-builder .

How to use

The container default working directory is /home/project, it is also a mountpoint that can be used to mount your current working directory into the container, like:

 docker run -it --rm \
            -e USER_ID=1000 \
            --mount type=bind,source="$PWD",target="/home/project" \
            buildroot-builder \
            /bin/bash

Simon's Change log

  1. solve locale error with wchar
  2. entry point: change default username to USER=BR

build docker image from git:

docker build --tag buildroot-dev https://github.com/hanger0106/buidroot.git#main:.

About

buildroot base image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published