Giter VIP home page Giter VIP logo

buildroot4minimalism's Introduction

buildroot4minimalism

Trying to build a minimal buildroot for using as the root in a container image.

Just using the default setup from buildroot, but without bootloader and kernel.

2022.02.x:

  • GCC 10 (BR2_GCC_VERSION_10_X=y)
  • Linux 5.15 (BR2_KERNEL_HEADERS_5_15=y)
Component Project Notes
C Library uclibc libc.so
Shell busybox /bin/sh
Packages buildroot make

graph size

BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set
BR2_TARGET_ROOTFS_TAR=y
# BR2_TARGET_ROOTFS_CPIO is not set
# BR2_TARGET_ROOTFS_EXT2 is not set
# BR2_LINUX_KERNEL is not set
# BR2_TARGET_SYSLINUX is not set
# BR2_TARGET_GRUB2 is not set
  • board/

  • configs/

This is where the distribution targets are defined, with helper files and defconfig.

  • buildroot/

  • output/

This is where the sources and build happens, and where the output ends up afterwards.

  • support/

Support files for building, such as a container image with all required build tools.

  • container/

Contains helper files for constructing the container image from the rootfs archive.

Toolchains:

i586-buildroot-linux-uclibc

61M	i586-buildroot-linux-uclibc_sdk-buildroot.tar.gz
36M	i586-buildroot-linux-uclibc_sdk-buildroot.tar.xz

Reference board:

i586 (386)

2.0M	rootfs.tar
1.6M	root.tar

buildroot4minimalism's People

Contributors

afbjorklund avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.