Skip to content

cemalgnlts/now-linux-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Now Linux Build

CircleCI

A custom Buildroot config for Now.

Folder Structure

+-- board/
    +-- now
        +-- linux.config        # Our custom Linux kernel config
        +-- rootfs_overlay/     # Overrides for files in the root filesystem
            +-- root/           # User home folder
            +-- etc/
                +-- inittab     # We setup a ttyS0 console terminal to root
                +-- fstab       # We auto-mount the Plan 9 Filer filesystem to /root
                +-- profile     # To customize our individual work environment
            +-- opt/
                +--- now/       # Special files for Now
            +-- usr/
                +-- local/
                    +-- lib/    # For 3rd party libraries (nodejs)
    +-- configs/
        +-- now_defconfig       # Our custom buildroot config
    +-- Config.in               # empty, but required https://buildroot.org/downloads/manual/manual.html#outside-br-custom
    +-- external.mk             # empty, but required https://buildroot.org/downloads/manual/manual.html#outside-br-custom
    +-- external.desc           # our board config for make
    +-- build.sh                # entrypoint for build

Credits

It was created using these sources:

License

Buildroot itself is an open source software, released under the GNU General Public License, version 2 or (at your option) any later version, with the exception of the package patches detailed below.

See also the Buildroot license notice for more nuances about the meaning of this license.

About

A small Linux build for now

Resources

License

Stars

Watchers

Forks

Languages

  • JavaScript 50.8%
  • Shell 49.2%