├── docs ├── images ├── website │ ├── robots.txt │ ├── favicon.ico │ ├── favicon.png │ ├── images │ │ ├── irc.png │ │ ├── zip.png │ │ ├── email.png │ │ ├── gift.png │ │ ├── logo.png │ │ ├── logo.xcf │ │ ├── text.png │ │ ├── browser.png │ │ ├── hammer.png │ │ ├── nconfig.png │ │ ├── package.png │ │ ├── pdf-icon.png │ │ ├── tux-flat.png │ │ ├── xconfig.png │ │ ├── bug-buddy.png │ │ ├── calao-logo.png │ │ ├── logo_small.png │ │ ├── menuconfig.png │ │ ├── mind-logo.png │ │ ├── smile-logo.png │ │ ├── tkos-logo.png │ │ ├── bootlin-logo.png │ │ ├── fluendo-logo.png │ │ ├── google-logo.png │ │ ├── imgtec-logo.png │ │ ├── logilin-logo.png │ │ ├── scaleway-logo.png │ │ ├── synopsys-logo.png │ │ ├── zillabit-logo.png │ │ ├── circuitco-logo.png │ │ ├── buildroot-slides.png │ │ ├── free-electrons-logo.png │ │ ├── github_hash_mongrel2.png │ │ ├── amarula-solutions-logo.png │ │ ├── boundary-devices-logo.png │ │ └── rockwell-collins-logo.png │ └── fonts │ │ └── glyphicons-halflings-regular.woff └── manual │ ├── download-infra.txt │ └── appendix.txt ├── system └── skeleton │ ├── dev │ ├── .empty │ ├── fd │ ├── stderr │ ├── stdin │ └── stdout │ ├── media │ └── .empty │ ├── mnt │ └── .empty │ ├── opt │ └── .empty │ ├── proc │ └── .empty │ ├── root │ └── .empty │ ├── run │ └── .empty │ ├── sys │ └── .empty │ ├── tmp │ └── .empty │ ├── usr │ ├── bin │ │ └── .empty │ ├── lib │ │ └── .empty │ └── sbin │ │ └── .empty │ └── etc │ ├── mtab │ ├── hosts │ ├── profile.d │ └── umask.sh │ ├── resolv.conf │ └── shadow ├── board ├── raspberrypi0 ├── raspberrypi0w ├── raspberrypi2 ├── raspberrypi3 ├── raspberrypi3-64 ├── raspberrypi4 ├── raspberrypi4-64 ├── olimex │ ├── a10_olinuxino │ │ ├── boot.cmd │ │ ├── genimage.cfg │ │ └── post-build.sh │ ├── a33_olinuxino │ │ └── post-build.sh │ └── a20_olinuxino │ │ └── post-build.sh ├── udoo │ └── mx6qdl │ │ └── linux.fragment ├── freescale │ ├── warpboard │ │ └── linux.fragment │ ├── imx6-sabresd │ │ └── linux-baremetal.config │ ├── common │ │ └── imx │ │ │ ├── linux-baremetal.config │ │ │ └── linux-selinux.config │ └── imx8mpevk │ │ └── linux.config ├── solidrun │ ├── clearfog │ │ ├── linux.fragment │ │ ├── post-build.sh │ │ └── extlinux.conf │ ├── clearfog_gt_8k │ │ ├── genimage.cfg │ │ ├── uboot-fragment.config │ │ ├── post-build-mainline.sh │ │ ├── linux-extras.config │ │ └── extlinux.conf │ └── macchiatobin │ │ ├── linux-extras.config │ │ ├── uboot-fragment.config │ │ ├── post-build.sh │ │ ├── post-build-mainline.sh │ │ └── extlinux.conf ├── andes │ └── ae3xx │ │ └── ae3xx.fragment ├── nxp │ ├── common │ │ └── ls │ │ │ ├── linux-baremetal.config │ │ │ ├── linux-optee.config │ │ │ ├── linux-dmcrypt.config │ │ │ ├── linux-rt.config │ │ │ └── linux-wifi.config │ ├── ls1021atsn │ │ └── rootfs_overlay │ │ │ └── etc │ │ │ ├── locale.conf │ │ │ ├── systemd │ │ │ └── network │ │ │ │ ├── br0.network │ │ │ │ ├── eth0.network │ │ │ │ ├── eth1.network │ │ │ │ ├── eth2.network │ │ │ │ ├── swp.network │ │ │ │ └── br0.netdev │ │ │ └── linuxptp-system-clock.cfg │ ├── ls1021aiot │ │ └── linux-baremetal.config │ ├── ls1028ardb │ │ └── linux-baremetal.config │ └── lx2160ardb │ │ └── linux-baremetal.config ├── chromebook │ └── snow │ │ ├── linux-4.15.fragment │ │ └── kernel.args ├── synopsys │ └── hsdk │ │ └── linux.fragment ├── qemu │ ├── arm-vexpress-tz │ │ └── linux.fragment │ ├── ppc-mac99 │ │ └── linux.fragment │ ├── csky │ │ ├── linux-ck807.config.fragment │ │ ├── linux-ck810.config.fragment │ │ └── linux-ck610.config.fragment │ └── nios2-10m50 │ │ └── linux.fragment ├── stmicroelectronics │ └── stm32mp157c-dk2 │ │ ├── uboot-fragment.config │ │ └── overlay │ │ └── boot │ │ └── extlinux │ │ └── extlinux.conf ├── intel │ └── galileo │ │ ├── rootfs_overlay │ │ └── etc │ │ │ └── modules-load.galileo │ │ │ ├── galileo.conf │ │ │ └── galileo_gen2.conf │ │ └── post-build.sh ├── roseapplepi │ ├── uEnv.txt │ └── post-build.sh ├── lego │ └── ev3 │ │ └── busybox.fragment ├── lemaker │ └── bananapro │ │ └── rootfs_overlay │ │ └── lib │ │ └── firmware │ │ └── brcm │ │ └── brcmfmac43362-sdio.lemaker,bananapro.txt ├── beaglebone │ └── post-build.sh ├── beagleboneai │ └── post-build.sh ├── aarch64-efi │ ├── grub.cfg │ └── post-image.sh ├── pc │ ├── grub-bios.cfg │ └── grub-efi.cfg ├── beelink │ └── gs1 │ │ ├── post-build.sh │ │ └── extlinux.conf ├── amarula │ ├── a64-relic │ │ ├── post-build.sh │ │ ├── extlinux.conf │ │ └── genimage.cfg │ └── vyasa │ │ ├── extlinux.conf │ │ └── linux_gmac.fragment ├── orangepi │ ├── orangepi-lite2 │ │ ├── post-build.sh │ │ └── extlinux.conf │ ├── orangepi-one-plus │ │ ├── post-build.sh │ │ └── extlinux.conf │ ├── orangepi-pc-plus │ │ └── linux-extras.config │ └── orangepi-pc │ │ └── linux.fragment ├── friendlyarm │ └── nanopi-neo-plus2 │ │ ├── post-build.sh │ │ └── extlinux.conf ├── minnowboard │ ├── fs-overlay-graphical │ │ └── etc │ │ │ ├── asound.conf │ │ │ └── X11 │ │ │ └── Xsession │ └── grub.cfg ├── asus │ └── tinker │ │ └── extlinux.conf ├── pine64 │ └── rock64 │ │ └── extlinux.conf ├── librecomputer │ └── lafrite │ │ └── genimage.cfg └── technologic │ └── ts4900 │ └── genimage.cfg ├── support ├── testing │ ├── tests │ │ ├── __init__.py │ │ ├── boot │ │ │ └── __init__.py │ │ ├── core │ │ │ ├── __init__.py │ │ │ ├── post-image.sh │ │ │ ├── post-fakeroot.sh │ │ │ ├── rootfs-overlay1 │ │ │ │ └── test-file1 │ │ │ ├── rootfs-overlay2 │ │ │ │ └── etc │ │ │ │ │ └── test-file2 │ │ │ └── squashfs-xattr-kernel.config │ │ ├── fs │ │ │ └── __init__.py │ │ ├── init │ │ │ ├── __init__.py │ │ │ └── systemd-factory │ │ │ │ └── var │ │ │ │ └── foo │ │ │ │ └── bar │ │ ├── download │ │ │ ├── __init__.py │ │ │ ├── br2-external │ │ │ │ ├── git-hash │ │ │ │ │ ├── Config.in │ │ │ │ │ ├── external.desc │ │ │ │ │ └── package │ │ │ │ │ │ ├── bad │ │ │ │ │ │ └── bad.hash │ │ │ │ │ │ └── good │ │ │ │ │ │ └── good.hash │ │ │ │ └── git-refs │ │ │ │ │ ├── Config.in │ │ │ │ │ └── external.desc │ │ │ └── git-remote │ │ │ │ ├── repo.git │ │ │ │ ├── HEAD │ │ │ │ ├── .gitattributes │ │ │ │ ├── refs │ │ │ │ │ ├── heads │ │ │ │ │ │ ├── master │ │ │ │ │ │ ├── mybranch │ │ │ │ │ │ └── submodule │ │ │ │ │ └── tags │ │ │ │ │ │ └── mytag │ │ │ │ └── config │ │ │ │ ├── refs-sub1.git │ │ │ │ ├── .gitattributes │ │ │ │ ├── HEAD │ │ │ │ ├── refs │ │ │ │ │ └── heads │ │ │ │ │ │ └── submodule │ │ │ │ └── config │ │ │ │ └── refs-sub2.git │ │ │ │ ├── .gitattributes │ │ │ │ ├── HEAD │ │ │ │ ├── refs │ │ │ │ └── heads │ │ │ │ │ └── submodule │ │ │ │ └── config │ │ ├── package │ │ │ ├── __init__.py │ │ │ ├── sample_libftdi1.py │ │ │ ├── br2-external │ │ │ │ └── openjdk │ │ │ │ │ ├── external.desc │ │ │ │ │ ├── external.mk │ │ │ │ │ └── Config.in │ │ │ ├── sample_python_gobject.py │ │ │ ├── sample_python_txtorcon.py │ │ │ ├── sample_python_autobahn.py │ │ │ ├── sample_python_django.py │ │ │ ├── sample_python_gitdb2.py │ │ │ ├── sample_python_pynacl.py │ │ │ ├── sample_python_txaio_asyncio.py │ │ │ ├── sample_python_txaio_twisted.py │ │ │ ├── test_lxc │ │ │ │ └── rootfs-overlay │ │ │ │ │ └── usr │ │ │ │ │ └── bin │ │ │ │ │ └── iperf3.sh │ │ │ ├── sample_python_cryptography.py │ │ │ ├── sample_python_crossbar.py │ │ │ ├── copy-sample-script-to-target.sh │ │ │ ├── sample_python_service_identity.py │ │ │ └── sample_python_incremental.py │ │ ├── toolchain │ │ │ └── __init__.py │ │ └── utils │ │ │ ├── __init__.py │ │ │ └── br2-external │ │ │ ├── Config.in │ │ │ ├── external.desc │ │ │ ├── package │ │ │ └── external │ │ │ │ └── external.mk │ │ │ └── external.mk │ └── conf │ │ ├── docker-compose.yml │ │ ├── unittest.cfg │ │ ├── binfmt-misc-kernel-fragment.config │ │ ├── isolinux.cfg │ │ ├── f2fs-kernel-fragment.config │ │ └── grub2.cfg ├── kconfig │ ├── lxdialog │ │ └── .gitignore │ └── .gitignore ├── config-fragments │ └── autobuild │ │ ├── br-microblazeel-full-internal.config │ │ ├── andes-nds32.config │ │ ├── sourcery-arm.config │ │ ├── linaro-aarch64.config │ │ ├── br-arc-full-internal.config │ │ ├── br-riscv64-internal-musl.config │ │ ├── br-xtensa-full-internal.config │ │ ├── sourcery-nios2.config │ │ ├── linaro-aarch64-be.config │ │ ├── arm-aarch64.config │ │ ├── br-arc-internal-glibc.config │ │ ├── br-arm-internal-musl.config │ │ ├── sourcery-arm-armv4t.config │ │ ├── sourcery-mips.config │ │ ├── linaro-arm.config │ │ ├── sourcery-x86-64.config │ │ ├── br-powerpc-internal-full.config │ │ ├── sourcery-mips64.config │ │ └── br-arm-internal-full.config ├── dependencies │ ├── check-host-gzip.mk │ ├── check-host-lzip.mk │ └── check-host-tar.mk └── legal-info │ └── buildroot.hash ├── utils └── checkpackagelib │ └── __init__.py ├── boot ├── barebox │ ├── barebox │ │ └── barebox.hash │ └── barebox-aux │ │ └── barebox-aux.hash ├── common.mk ├── gummiboot │ ├── loader.conf │ └── buildroot.conf ├── at91dataflashboot │ ├── Config.in │ └── at91dataflashboot.hash ├── afboot-stm32 │ └── afboot-stm32.hash ├── at91bootstrap │ └── at91bootstrap.hash ├── grub2 │ ├── grub.cfg │ └── grub2.hash ├── mxs-bootlets │ └── mxs-bootlets.hash ├── s500-bootloader │ └── s500-bootloader.hash └── vexpress-firmware │ └── vexpress-firmware.hash ├── package ├── gcc │ ├── gcc-final │ │ └── gcc-final.hash │ └── gcc-initial │ │ └── gcc-initial.hash ├── ifupdown-scripts │ └── network │ │ ├── if-up.d │ │ └── .empty │ │ ├── if-down.d │ │ └── .empty │ │ └── if-post-down.d │ │ └── .empty ├── fftw │ ├── fftw-double │ │ ├── fftw-double.hash │ │ └── Config.in │ ├── fftw-quad │ │ └── fftw-quad.hash │ ├── fftw-single │ │ ├── fftw-single.hash │ │ └── Config.in │ └── fftw-long-double │ │ └── fftw-long-double.hash ├── skeleton-init-openrc │ └── skeleton │ │ ├── var │ │ ├── cache │ │ ├── lock │ │ ├── log │ │ ├── run │ │ ├── spool │ │ ├── tmp │ │ └── lib │ │ │ └── misc │ │ ├── dev │ │ └── log │ │ └── etc │ │ ├── conf.d │ │ └── .empty │ │ └── runlevels │ │ └── default │ │ ├── .empty │ │ └── sysv-rcs ├── skeleton-init-sysv │ └── skeleton │ │ ├── dev │ │ ├── log │ │ ├── pts │ │ │ └── .empty │ │ └── shm │ │ │ └── .empty │ │ └── var │ │ ├── cache │ │ ├── lock │ │ ├── log │ │ ├── run │ │ ├── spool │ │ ├── tmp │ │ └── lib │ │ └── misc ├── radvd │ └── 50-radvd.preset ├── audit │ └── audit_tmpfiles.conf ├── fluxbox │ └── xsession ├── linux-headers │ ├── linux-headers.hash │ └── Config.in ├── mender │ ├── device_type │ └── artifact_info ├── mesa3d-headers │ └── mesa3d-headers.hash ├── kodi-texturepacker │ └── kodi-texturepacker.hash ├── python3-mako │ └── python3-mako.hash ├── avahi │ └── avahi_tmpfiles.conf ├── kodi-jsonschemabuilder │ └── kodi-jsonschemabuilder.hash ├── opengl │ ├── opengl.mk │ ├── libgl │ │ └── Config.in │ ├── libgles │ │ └── Config.in │ ├── libopencl │ │ └── Config.in │ ├── libopenvg │ │ └── Config.in │ └── libopenmax │ │ └── Config.in ├── systemd │ ├── boot-files │ │ ├── loader.conf │ │ └── buildroot.conf │ ├── dhcp.network │ ├── Config.in.host │ └── 80-buildroot.preset ├── x11r7 │ ├── x11r7.mk │ ├── xcursor-transparent-theme │ │ └── index.theme │ ├── mcookie │ │ ├── mcookie.c │ │ └── Config.in │ ├── xlib_xtrans │ │ └── Config.in │ ├── xdata_xbitmaps │ │ └── Config.in │ ├── xfont_font-util │ │ └── Config.in │ ├── xapp_xgc │ │ └── Config.in │ ├── xapp_xwud │ │ └── Config.in │ ├── xapp_xmag │ │ └── Config.in │ ├── xapp_xset │ │ └── Config.in │ ├── xapp_rgb │ │ └── Config.in │ ├── xapp_xcalc │ │ └── Config.in │ ├── xapp_xditview │ │ └── Config.in │ ├── xapp_xload │ │ └── Config.in │ ├── xapp_bdftopcf │ │ └── Config.in │ ├── xapp_ico │ │ └── Config.in │ ├── xapp_showfont │ │ └── Config.in │ ├── xapp_viewres │ │ └── Config.in │ ├── xapp_xlsfonts │ │ └── Config.in │ ├── xapp_xdbedizzy │ │ └── Config.in │ ├── xapp_xrefresh │ │ └── Config.in │ ├── xcb-proto │ │ └── Config.in │ ├── xutil_makedepend │ │ └── Config.in │ ├── xapp_scripts │ │ └── Config.in │ ├── xapp_xkbprint │ │ └── Config.in │ ├── xapp_xman │ │ └── Config.in │ ├── xapp_xsm │ │ └── Config.in │ ├── xdriver_xf86-video-nv │ │ └── Config.in │ ├── xfont_encodings │ │ └── Config.in │ ├── xfont_font-alias │ │ └── Config.in │ ├── xfont_font-bh-ttf │ │ └── Config.in │ ├── xfont_font-jis-misc │ │ ├── xfont_font-jis-misc.hash │ │ └── Config.in │ ├── xapp_xfontsel │ │ └── Config.in │ ├── xapp_xmore │ │ └── Config.in │ ├── xapp_xpr │ │ └── Config.in │ ├── xdriver_xf86-video-r128 │ │ └── Config.in │ ├── xlib_libFS │ │ └── Config.in │ ├── xapp_xbiff │ │ └── Config.in │ ├── xdriver_xf86-video-ark │ │ └── Config.in │ ├── xdriver_xf86-video-ast │ │ └── Config.in │ ├── xdriver_xf86-video-tga │ │ └── Config.in │ ├── xfont_font-bh-100dpi │ │ └── Config.in │ ├── xfont_font-bh-75dpi │ │ └── Config.in │ ├── xfont_font-bh-type1 │ │ └── Config.in │ ├── xfont_font-daewoo-misc │ │ ├── xfont_font-daewoo-misc.hash │ │ └── Config.in │ ├── xfont_font-dec-misc │ │ └── Config.in │ ├── xfont_font-ibm-type1 │ │ └── Config.in │ ├── xfont_font-isas-misc │ │ └── Config.in │ ├── xfont_font-misc-misc │ │ └── Config.in │ ├── xfont_font-mutt-misc │ │ └── Config.in │ ├── xfont_font-sony-misc │ │ └── Config.in │ ├── xfont_font-sun-misc │ │ └── Config.in │ ├── xlib_libICE │ │ └── Config.in │ ├── xlib_libXext │ │ └── Config.in │ ├── xapp_smproxy │ │ └── Config.in │ ├── xapp_xclipboard │ │ └── Config.in │ ├── xapp_xedit │ │ └── Config.in │ ├── xapp_xev │ │ └── Config.in │ ├── xapp_xgamma │ │ └── Config.in │ ├── xapp_xkbevd │ │ └── Config.in │ ├── xapp_xprop │ │ └── Config.in │ ├── xdata_xcursor-themes │ │ └── Config.in │ ├── xdriver_xf86-video-i128 │ │ └── Config.in │ ├── xdriver_xf86-video-mach64 │ │ └── Config.in │ ├── xdriver_xf86-video-trident │ │ └── Config.in │ ├── xdriver_xf86-video-vesa │ │ └── Config.in │ ├── xdriver_xf86-video-voodoo │ │ └── Config.in │ ├── xfont_font-adobe-75dpi │ │ └── Config.in │ ├── xfont_font-arabic-misc │ │ └── Config.in │ ├── xfont_font-cursor-misc │ │ └── Config.in │ ├── xfont_font-micro-misc │ │ └── Config.in │ ├── xfont_font-misc-meltho │ │ └── Config.in │ ├── xlib_libXau │ │ └── Config.in │ ├── xlib_libfontenc │ │ └── Config.in │ ├── xapp_iceauth │ │ └── Config.in │ ├── xapp_rstart │ │ └── Config.in │ ├── xapp_xkill │ │ └── Config.in │ ├── xapp_xmessage │ │ └── Config.in │ ├── xapp_xmodmap │ │ └── Config.in │ ├── xapp_xrdb │ │ └── Config.in │ ├── xdriver_xf86-input-keyboard │ │ └── Config.in │ ├── xdriver_xf86-video-cirrus │ │ └── Config.in │ ├── xdriver_xf86-video-dummy │ │ └── Config.in │ ├── xdriver_xf86-video-imx │ │ └── xdriver_xf86-video-imx.hash │ ├── xdriver_xf86-video-neomagic │ │ └── Config.in │ ├── xfont_font-adobe-100dpi │ │ └── Config.in │ ├── xlib_libXdmcp │ │ └── Config.in │ ├── xlib_libXfixes │ │ └── Config.in │ ├── xapp_xstdcmap │ │ └── Config.in │ ├── xdriver_xf86-input-mouse │ │ └── Config.in │ ├── xdriver_xf86-video-fbdev │ │ └── Config.in │ ├── xfont_font-misc-cyrillic │ │ └── Config.in │ ├── xfont_font-misc-ethiopic │ │ └── Config.in │ ├── xfont_font-xfree86-type1 │ │ └── Config.in │ ├── xlib_libXrender │ │ └── Config.in │ ├── xlib_libxkbfile │ │ └── Config.in │ ├── xorgproto │ │ └── Config.in │ ├── xapp_appres │ │ └── Config.in │ ├── xapp_fstobdf │ │ └── Config.in │ ├── xapp_xcmsdb │ │ └── Config.in │ ├── xapp_xfsinfo │ │ └── Config.in │ ├── xapp_xkbcomp │ │ └── Config.in │ ├── xapp_xkbutils │ │ └── Config.in │ ├── xapp_xsetmode │ │ └── Config.in │ ├── xapp_xvidtune │ │ └── Config.in │ ├── xapp_xwininfo │ │ └── Config.in │ ├── xfont_font-bitstream-100dpi │ │ └── Config.in │ ├── xfont_font-bitstream-75dpi │ │ └── Config.in │ ├── xfont_font-bitstream-type1 │ │ └── Config.in │ ├── xfont_font-cronyx-cyrillic │ │ └── Config.in │ ├── xfont_font-schumacher-misc │ │ └── Config.in │ └── xfont_font-screen-cyrillic │ │ └── Config.in ├── openssh │ └── sshd-sysusers.conf ├── qt5 │ ├── qt5base │ │ ├── qplatformdefs.h │ │ ├── qt5base.hash │ │ └── qt.conf.in │ ├── qt5serialbus │ │ └── qt5serialbus.hash │ ├── qt5serialport │ │ └── qt5serialport.hash │ ├── qt5connectivity │ │ └── qt5connectivity.hash │ ├── qt5quickcontrols2 │ │ └── qt5quickcontrols2.hash │ └── qt5virtualkeyboard │ │ └── qt5virtualkeyboard.hash ├── quagga │ └── quagga_tmpfiles.conf ├── ti-gfx │ └── powervr.ini ├── bluez5_utils-headers │ └── bluez5_utils-headers.hash ├── cargo │ └── config.in ├── gstreamer1 │ └── gstreamer1.mk ├── musl-compat-headers │ ├── Config.in │ └── musl-compat-headers.hash ├── python3-pyelftools │ └── python3-pyelftools.hash ├── python3-setuptools │ ├── python3-setuptools.hash │ └── 0001-add-executable.patch ├── skeleton-init-common │ └── Config.in ├── mkpasswd │ └── Config.in.host ├── rpi-firmware │ └── cmdline.txt ├── tz │ └── Config.in ├── python3-pycryptodomex │ └── python3-pycryptodomex.hash ├── linux-fusion │ └── 40-fusion.rules ├── amd-catalyst │ ├── 20-fglrx.conf │ └── amd-catalyst.hash ├── fan-ctrl │ └── fan-ctrl.hash ├── freescale-imx │ └── gstreamer-imx │ │ └── gstreamer-imx.mk ├── qt5cinex │ └── CinematicExperience-demo ├── glibc │ └── glibc.hash ├── eudev │ └── Config.in.host ├── libxml2 │ └── Config.in ├── unscd │ └── unscd.hash ├── cgic │ └── Config.in ├── dcron │ └── dcron.hash ├── dhrystone │ ├── dhrystone.hash │ └── Config.in ├── doom-wad │ └── doom-wad.hash ├── fbset │ └── fbset.hash ├── iozone │ └── iozone.hash ├── localedef │ └── localedef.hash ├── rtai │ └── rtai.hash ├── xutil_util-macros │ └── Config.in ├── initscripts │ └── Config.in ├── jack2 │ └── jack2.hash ├── lzlib │ └── lzlib.hash ├── mxml │ └── Config.in ├── nfs-utils │ ├── nfs-utils_env.sh │ └── nfs-utils_tmpfiles.conf ├── whetstone │ ├── whetstone.hash │ └── Config.in ├── wpa_supplicant │ ├── wpa_supplicant.conf │ └── 50-wpa_supplicant.preset ├── a10disp │ └── a10disp.hash ├── expat │ └── Config.in ├── genpart │ └── genpart.hash ├── libiqrf │ └── libiqrf.hash ├── openlayers │ └── openlayers.hash ├── vala │ └── vala-wrapper ├── darkhttpd │ └── darkhttpd.hash ├── gmp │ └── Config.in ├── lighttpd │ └── lighttpd_tmpfiles.conf ├── lpeg │ └── lpeg.hash ├── opentyrian-data │ └── opentyrian-data.hash ├── pixman │ └── Config.in ├── udev │ └── Config.in ├── jasper │ └── Config.in ├── libaio │ └── Config.in ├── libtasn1 │ └── Config.in ├── ocf-linux │ └── ocf-linux.hash ├── python-ply │ └── Config.in ├── python-see │ └── Config.in ├── speexdsp │ └── Config.in ├── c-ares │ └── Config.in ├── comix-cursors │ └── comix-cursors.hash ├── cunit │ └── Config.in ├── font-awesome │ └── font-awesome.hash ├── jquery-mobile │ └── jquery-mobile.hash ├── lua-rotas │ └── Config.in ├── lua-utf8 │ └── lua-utf8.hash ├── nxp │ ├── qoriq-libbee │ │ └── Config.in │ ├── qoriq-libblep │ │ └── Config.in │ └── qoriq-h-libxml2 │ │ └── Config.in.host ├── on2-8170-libs │ └── on2-8170-libs.hash ├── openvmtools │ └── shutdown ├── powervr │ └── Config.in ├── urg │ └── 0002-urg-gcc6-fix-narrowing-conversion.patch ├── angularjs │ └── Config.in ├── bandwidthd │ └── bandwidthd.hash ├── dado │ └── Config.in ├── jo │ ├── Config.in │ └── jo.hash ├── jquery-sparkline │ └── jquery-sparkline.hash ├── libcuefile │ └── Config.in ├── libenca │ └── Config.in ├── lrandom │ └── lrandom.hash ├── lsqlite3 │ ├── lsqlite3.hash │ └── Config.in ├── lua-codegen │ └── Config.in ├── matchbox-keyboard │ └── mb-applet-kbd-wrapper.sh ├── obsidian-cursors │ └── obsidian-cursors.hash ├── openocd │ └── Config.in.host ├── popt │ └── Config.in ├── tslib │ └── Config.in ├── tvheadend │ └── etc.default.tvheadend ├── wilc1000-firmware │ └── wilc1000-firmware.hash ├── yavta │ └── Config.in ├── zynq-boot-bin │ └── zynq-boot-bin.hash ├── check │ └── Config.in ├── genromfs │ └── Config.in ├── libglob │ └── Config.in ├── linux-pam │ └── other.pam ├── lockdev │ └── Config.in ├── lsuio │ └── Config.in ├── lua-silva │ └── Config.in ├── mali-t76x │ └── mali-t76x.hash ├── python-parso │ └── Config.in ├── bitstream-vera │ └── Config.in ├── fbtft │ └── fbtft.hash ├── freetype │ └── Config.in ├── gnuplot │ └── Config.in ├── jquery │ └── jquery.hash ├── liblockfile │ └── Config.in ├── libreplaygain │ └── Config.in ├── libtpl │ └── Config.in ├── libuci │ └── libuci.hash ├── lua-binaryheap │ ├── lua-binaryheap.hash │ └── Config.in ├── lua-coat │ └── Config.in ├── netperf │ └── Config.in ├── netstat-nat │ └── Config.in ├── perl-mojolicious │ └── Config.in ├── perl-path-tiny │ └── Config.in ├── python-hpack │ └── Config.in ├── python-pyasn1 │ └── Config.in ├── python-versiontools │ └── python-versiontools.hash ├── sdparm │ └── Config.in ├── tzdump │ └── tzdump.hash ├── erlang-p1-yconf │ └── Config.in ├── kmscube │ └── kmscube.hash ├── lame │ └── Config.in ├── libestr │ └── Config.in ├── libevent │ └── Config.in ├── lockfile-progs │ └── Config.in ├── lua-testmore │ └── Config.in ├── python-pycparser │ └── Config.in ├── tstools │ └── tstools.hash ├── ezxml │ └── Config.in ├── faad2 │ └── Config.in ├── fb-test-app │ └── Config.in ├── gtk2-engines │ └── Config.in ├── iostat │ └── Config.in ├── json-javascript │ └── Config.in ├── lbase64 │ └── Config.in ├── libcue │ └── Config.in ├── libyaml │ └── Config.in ├── lpty │ └── Config.in ├── lua-curl │ └── Config.in ├── mfoc │ └── Config.in ├── python-dnspython │ └── Config.in ├── python-hiredis │ └── Config.in ├── python-hyperframe │ └── Config.in ├── python-pysocks │ └── Config.in ├── python-schedule │ └── Config.in ├── python-tqdm │ └── Config.in ├── python-urwid │ └── Config.in ├── rtl8189fs │ └── rtl8189fs.hash ├── rtl8723bu │ └── rtl8723bu.hash ├── sound-theme-borealis │ ├── sound-theme-borealis.hash │ └── Config.in ├── erlang-p1-oauth2 │ └── Config.in ├── erlang-p1-utils │ └── Config.in ├── giflib │ └── Config.in ├── leptonica │ └── Config.in ├── lsscsi │ └── Config.in ├── lua-fifo │ └── Config.in ├── lzo │ └── Config.in ├── metacity │ └── Xsession ├── ngircd │ └── Config.in ├── parted │ └── Config.in.host ├── perl-date-manip │ └── Config.in ├── perl-net-snmp │ └── Config.in ├── perl-uri │ └── Config.in ├── python-certifi │ └── Config.in ├── python-pyjwt │ └── Config.in ├── python-pytz │ └── Config.in ├── python-toml │ └── Config.in ├── python-visitor │ └── Config.in ├── rings │ └── Config.in ├── rpcbind │ └── rpcbind.socket ├── sound-theme-freedesktop │ └── sound-theme-freedesktop.hash ├── tinycbor │ └── Config.in ├── argp-standalone │ └── argp-standalone.hash ├── axel │ └── axel.hash ├── bird │ └── bird.hash ├── dbus-python │ └── Config.in.host ├── dtv-scan-tables │ └── Config.in ├── edid-decode │ └── Config.in ├── erlang-base64url │ └── Config.in ├── ethtool │ └── ethtool.hash ├── libev │ └── Config.in ├── libevdev │ └── Config.in ├── libsilk │ └── Config.in ├── lua-gd │ └── Config.in ├── monolite │ └── monolite.hash ├── perl-data-dump │ └── Config.in ├── perl-gdtextutil │ └── Config.in ├── perl-json-tiny │ └── Config.in ├── python-argh │ └── Config.in ├── python-bunch │ └── Config.in ├── python-cbor │ └── Config.in ├── python-colorama │ └── Config.in ├── python-colorlog │ └── Config.in ├── python-huepy │ └── Config.in ├── python-pylru │ └── Config.in ├── python-redis │ └── Config.in ├── skeleton │ └── Config.in ├── sunxi-boards │ └── sunxi-boards.hash ├── sunxi-cedarx │ └── sunxi-cedarx.hash ├── utf8proc │ └── Config.in ├── whois │ └── Config.in ├── adwaita-icon-theme │ └── Config.in ├── glorytun │ ├── Config.in │ └── glorytun.hash ├── jquery-sidebar │ └── Config.in ├── kodi-skin-confluence │ └── Config.in ├── linenoise │ └── Config.in ├── linux-serial-test │ └── Config.in ├── lua-lunitx │ └── Config.in ├── luaexpatutils │ └── luaexpatutils.hash ├── mtd │ └── Config.in.host ├── ngrep │ └── Config.in ├── noip │ └── Config.in ├── openjpeg │ └── Config.in ├── perl-timedate │ └── Config.in ├── php-yaml │ └── Config.in ├── python-iso8601 │ └── Config.in ├── python-pathtools │ └── Config.in ├── python-pycryptodomex │ └── Config.in ├── python-wsaccel │ └── Config.in ├── socat │ └── Config.in ├── squashfs │ └── Config.in.host ├── tunctl │ └── Config.in ├── uemacs │ └── Config.in ├── armbian-firmware │ └── armbian-firmware.hash ├── btrfs-progs │ └── Config.in.host ├── ccrypt │ └── Config.in ├── erlang-idna │ └── Config.in ├── erlang-p1-pkix │ └── Config.in ├── kodi-screensaver-asterwave │ └── kodi-screensaver-asterwave.hash ├── kodi-vfs-rar │ └── Config.in ├── libyang │ └── libyang.hash ├── lua-ev │ └── Config.in ├── on2-8170-modules │ └── on2-8170-modules.hash ├── perl-crypt-cbc │ └── Config.in ├── perl-encode-locale │ └── Config.in ├── perl-file-util │ └── Config.in ├── perl-html-tagset │ └── Config.in ├── perl-io-html │ └── Config.in ├── perl-module-runtime │ └── Config.in ├── perl-sub-install │ └── Config.in ├── perl-try-tiny │ └── Config.in ├── php-ssh2 │ └── Config.in ├── python-ecdsa │ └── Config.in ├── python-logstash │ └── Config.in ├── python-texttable │ └── Config.in ├── python-zc-lockfile │ └── Config.in ├── sysrepo │ └── sysrepo.hash ├── erlang-p1-zlib │ └── Config.in ├── fconfig │ └── Config.in ├── file │ └── Config.in ├── jansson │ └── Config.in ├── kbd │ └── Config.in ├── kodi-platform │ └── Config.in ├── leafpad │ └── Config.in ├── libgdiplus │ └── 0001-Embed-the-license-texts-in-LICENSE-like-on-Mono-repo.patch ├── libplatform │ └── Config.in ├── minimodem │ └── minimodem.hash ├── nuttcp │ └── Config.in ├── perl-class-std │ └── Config.in ├── perl-digest-hmac │ └── Config.in ├── perl-net-telnet │ └── Config.in ├── perl-netaddr-ip │ └── Config.in ├── perl-stream-buffered │ └── Config.in ├── perl-sub-quote │ └── Config.in ├── perl-time-parsedate │ └── Config.in ├── perl-xml-sax-base │ └── Config.in ├── python-aiocoap │ └── Config.in ├── python-decorator │ └── Config.in ├── python-iowait │ └── Config.in ├── python-netaddr │ └── Config.in ├── python-py │ └── Config.in ├── python-pycairo │ └── Config.in ├── python-pysendfile │ └── Config.in ├── python-serial │ └── Config.in ├── python-termcolor │ └── Config.in ├── python-wrapt │ └── Config.in ├── sane-backends │ └── saned.socket ├── slang │ └── Config.in ├── xxhash │ └── Config.in ├── atf │ └── atf.hash ├── dosfstools │ └── Config.in.host ├── ev3dev-linux-drivers │ └── lego-linux-drivers.hash ├── fwup │ └── Config.in.host ├── gd │ └── gd.hash ├── gqview │ └── Config.in ├── ijs │ └── ijs.hash ├── isl │ └── isl.hash ├── jose │ └── jose.hash ├── libfcgi │ └── Config.in ├── libg7221 │ └── Config.in ├── libmnl │ └── Config.in ├── liboping │ └── Config.in ├── libpam-nfc │ └── Config.in ├── libpng │ └── Config.in ├── lxc │ └── lxc.hash └── memtester │ └── Config.in ├── .flake8 ├── fs ├── yaffs2 │ └── Config.in ├── iso9660 │ ├── isolinux.cfg │ └── grub.cfg ├── romfs │ └── Config.in ├── ubi │ └── ubinize.cfg └── cpio │ └── init └── .gitignore /docs/images: -------------------------------------------------------------------------------- 1 | website/images -------------------------------------------------------------------------------- /system/skeleton/dev/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/media/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/mnt/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/opt/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/proc/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/root/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/run/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/sys/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/tmp/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /board/raspberrypi0: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi0w: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi2: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi3: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi3-64: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi4: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi4-64: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /support/testing/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/usr/bin/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/usr/lib/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/usr/sbin/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/checkpackagelib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/boot/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/fs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/init/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/dev/fd: -------------------------------------------------------------------------------- 1 | ../proc/self/fd -------------------------------------------------------------------------------- /support/testing/tests/download/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/package/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/toolchain/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/dev/stderr: -------------------------------------------------------------------------------- 1 | ../proc/self/fd/2 -------------------------------------------------------------------------------- /system/skeleton/dev/stdin: -------------------------------------------------------------------------------- 1 | ../proc/self/fd/0 -------------------------------------------------------------------------------- /system/skeleton/dev/stdout: -------------------------------------------------------------------------------- 1 | ../proc/self/fd/1 -------------------------------------------------------------------------------- /system/skeleton/etc/mtab: -------------------------------------------------------------------------------- 1 | ../proc/self/mounts -------------------------------------------------------------------------------- /boot/barebox/barebox/barebox.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /package/gcc/gcc-final/gcc-final.hash: -------------------------------------------------------------------------------- 1 | ../gcc.hash -------------------------------------------------------------------------------- /package/ifupdown-scripts/network/if-up.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/fftw/fftw-double/fftw-double.hash: -------------------------------------------------------------------------------- 1 | ../fftw.hash -------------------------------------------------------------------------------- /package/fftw/fftw-quad/fftw-quad.hash: -------------------------------------------------------------------------------- 1 | ../fftw.hash -------------------------------------------------------------------------------- /package/fftw/fftw-single/fftw-single.hash: -------------------------------------------------------------------------------- 1 | ../fftw.hash -------------------------------------------------------------------------------- /package/gcc/gcc-initial/gcc-initial.hash: -------------------------------------------------------------------------------- 1 | ../gcc.hash -------------------------------------------------------------------------------- /package/ifupdown-scripts/network/if-down.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/cache: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/lock: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/log: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/run: -------------------------------------------------------------------------------- 1 | ../run -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/spool: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/tmp: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/dev/log: -------------------------------------------------------------------------------- 1 | ../tmp/log -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/dev/pts/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/dev/shm/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/cache: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/lock: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/log: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/run: -------------------------------------------------------------------------------- 1 | ../run -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/spool: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/tmp: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /support/testing/tests/core/post-image.sh: -------------------------------------------------------------------------------- 1 | post-build.sh -------------------------------------------------------------------------------- /system/skeleton/etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 localhost 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/profile.d/umask.sh: -------------------------------------------------------------------------------- 1 | umask 022 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | ../tmp/resolv.conf -------------------------------------------------------------------------------- /boot/barebox/barebox-aux/barebox-aux.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /boot/common.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard boot/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/ifupdown-scripts/network/if-post-down.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/radvd/50-radvd.preset: -------------------------------------------------------------------------------- 1 | disable radvd.service 2 | -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/dev/log: -------------------------------------------------------------------------------- 1 | ../tmp/log -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/etc/conf.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/skeleton-init-sysv/skeleton/var/lib/misc: -------------------------------------------------------------------------------- 1 | ../../tmp -------------------------------------------------------------------------------- /support/testing/tests/core/post-fakeroot.sh: -------------------------------------------------------------------------------- 1 | post-build.sh -------------------------------------------------------------------------------- /support/testing/tests/utils/br2-external/Config.in: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /board/olimex/a10_olinuxino/boot.cmd: -------------------------------------------------------------------------------- 1 | ../a20_olinuxino/boot.cmd -------------------------------------------------------------------------------- /board/udoo/mx6qdl/linux.fragment: -------------------------------------------------------------------------------- 1 | # CONFIG_USB is not set 2 | -------------------------------------------------------------------------------- /boot/gummiboot/loader.conf: -------------------------------------------------------------------------------- 1 | timeout 3 2 | default buildroot 3 | -------------------------------------------------------------------------------- /package/audit/audit_tmpfiles.conf: -------------------------------------------------------------------------------- 1 | d /var/log/audit 0755 - - 2 | -------------------------------------------------------------------------------- /package/fftw/fftw-long-double/fftw-long-double.hash: -------------------------------------------------------------------------------- 1 | ../fftw.hash -------------------------------------------------------------------------------- /package/fluxbox/xsession: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec startfluxbox 3 | -------------------------------------------------------------------------------- /package/linux-headers/linux-headers.hash: -------------------------------------------------------------------------------- 1 | ../../linux/linux.hash -------------------------------------------------------------------------------- /package/mender/device_type: -------------------------------------------------------------------------------- 1 | device_type=BUILDROOT_DEVICE 2 | -------------------------------------------------------------------------------- /package/mesa3d-headers/mesa3d-headers.hash: -------------------------------------------------------------------------------- 1 | ../mesa3d/mesa3d.hash -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/var/lib/misc: -------------------------------------------------------------------------------- 1 | ../../tmp -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-hash/Config.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-refs/Config.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /board/freescale/warpboard/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_CFG80211_WEXT=y 2 | -------------------------------------------------------------------------------- /board/olimex/a10_olinuxino/genimage.cfg: -------------------------------------------------------------------------------- 1 | ../a20_olinuxino/genimage.cfg -------------------------------------------------------------------------------- /board/solidrun/clearfog/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_SENSORS_MCP3021=y 2 | -------------------------------------------------------------------------------- /docs/website/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /cgi-bin/ 3 | -------------------------------------------------------------------------------- /package/kodi-texturepacker/kodi-texturepacker.hash: -------------------------------------------------------------------------------- 1 | ../kodi/kodi.hash -------------------------------------------------------------------------------- /package/mender/artifact_info: -------------------------------------------------------------------------------- 1 | artifact_name=BUILDROOT_ARTIFACT 2 | -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/etc/runlevels/default/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support/testing/tests/core/rootfs-overlay1/test-file1: -------------------------------------------------------------------------------- 1 | foobar 2 | -------------------------------------------------------------------------------- /support/testing/tests/core/rootfs-overlay2/etc/test-file2: -------------------------------------------------------------------------------- 1 | barfoo 2 | -------------------------------------------------------------------------------- /support/testing/tests/init/systemd-factory/var/foo/bar: -------------------------------------------------------------------------------- 1 | foobar 2 | -------------------------------------------------------------------------------- /board/andes/ae3xx/ae3xx.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_NDS32_BUILTIN_DTB="ae3xx" 2 | -------------------------------------------------------------------------------- /board/nxp/common/ls/linux-baremetal.config: -------------------------------------------------------------------------------- 1 | CONFIG_LS104XA_BAREMETAL=y 2 | -------------------------------------------------------------------------------- /board/nxp/ls1021atsn/rootfs_overlay/etc/locale.conf: -------------------------------------------------------------------------------- 1 | LANG=en_US.UTF-8 2 | -------------------------------------------------------------------------------- /board/olimex/a10_olinuxino/post-build.sh: -------------------------------------------------------------------------------- 1 | ../a20_olinuxino/post-build.sh -------------------------------------------------------------------------------- /board/solidrun/clearfog_gt_8k/genimage.cfg: -------------------------------------------------------------------------------- 1 | ../macchiatobin/genimage.cfg -------------------------------------------------------------------------------- /package/python3-mako/python3-mako.hash: -------------------------------------------------------------------------------- 1 | ../python-mako/python-mako.hash -------------------------------------------------------------------------------- /support/testing/tests/package/sample_libftdi1.py: -------------------------------------------------------------------------------- 1 | import ftdi1 # noqa 2 | -------------------------------------------------------------------------------- /board/nxp/common/ls/linux-optee.config: -------------------------------------------------------------------------------- 1 | CONFIG_TEE=y 2 | CONFIG_OPTEE=y 3 | -------------------------------------------------------------------------------- /board/nxp/ls1021aiot/linux-baremetal.config: -------------------------------------------------------------------------------- 1 | CONFIG_LS1021A_BAREMETAL=y 2 | -------------------------------------------------------------------------------- /board/nxp/ls1028ardb/linux-baremetal.config: -------------------------------------------------------------------------------- 1 | CONFIG_LS1028A_BAREMETAL=y 2 | -------------------------------------------------------------------------------- /board/nxp/lx2160ardb/linux-baremetal.config: -------------------------------------------------------------------------------- 1 | CONFIG_LX2160A_BAREMETAL=y 2 | -------------------------------------------------------------------------------- /package/avahi/avahi_tmpfiles.conf: -------------------------------------------------------------------------------- 1 | d /tmp/avahi-autoipd 0755 avahi avahi 2 | -------------------------------------------------------------------------------- /package/kodi-jsonschemabuilder/kodi-jsonschemabuilder.hash: -------------------------------------------------------------------------------- 1 | ../kodi/kodi.hash -------------------------------------------------------------------------------- /package/linux-headers/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LINUX_HEADERS 2 | bool 3 | -------------------------------------------------------------------------------- /package/opengl/opengl.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/opengl/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/systemd/boot-files/loader.conf: -------------------------------------------------------------------------------- 1 | timeout 3 2 | default buildroot 3 | -------------------------------------------------------------------------------- /package/x11r7/x11r7.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/x11r7/*/*.mk)) 2 | -------------------------------------------------------------------------------- /support/testing/tests/utils/br2-external/external.desc: -------------------------------------------------------------------------------- 1 | name: CHECK_PACKAGE 2 | -------------------------------------------------------------------------------- /package/openssh/sshd-sysusers.conf: -------------------------------------------------------------------------------- 1 | u sshd - "SSH drop priv user" /var/empty 2 | -------------------------------------------------------------------------------- /package/qt5/qt5base/qplatformdefs.h: -------------------------------------------------------------------------------- 1 | #include "../../linux-g++/qplatformdefs.h" 2 | -------------------------------------------------------------------------------- /package/quagga/quagga_tmpfiles.conf: -------------------------------------------------------------------------------- 1 | d /var/run/quagga/ 1755 quagga quagga - 2 | -------------------------------------------------------------------------------- /package/ti-gfx/powervr.ini: -------------------------------------------------------------------------------- 1 | [default] 2 | WindowSystem=libpvrPVR2D_FRONTWSEGL.so 3 | -------------------------------------------------------------------------------- /support/kconfig/lxdialog/.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # Generated files 3 | # 4 | lxdialog 5 | -------------------------------------------------------------------------------- /support/testing/tests/core/squashfs-xattr-kernel.config: -------------------------------------------------------------------------------- 1 | CONFIG_SQUASHFS_XATTR=y 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/repo.git/HEAD: -------------------------------------------------------------------------------- 1 | ref: refs/heads/master 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/br2-external/openjdk/external.desc: -------------------------------------------------------------------------------- 1 | name: OPENJDK 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_gobject.py: -------------------------------------------------------------------------------- 1 | import gobject # noqa 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_txtorcon.py: -------------------------------------------------------------------------------- 1 | import txtorcon # noqa 2 | -------------------------------------------------------------------------------- /support/testing/tests/utils/br2-external/package/external/external.mk: -------------------------------------------------------------------------------- 1 | # wrong 2 | -------------------------------------------------------------------------------- /board/chromebook/snow/linux-4.15.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_MWIFIEX=m 2 | CONFIG_MWIFIEX_SDIO=m 3 | -------------------------------------------------------------------------------- /board/freescale/imx6-sabresd/linux-baremetal.config: -------------------------------------------------------------------------------- 1 | CONFIG_SOC_IMX6Q_BAREMETAL=y 2 | -------------------------------------------------------------------------------- /board/solidrun/clearfog_gt_8k/uboot-fragment.config: -------------------------------------------------------------------------------- 1 | ../macchiatobin/uboot-fragment.config -------------------------------------------------------------------------------- /package/bluez5_utils-headers/bluez5_utils-headers.hash: -------------------------------------------------------------------------------- 1 | ../bluez5_utils/bluez5_utils.hash -------------------------------------------------------------------------------- /package/skeleton-init-openrc/skeleton/etc/runlevels/default/sysv-rcs: -------------------------------------------------------------------------------- 1 | /etc/init.d/sysv-rcs -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-hash/external.desc: -------------------------------------------------------------------------------- 1 | name: GIT_HASH 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-refs/external.desc: -------------------------------------------------------------------------------- 1 | name: GIT_REFS 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/repo.git/.gitattributes: -------------------------------------------------------------------------------- 1 | objects/*/* binary 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_autobahn.py: -------------------------------------------------------------------------------- 1 | import autobahn.wamp # noqa 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_django.py: -------------------------------------------------------------------------------- 1 | import django # noqa: F401 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_gitdb2.py: -------------------------------------------------------------------------------- 1 | from gitdb import * # noqa 2 | -------------------------------------------------------------------------------- /board/solidrun/clearfog_gt_8k/post-build-mainline.sh: -------------------------------------------------------------------------------- 1 | ../macchiatobin/post-build-mainline.sh -------------------------------------------------------------------------------- /package/cargo/config.in: -------------------------------------------------------------------------------- 1 | [target.@RUSTC_TARGET_NAME@] 2 | linker = "@CROSS_PREFIX@gcc" 3 | -------------------------------------------------------------------------------- /package/gstreamer1/gstreamer1.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/gstreamer1/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/musl-compat-headers/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MUSL_COMPAT_HEADERS 2 | bool 3 | -------------------------------------------------------------------------------- /package/python3-pyelftools/python3-pyelftools.hash: -------------------------------------------------------------------------------- 1 | ../python-pyelftools/python-pyelftools.hash -------------------------------------------------------------------------------- /package/python3-setuptools/python3-setuptools.hash: -------------------------------------------------------------------------------- 1 | ../python-setuptools/python-setuptools.hash -------------------------------------------------------------------------------- /package/skeleton-init-common/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SKELETON_INIT_COMMON 2 | bool 3 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub1.git/.gitattributes: -------------------------------------------------------------------------------- 1 | objects/*/* binary 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub2.git/.gitattributes: -------------------------------------------------------------------------------- 1 | objects/*/* binary 2 | -------------------------------------------------------------------------------- /board/synopsys/hsdk/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_INITRAMFS_SOURCE="" 2 | CONFIG_ARC_UBOOT_SUPPORT=y 3 | -------------------------------------------------------------------------------- /package/mkpasswd/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_MKPASSWD 2 | bool "host mkpasswd" 3 | -------------------------------------------------------------------------------- /package/python3-setuptools/0001-add-executable.patch: -------------------------------------------------------------------------------- 1 | ../python-setuptools/0001-add-executable.patch -------------------------------------------------------------------------------- /support/config-fragments/autobuild/br-microblazeel-full-internal.config: -------------------------------------------------------------------------------- 1 | BR2_microblazeel=y 2 | -------------------------------------------------------------------------------- /support/testing/tests/utils/br2-external/external.mk: -------------------------------------------------------------------------------- 1 | custom-target: 2 | @echo "do nothing" 3 | -------------------------------------------------------------------------------- /board/freescale/common/imx/linux-baremetal.config: -------------------------------------------------------------------------------- 1 | CONFIG_IMX8M_BAREMETAL=y 2 | CONFIG_NR_CPUS=4 3 | -------------------------------------------------------------------------------- /board/nxp/common/ls/linux-dmcrypt.config: -------------------------------------------------------------------------------- 1 | CONFIG_MD=y 2 | CONFIG_BLK_DEV_DM=y 3 | CONFIG_DM_CRYPT=y 4 | -------------------------------------------------------------------------------- /board/qemu/arm-vexpress-tz/linux.fragment: -------------------------------------------------------------------------------- 1 | ### Enable OP-TEE 2 | CONFIG_TEE=y 3 | CONFIG_OPTEE=y 4 | -------------------------------------------------------------------------------- /board/stmicroelectronics/stm32mp157c-dk2/uboot-fragment.config: -------------------------------------------------------------------------------- 1 | # CONFIG_STM32MP_WATCHDOG is not set 2 | -------------------------------------------------------------------------------- /docs/website/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/favicon.ico -------------------------------------------------------------------------------- /docs/website/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/favicon.png -------------------------------------------------------------------------------- /package/rpi-firmware/cmdline.txt: -------------------------------------------------------------------------------- 1 | root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200 2 | -------------------------------------------------------------------------------- /package/tz/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_TZ 2 | bool 3 | help 4 | Timezone info for uClibc. 5 | -------------------------------------------------------------------------------- /package/x11r7/xcursor-transparent-theme/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Inherits=xcursor-transparent 3 | -------------------------------------------------------------------------------- /support/kconfig/.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # Quilt is being used to handle the patch series 3 | # 4 | .pc 5 | -------------------------------------------------------------------------------- /board/chromebook/snow/kernel.args: -------------------------------------------------------------------------------- 1 | console=tty1 clk_ignore_unused root=/dev/mmcblk1p2 rootfstype=ext4 ro 2 | -------------------------------------------------------------------------------- /docs/website/images/irc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/irc.png -------------------------------------------------------------------------------- /docs/website/images/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/zip.png -------------------------------------------------------------------------------- /package/python3-pycryptodomex/python3-pycryptodomex.hash: -------------------------------------------------------------------------------- 1 | ../python-pycryptodomex/python-pycryptodomex.hash -------------------------------------------------------------------------------- /package/systemd/dhcp.network: -------------------------------------------------------------------------------- 1 | [Match] 2 | Name=SYSTEMD_NETWORKD_DHCP_IFACE 3 | [Network] 4 | DHCP=ipv4 5 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub1.git/HEAD: -------------------------------------------------------------------------------- 1 | cb545facf77bbc5f24f95b6d503c338d10b7b717 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub2.git/HEAD: -------------------------------------------------------------------------------- 1 | 32d61bae693af7879da63b89a60d3ae67f851e56 2 | -------------------------------------------------------------------------------- /board/freescale/common/imx/linux-selinux.config: -------------------------------------------------------------------------------- 1 | CONFIG_SECURITY=y 2 | CONFIG_AUDIT=y 3 | CONFIG_SECCOMP=y 4 | -------------------------------------------------------------------------------- /board/nxp/common/ls/linux-rt.config: -------------------------------------------------------------------------------- 1 | CONFIG_CPU_FREQ=n 2 | CONFIG_ARM_PSCI_CPUIDLE=n 3 | CONFIG_ARM_CPUIDLE=n 4 | -------------------------------------------------------------------------------- /board/olimex/a33_olinuxino/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | cp $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr 3 | -------------------------------------------------------------------------------- /docs/website/images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/email.png -------------------------------------------------------------------------------- /docs/website/images/gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/gift.png -------------------------------------------------------------------------------- /docs/website/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/logo.png -------------------------------------------------------------------------------- /docs/website/images/logo.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/logo.xcf -------------------------------------------------------------------------------- /docs/website/images/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/text.png -------------------------------------------------------------------------------- /package/linux-fusion/40-fusion.rules: -------------------------------------------------------------------------------- 1 | KERNEL=="fusion[0-9]*", NAME="fusion/%n", GROUP="video", MODE="0660" 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/repo.git/refs/heads/master: -------------------------------------------------------------------------------- 1 | a238b1dfcd825d47d834af3c5223417c8411d90d 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/repo.git/refs/tags/mytag: -------------------------------------------------------------------------------- 1 | 2b0e0d98a49c97da6a618ab36337e2058eb733a2 2 | -------------------------------------------------------------------------------- /board/intel/galileo/rootfs_overlay/etc/modules-load.galileo/galileo.conf: -------------------------------------------------------------------------------- 1 | intel_qrk_gip 2 | cy8c9540a 3 | ad7298 4 | -------------------------------------------------------------------------------- /board/olimex/a20_olinuxino/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | cp $BINARIES_DIR/boot.scr $TARGET_DIR/boot/boot.scr 4 | -------------------------------------------------------------------------------- /board/roseapplepi/uEnv.txt: -------------------------------------------------------------------------------- 1 | # no ramdisk 2 | ramdisk_addr_r=- 3 | bootargs=clk_ignore_unused root=/dev/mmcblk0p2 4 | -------------------------------------------------------------------------------- /board/solidrun/macchiatobin/linux-extras.config: -------------------------------------------------------------------------------- 1 | CONFIG_MARVELL_PHY=y 2 | CONFIG_MARVELL_10G_PHY=y 3 | CONFIG_SFP=y 4 | -------------------------------------------------------------------------------- /docs/website/images/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/browser.png -------------------------------------------------------------------------------- /docs/website/images/hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/hammer.png -------------------------------------------------------------------------------- /docs/website/images/nconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/nconfig.png -------------------------------------------------------------------------------- /docs/website/images/package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/package.png -------------------------------------------------------------------------------- /docs/website/images/pdf-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/pdf-icon.png -------------------------------------------------------------------------------- /docs/website/images/tux-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/tux-flat.png -------------------------------------------------------------------------------- /docs/website/images/xconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/xconfig.png -------------------------------------------------------------------------------- /package/x11r7/mcookie/mcookie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/package/x11r7/mcookie/mcookie.c -------------------------------------------------------------------------------- /support/testing/conf/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3' 2 | services: 3 | busybox: 4 | image: "busybox:latest" 5 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/repo.git/refs/heads/mybranch: -------------------------------------------------------------------------------- 1 | 68c197d0879d485f4f6cee85544722b79e68e59f 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/repo.git/refs/heads/submodule: -------------------------------------------------------------------------------- 1 | 2fa37f6885d7eb746df75eccaddbacf3ac82799d 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_pynacl.py: -------------------------------------------------------------------------------- 1 | import nacl.utils 2 | 3 | nonce = nacl.utils.random(16) 4 | -------------------------------------------------------------------------------- /.flake8: -------------------------------------------------------------------------------- 1 | [flake8] 2 | exclude= 3 | # copied from the kernel sources 4 | utils/diffconfig 5 | max-line-length=80 6 | -------------------------------------------------------------------------------- /board/lego/ev3/busybox.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_BEEP=y 2 | CONFIG_FEATURE_BEEP_FREQ=440 3 | CONFIG_FEATURE_BEEP_LENGTH_MS=250 4 | -------------------------------------------------------------------------------- /board/lemaker/bananapro/rootfs_overlay/lib/firmware/brcm/brcmfmac43362-sdio.lemaker,bananapro.txt: -------------------------------------------------------------------------------- 1 | brcmfmac43362-sdio.txt -------------------------------------------------------------------------------- /board/solidrun/macchiatobin/uboot-fragment.config: -------------------------------------------------------------------------------- 1 | CONFIG_ENV_IS_IN_MMC=y 2 | # CONFIG_ENV_IS_IN_SPI_FLASH is not set 3 | -------------------------------------------------------------------------------- /boot/gummiboot/buildroot.conf: -------------------------------------------------------------------------------- 1 | title Buildroot 2 | version 1 3 | linux /bzImage 4 | options console=ttyS0 root=/dev/sda2 5 | -------------------------------------------------------------------------------- /docs/website/images/bug-buddy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/bug-buddy.png -------------------------------------------------------------------------------- /docs/website/images/calao-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/calao-logo.png -------------------------------------------------------------------------------- /docs/website/images/logo_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/logo_small.png -------------------------------------------------------------------------------- /docs/website/images/menuconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/menuconfig.png -------------------------------------------------------------------------------- /docs/website/images/mind-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/mind-logo.png -------------------------------------------------------------------------------- /docs/website/images/smile-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/smile-logo.png -------------------------------------------------------------------------------- /docs/website/images/tkos-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/tkos-logo.png -------------------------------------------------------------------------------- /package/amd-catalyst/20-fglrx.conf: -------------------------------------------------------------------------------- 1 | Section "Device" 2 | Identifier "AMD Radeon GPU" 3 | Driver "fglrx" 4 | EndSection 5 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub1.git/refs/heads/submodule: -------------------------------------------------------------------------------- 1 | 1df823cb8a6d1866148ae50a8009762a9c4c777f 2 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub2.git/refs/heads/submodule: -------------------------------------------------------------------------------- 1 | e83f6f805bd016b90acafc8702c52d778eb57310 2 | -------------------------------------------------------------------------------- /board/nxp/ls1021atsn/rootfs_overlay/etc/systemd/network/br0.network: -------------------------------------------------------------------------------- 1 | [Match] 2 | Name=br0 3 | 4 | [Network] 5 | DHCP=ipv4 6 | -------------------------------------------------------------------------------- /board/nxp/ls1021atsn/rootfs_overlay/etc/systemd/network/eth0.network: -------------------------------------------------------------------------------- 1 | [Match] 2 | Name=eth0 3 | 4 | [Network] 5 | Bridge=br0 6 | -------------------------------------------------------------------------------- /board/nxp/ls1021atsn/rootfs_overlay/etc/systemd/network/eth1.network: -------------------------------------------------------------------------------- 1 | [Match] 2 | Name=eth1 3 | 4 | [Network] 5 | Bridge=br0 6 | -------------------------------------------------------------------------------- /docs/website/images/bootlin-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/bootlin-logo.png -------------------------------------------------------------------------------- /docs/website/images/fluendo-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/fluendo-logo.png -------------------------------------------------------------------------------- /docs/website/images/google-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/google-logo.png -------------------------------------------------------------------------------- /docs/website/images/imgtec-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/imgtec-logo.png -------------------------------------------------------------------------------- /docs/website/images/logilin-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/logilin-logo.png -------------------------------------------------------------------------------- /docs/website/images/scaleway-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/scaleway-logo.png -------------------------------------------------------------------------------- /docs/website/images/synopsys-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/synopsys-logo.png -------------------------------------------------------------------------------- /docs/website/images/zillabit-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/zillabit-logo.png -------------------------------------------------------------------------------- /package/fan-ctrl/fan-ctrl.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha1 d8ba5bac15e90c36a4e908ca1c98fac83bf702ea fan-ctrl.c?revision=1.3 3 | -------------------------------------------------------------------------------- /package/freescale-imx/gstreamer-imx/gstreamer-imx.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/freescale-imx/gstreamer-imx/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/qt5cinex/CinematicExperience-demo: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /usr/share/Qt5/CinematicExperience/Qt5_CinematicExperience "$@" 3 | -------------------------------------------------------------------------------- /package/x11r7/xlib_xtrans/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_XTRANS 2 | bool "xtrans" 3 | help 4 | X.Org xtrans library 5 | -------------------------------------------------------------------------------- /support/testing/conf/unittest.cfg: -------------------------------------------------------------------------------- 1 | [unittest] 2 | plugins = nose2.plugins.mp 3 | 4 | [multiprocess] 5 | always-on = True 6 | -------------------------------------------------------------------------------- /board/beaglebone/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BOARD_DIR="$(dirname $0)" 3 | 4 | cp $BOARD_DIR/uEnv.txt $BINARIES_DIR/uEnv.txt 5 | -------------------------------------------------------------------------------- /board/intel/galileo/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | cp board/intel/galileo/grub.cfg ${BINARIES_DIR}/efi-part/EFI/BOOT/grub.cfg 3 | -------------------------------------------------------------------------------- /board/roseapplepi/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BOARD_DIR="$(dirname $0)" 3 | 4 | cp $BOARD_DIR/uEnv.txt $BINARIES_DIR/uEnv.txt 5 | -------------------------------------------------------------------------------- /boot/at91dataflashboot/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_TARGET_AT91DATAFLASHBOOT 2 | bool "AT91 DataFlashBoot" 3 | depends on BR2_arm926t 4 | -------------------------------------------------------------------------------- /docs/website/images/circuitco-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/circuitco-logo.png -------------------------------------------------------------------------------- /package/glibc/glibc.hash: -------------------------------------------------------------------------------- 1 | # This hash file is not used; instead, update the 2 | # hash files in the per-version sub-directories. 3 | -------------------------------------------------------------------------------- /package/systemd/boot-files/buildroot.conf: -------------------------------------------------------------------------------- 1 | title Buildroot 2 | linux /bzImage 3 | options root=/dev/sda2 rootwait console=tty1 4 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_txaio_asyncio.py: -------------------------------------------------------------------------------- 1 | import txaio 2 | txaio.use_asyncio() 3 | f0 = txaio.create_future() 4 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_txaio_twisted.py: -------------------------------------------------------------------------------- 1 | import txaio 2 | txaio.use_twisted() 3 | f0 = txaio.create_future() 4 | -------------------------------------------------------------------------------- /support/testing/tests/package/test_lxc/rootfs-overlay/usr/bin/iperf3.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | iperf3 -s -1 > /tmp/iperf3.serv.log 2>&1 3 | -------------------------------------------------------------------------------- /board/qemu/ppc-mac99/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_SERIAL_PMACZILOG=y 2 | CONFIG_SERIAL_PMACZILOG_TTYS=y 3 | CONFIG_SERIAL_PMACZILOG_CONSOLE=y 4 | -------------------------------------------------------------------------------- /docs/website/images/buildroot-slides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/buildroot-slides.png -------------------------------------------------------------------------------- /fs/yaffs2/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_TARGET_ROOTFS_YAFFS2 2 | bool "yaffs2 root filesystem" 3 | help 4 | Build a yaffs2 root filesystem 5 | -------------------------------------------------------------------------------- /package/eudev/Config.in.host: -------------------------------------------------------------------------------- 1 | # Select this if you need host eudev tools (e.g. udevadm) 2 | config BR2_PACKAGE_HOST_EUDEV 3 | bool 4 | -------------------------------------------------------------------------------- /package/libxml2/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBXML2 2 | bool "libxml2" 3 | help 4 | XML C Parser 5 | 6 | http://xmlsoft.org/ 7 | -------------------------------------------------------------------------------- /package/unscd/unscd.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 9078255b2b9c344d9a0c3333ce23dda9d745f158dde0ea2244a8c56ba93f7a40 nscd-0.53.c 3 | -------------------------------------------------------------------------------- /support/dependencies/check-host-gzip.mk: -------------------------------------------------------------------------------- 1 | ifeq (,$(call suitable-host-package,gzip)) 2 | BR2_GZIP_HOST_DEPENDENCY = host-gzip 3 | endif 4 | -------------------------------------------------------------------------------- /support/testing/tests/package/br2-external/openjdk/external.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard $(BR2_EXTERNAL_OPENJDK_PATH)/package/*/*.mk)) 2 | -------------------------------------------------------------------------------- /board/beagleboneai/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BOARD_DIR="$(dirname $0)" 3 | 4 | cp board/beagleboneai/uEnv.txt $BINARIES_DIR/uEnv.txt 5 | -------------------------------------------------------------------------------- /board/intel/galileo/rootfs_overlay/etc/modules-load.galileo/galileo_gen2.conf: -------------------------------------------------------------------------------- 1 | intel_qrk_gip 2 | gpio-pca953x 3 | pca9685 4 | adc1x8s102 5 | -------------------------------------------------------------------------------- /board/nxp/ls1021atsn/rootfs_overlay/etc/systemd/network/eth2.network: -------------------------------------------------------------------------------- 1 | [Match] 2 | Name=eth2 3 | 4 | [Network] 5 | LinkLocalAddressing=yes 6 | -------------------------------------------------------------------------------- /docs/website/images/free-electrons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/free-electrons-logo.png -------------------------------------------------------------------------------- /docs/website/images/github_hash_mongrel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/github_hash_mongrel2.png -------------------------------------------------------------------------------- /package/cgic/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_CGIC 2 | bool "cgic" 3 | help 4 | C CGI library 5 | 6 | http://www.boutell.com/cgic/ 7 | -------------------------------------------------------------------------------- /package/dcron/dcron.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9e50edb6f5bd8153b16bad05087d985e5153ce45cc01ae77e7f842213fb4a824 dcron-4.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/dhrystone/dhrystone.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 038a7e9169787125c3451a6c941f3aca5db2d2f3863871afcdce154ef17f4e3e dhry-c 3 | -------------------------------------------------------------------------------- /package/doom-wad/doom-wad.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 cacf0142b31ca1af00796b4a0339e07992ac5f21bc3f81e7532fe1b5e1b486e6 doom19s.zip 3 | -------------------------------------------------------------------------------- /package/fbset/fbset.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 40ff4ab0247b75138a0887ed40f81c1a6184f340b77126c16d074b1075b41c20 fbset-2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/iozone/iozone.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6155850d1019f2450dc926bbdb5a24abf423ee3bb928ab1e68569cf60a908584 iozone3_489.tar 3 | -------------------------------------------------------------------------------- /package/localedef/localedef.hash: -------------------------------------------------------------------------------- 1 | # This hash file is not used; instead, update the 2 | # hash files in the per-version sub-directories. 3 | -------------------------------------------------------------------------------- /package/qt5/qt5base/qt5base.hash: -------------------------------------------------------------------------------- 1 | # This hash file is not used; instead, update the 2 | # hash files in the per-version sub-directories. 3 | -------------------------------------------------------------------------------- /package/rtai/rtai.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 13669da744a0ba411bdb8e47fa47b6e19171646ae42c8dbb2735d12e555fb1a3 rtai-4.0.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/systemd/Config.in.host: -------------------------------------------------------------------------------- 1 | # Select this if you need host systemd tools (e.g. systemctl) 2 | config BR2_PACKAGE_HOST_SYSTEMD 3 | bool 4 | -------------------------------------------------------------------------------- /package/x11r7/xdata_xbitmaps/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDATA_XBITMAPS 2 | bool "xbitmaps" 3 | help 4 | No description available 5 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-util/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_UTIL 2 | bool "font-util" 3 | help 4 | No description available 5 | -------------------------------------------------------------------------------- /package/xutil_util-macros/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XUTIL_UTIL_MACROS 2 | bool "util-macros" 3 | help 4 | No description available 5 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/andes-nds32.config: -------------------------------------------------------------------------------- 1 | BR2_nds32=y 2 | BR2_TOOLCHAIN_EXTERNAL=y 3 | BR2_TOOLCHAIN_EXTERNAL_ANDES_NDS32=y 4 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/sourcery-arm.config: -------------------------------------------------------------------------------- 1 | BR2_arm=y 2 | BR2_TOOLCHAIN_EXTERNAL=y 3 | BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM=y 4 | -------------------------------------------------------------------------------- /support/legal-info/buildroot.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4 COPYING 3 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/repo.git/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | -------------------------------------------------------------------------------- /board/nxp/ls1021atsn/rootfs_overlay/etc/systemd/network/swp.network: -------------------------------------------------------------------------------- 1 | [Match] 2 | Name=swp* 3 | 4 | [Network] 5 | BindCarrier=eth2 6 | Bridge=br0 7 | -------------------------------------------------------------------------------- /docs/website/images/amarula-solutions-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/amarula-solutions-logo.png -------------------------------------------------------------------------------- /docs/website/images/boundary-devices-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/boundary-devices-logo.png -------------------------------------------------------------------------------- /docs/website/images/rockwell-collins-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/images/rockwell-collins-logo.png -------------------------------------------------------------------------------- /fs/iso9660/isolinux.cfg: -------------------------------------------------------------------------------- 1 | default 1 2 | label 1 3 | kernel __KERNEL_PATH__ 4 | initrd __INITRD_PATH__ 5 | append root=/dev/sr0 6 | -------------------------------------------------------------------------------- /fs/romfs/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_TARGET_ROOTFS_ROMFS 2 | bool "romfs root filesystem" 3 | help 4 | Build a romfs image of the root filesystem. 5 | -------------------------------------------------------------------------------- /package/initscripts/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INITSCRIPTS 2 | bool 3 | help 4 | The basics startup scripts for both SysV and Busybox 5 | -------------------------------------------------------------------------------- /package/jack2/jack2.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a20a32366780c0061fd58fbb5f09e514ea9b7ce6e53b080a44b11a558a83217c jack2-1.9.14.tar.gz 3 | -------------------------------------------------------------------------------- /package/lzlib/lzlib.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 cbb0cac5825e940b4ea2f31a336d2aaf6db39847d456920afd8e443804420dbb lzlib-0.4.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/mxml/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MXML 2 | bool "Mini-XML" 3 | help 4 | Lightweight XML Library 5 | 6 | http://www.minixml.org 7 | -------------------------------------------------------------------------------- /package/nfs-utils/nfs-utils_env.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # This script is empty, it simply needs to exist to make the 3 | # nfs-config.service happy. 4 | -------------------------------------------------------------------------------- /package/whetstone/whetstone.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf whetstone.c 3 | -------------------------------------------------------------------------------- /package/wpa_supplicant/wpa_supplicant.conf: -------------------------------------------------------------------------------- 1 | ctrl_interface=/var/run/wpa_supplicant 2 | ap_scan=1 3 | 4 | network={ 5 | key_mgmt=NONE 6 | } 7 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/linaro-aarch64.config: -------------------------------------------------------------------------------- 1 | BR2_aarch64=y 2 | BR2_TOOLCHAIN_EXTERNAL=y 3 | BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64=y 4 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub1.git/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | -------------------------------------------------------------------------------- /support/testing/tests/download/git-remote/refs-sub2.git/config: -------------------------------------------------------------------------------- 1 | [core] 2 | repositoryformatversion = 0 3 | filemode = true 4 | bare = true 5 | -------------------------------------------------------------------------------- /package/a10disp/a10disp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5077405030e8f97a1edd4b86d469466abbc4d32b4a4609e58459347fcd1ba35b a10disp-0.6.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/expat/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_EXPAT 2 | bool "expat" 3 | help 4 | The Expat XML Parser. 5 | 6 | http://expat.sourceforge.net 7 | -------------------------------------------------------------------------------- /package/genpart/genpart.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 bfb39434f31d10f1b8c7b6bc6ec612309838c2819022561541c4d2d5a424e3f2 genpart-1.0.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libiqrf/libiqrf.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8111031dd9dd6093a1927eb32dd7476fe22cfee9190043aa8e4c88003c104b16 libiqrf-0.1.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/openlayers/openlayers.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 9513cf83d5a2c6093e8c4321fc50ef03cb16fb7c455858924059f5924b0fa20c v6.1.1-dist.zip 3 | -------------------------------------------------------------------------------- /package/qt5/qt5serialbus/qt5serialbus.hash: -------------------------------------------------------------------------------- 1 | # This hash file is not used; instead, update the 2 | # hash files in the per-version sub-directories. 3 | -------------------------------------------------------------------------------- /package/qt5/qt5serialport/qt5serialport.hash: -------------------------------------------------------------------------------- 1 | # This hash file is not used; instead, update the 2 | # hash files in the per-version sub-directories. 3 | -------------------------------------------------------------------------------- /package/vala/vala-wrapper: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | $0-@VALA_VERSION@ --vapidir=${STAGING_DIR}/usr/share/vala/vapi --girdir=${STAGING_DIR}/usr/share/gir-1.0 $@ 3 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xgc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XGC 2 | bool "xgc" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | X graphics demo 6 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/br-arc-full-internal.config: -------------------------------------------------------------------------------- 1 | BR2_arcle=y 2 | BR2_TOOLCHAIN_BUILDROOT_LOCALE=y 3 | BR2_TOOLCHAIN_BUILDROOT_CXX=y 4 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/br-riscv64-internal-musl.config: -------------------------------------------------------------------------------- 1 | BR2_riscv=y 2 | BR2_TOOLCHAIN_BUILDROOT_MUSL=y 3 | BR2_TOOLCHAIN_BUILDROOT_CXX=y 4 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/br-xtensa-full-internal.config: -------------------------------------------------------------------------------- 1 | BR2_xtensa=y 2 | BR2_TOOLCHAIN_BUILDROOT_LOCALE=y 3 | BR2_TOOLCHAIN_BUILDROOT_CXX=y 4 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/sourcery-nios2.config: -------------------------------------------------------------------------------- 1 | BR2_nios2=y 2 | BR2_TOOLCHAIN_EXTERNAL=y 3 | BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII=y 4 | -------------------------------------------------------------------------------- /docs/website/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/docs/website/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /package/darkhttpd/darkhttpd.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505 darkhttpd-1.12.tar.bz2 3 | -------------------------------------------------------------------------------- /package/gmp/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GMP 2 | bool "gmp" 3 | help 4 | GNU Multiple Precision Arithmetic Library. 5 | 6 | http://gmplib.org/ 7 | -------------------------------------------------------------------------------- /package/lighttpd/lighttpd_tmpfiles.conf: -------------------------------------------------------------------------------- 1 | f /var/log/lighttpd-access.log 0640 www-data www-data - 2 | f /var/log/lighttpd-error.log 0640 www-data www-data - 3 | -------------------------------------------------------------------------------- /package/lpeg/lpeg.hash: -------------------------------------------------------------------------------- 1 | # computed by luarocks/buildroot 2 | sha256 e0d0d687897f06588558168eeb1902ac41a11edd1b58f1aa61b99d0ea0abbfbc lpeg-1.0.2-1.src.rock 3 | -------------------------------------------------------------------------------- /package/opentyrian-data/opentyrian-data.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7790d09a2a3addcd33c66ef063d5900eb81cc9c342f4807eb8356364dd1d9277 tyrian21.zip 3 | -------------------------------------------------------------------------------- /package/pixman/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PIXMAN 2 | bool "pixman" 3 | help 4 | Cairo pixel manager 5 | 6 | http://cairographics.org/releases/ 7 | -------------------------------------------------------------------------------- /package/qt5/qt5connectivity/qt5connectivity.hash: -------------------------------------------------------------------------------- 1 | # This hash file is not used; instead, update the 2 | # hash files in the per-version sub-directories. 3 | -------------------------------------------------------------------------------- /package/udev/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_UDEV 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_UDEV 5 | string 6 | depends on BR2_PACKAGE_HAS_UDEV 7 | -------------------------------------------------------------------------------- /package/x11r7/mcookie/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MCOOKIE 2 | bool "mcookie" 3 | help 4 | cookie generator for X server 5 | 6 | http://www.x.org 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xwud/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XWUD 2 | bool "xwud" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | help 5 | image displayer for X 6 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/linaro-aarch64-be.config: -------------------------------------------------------------------------------- 1 | BR2_aarch64_be=y 2 | BR2_TOOLCHAIN_EXTERNAL=y 3 | BR2_TOOLCHAIN_EXTERNAL_LINARO_AARCH64_BE=y 4 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_cryptography.py: -------------------------------------------------------------------------------- 1 | from cryptography.fernet import Fernet 2 | key = Fernet.generate_key() 3 | f = Fernet(key) 4 | -------------------------------------------------------------------------------- /board/aarch64-efi/grub.cfg: -------------------------------------------------------------------------------- 1 | set default="0" 2 | set timeout="5" 3 | 4 | menuentry "Buildroot" { 5 | linux /Image root=/dev/vda2 rootwait console=ttyAMA0 6 | } 7 | -------------------------------------------------------------------------------- /board/aarch64-efi/post-image.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | BOARD_DIR="$(dirname $0)" 4 | 5 | cp -f ${BOARD_DIR}/grub.cfg ${BINARIES_DIR}/efi-part/EFI/BOOT/grub.cfg 6 | -------------------------------------------------------------------------------- /board/freescale/imx8mpevk/linux.config: -------------------------------------------------------------------------------- 1 | CONFIG_STMMAC_PLATFORM=y 2 | CONFIG_DWMAC_GENERIC=y 3 | CONFIG_DWMAC_IMX8=y 4 | # CONFIG_DRM_ROCKCHIP is not set 5 | 6 | -------------------------------------------------------------------------------- /board/pc/grub-bios.cfg: -------------------------------------------------------------------------------- 1 | set default="0" 2 | set timeout="5" 3 | 4 | menuentry "Buildroot" { 5 | linux /boot/bzImage root=/dev/sda1 rootwait console=tty1 6 | } 7 | -------------------------------------------------------------------------------- /boot/afboot-stm32/afboot-stm32.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9b37b661bd3091ceb5d8dc5a56a2dfc02ae9ebc0c63dad3c4289c9d6b3d3ec89 afboot-stm32-0.2.tar.gz 3 | -------------------------------------------------------------------------------- /boot/at91bootstrap/at91bootstrap.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 d66192a274247f4baa39fa932eadf903d7add55641d89d30402f967c4f2282a5 AT91Bootstrap1.16.zip 3 | -------------------------------------------------------------------------------- /boot/grub2/grub.cfg: -------------------------------------------------------------------------------- 1 | set default="0" 2 | set timeout="5" 3 | 4 | menuentry "Buildroot" { 5 | linux /boot/bzImage root=/dev/sda1 rootwait console=tty1 6 | } 7 | -------------------------------------------------------------------------------- /package/jasper/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_JASPER 2 | bool "jasper" 3 | help 4 | JPEG-2000 decoder 5 | 6 | http://www.ece.uvic.ca/~mdadams/jasper/ 7 | -------------------------------------------------------------------------------- /package/libaio/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBAIO 2 | bool "libaio" 3 | help 4 | Library for doing asynchronous I/O 5 | 6 | https://pagure.io/libaio/ 7 | -------------------------------------------------------------------------------- /package/libtasn1/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBTASN1 2 | bool "libtasn1" 3 | help 4 | ASN.1 library 5 | 6 | http://www.gnu.org/software/libtasn1 7 | -------------------------------------------------------------------------------- /package/ocf-linux/ocf-linux.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 5113609d2c2c43fde962bec1238fe5a81211a751ebb0337b54a9804d40cfef53 ocf-linux-20120127.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-ply/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PLY 2 | bool "python-ply" 3 | help 4 | Python Lex & Yacc. 5 | 6 | http://www.dabeaz.com/ply/ 7 | -------------------------------------------------------------------------------- /package/python-see/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_SEE 2 | bool "python-see" 3 | help 4 | dir for humans. 5 | 6 | https://ljcooke.github.io/see/ 7 | -------------------------------------------------------------------------------- /package/qt5/qt5quickcontrols2/qt5quickcontrols2.hash: -------------------------------------------------------------------------------- 1 | # This hash file is not used; instead, update the 2 | # hash files in the per-version sub-directories. 3 | -------------------------------------------------------------------------------- /package/qt5/qt5virtualkeyboard/qt5virtualkeyboard.hash: -------------------------------------------------------------------------------- 1 | # This hash file is not used; instead, update the 2 | # hash files in the per-version sub-directories. 3 | -------------------------------------------------------------------------------- /package/speexdsp/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SPEEXDSP 2 | bool "speexdsp" 3 | help 4 | DSP library derived from speex. 5 | 6 | https://www.speex.org 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xmag/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XMAG 2 | bool "xmag" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | X.Org xmag application 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xset/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XSET 2 | bool "xset" 3 | select BR2_PACKAGE_XLIB_LIBXMU 4 | help 5 | X.Org xset application 6 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/arm-aarch64.config: -------------------------------------------------------------------------------- 1 | BR2_aarch64=y 2 | BR2_cortex_a72=y 3 | BR2_TOOLCHAIN_EXTERNAL=y 4 | BR2_TOOLCHAIN_EXTERNAL_ARM_AARCH64=y 5 | -------------------------------------------------------------------------------- /board/beelink/gs1/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BOARD_DIR="$(dirname $0)" 3 | 4 | install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf 5 | -------------------------------------------------------------------------------- /board/pc/grub-efi.cfg: -------------------------------------------------------------------------------- 1 | set default="0" 2 | set timeout="5" 3 | 4 | menuentry "Buildroot" { 5 | linux /bzImage root=PARTUUID=UUID_TMP rootwait console=tty1 6 | } 7 | -------------------------------------------------------------------------------- /docs/manual/download-infra.txt: -------------------------------------------------------------------------------- 1 | // -*- mode:doc; -*- 2 | // vim: set syntax=asciidoc: 3 | 4 | [[download-infra]] 5 | 6 | == Download infrastructure 7 | 8 | TODO 9 | -------------------------------------------------------------------------------- /fs/iso9660/grub.cfg: -------------------------------------------------------------------------------- 1 | set default="0" 2 | set timeout="10" 3 | 4 | menuentry "Buildroot" { 5 | linux __KERNEL_PATH__ root=/dev/sr0 6 | initrd __INITRD_PATH__ 7 | } 8 | -------------------------------------------------------------------------------- /package/c-ares/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_C_ARES 2 | bool "c-ares" 3 | help 4 | C library for asynchronous DNS requests. 5 | 6 | http://c-ares.haxx.se/ 7 | -------------------------------------------------------------------------------- /package/comix-cursors/comix-cursors.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3109e4d19d930a6a2a5c3422ebaaa2002640169118f9b12c042bb64995f3ec31 ComixCursors-0.8.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/cunit/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_CUNIT 2 | bool "cunit" 3 | help 4 | An automated testing framework in 'C'. 5 | 6 | http://cunit.sourceforge.net/ 7 | -------------------------------------------------------------------------------- /package/font-awesome/font-awesome.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 de512ba0e1dead382bbfce372cde74b3f18971d876fffb635ee9333f0db05d43 font-awesome-4.7.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/jquery-mobile/jquery-mobile.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 7ed156b191dc3e262e3f450aede43adfb738ff0085afed87eb18fe4f43dfc681 jquery.mobile-1.4.3.zip 3 | -------------------------------------------------------------------------------- /package/lua-rotas/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_ROTAS 2 | bool "lua-rotas" 3 | help 4 | a web server router. 5 | 6 | https://fperrad.frama.io/lua-Rotas 7 | -------------------------------------------------------------------------------- /package/lua-utf8/lua-utf8.hash: -------------------------------------------------------------------------------- 1 | # computed by luarocks/buildroot 2 | sha256 c9ceb3a9f327b3215cdf959eebf616970b5b0427ca3fde05b19f8236defa4b91 utf8-1.2-0.src.rock 3 | -------------------------------------------------------------------------------- /package/nxp/qoriq-libbee/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_QORIQ_LIBBEE 2 | bool "qoriq-libbee" 3 | default n 4 | help 5 | MikroBUS: bee click board(MRF24J40MA) 6 | -------------------------------------------------------------------------------- /package/nxp/qoriq-libblep/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_QORIQ_LIBBLEP 2 | bool "qoriq-libblep" 3 | default n 4 | help 5 | MikroBUS: blep click board(nRF8001) 6 | -------------------------------------------------------------------------------- /package/on2-8170-libs/on2-8170-libs.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 db7390a13e7c0426894a6f966ecde1f89e6566416088c50729750e800306a2de on2-8170-libs-1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/opengl/libgl/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_LIBGL 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_LIBGL 5 | string 6 | depends on BR2_PACKAGE_HAS_LIBGL 7 | -------------------------------------------------------------------------------- /package/openvmtools/shutdown: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #compatibility script for openvmtools 3 | if [ "$1" == "-r" ]; then 4 | /sbin/reboot 5 | else 6 | /sbin/poweroff 7 | fi 8 | -------------------------------------------------------------------------------- /package/powervr/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_POWERVR 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_POWERVR 5 | string 6 | depends on BR2_PACKAGE_HAS_POWERVR 7 | -------------------------------------------------------------------------------- /package/systemd/80-buildroot.preset: -------------------------------------------------------------------------------- 1 | # Higher priority than systemd presets 2 | # This file is currently empty, but is available for demonstration and future use 3 | -------------------------------------------------------------------------------- /package/urg/0002-urg-gcc6-fix-narrowing-conversion.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/package/urg/0002-urg-gcc6-fix-narrowing-conversion.patch -------------------------------------------------------------------------------- /package/x11r7/xapp_rgb/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_RGB 2 | bool "rgb" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | uncompile an rgb color-name database 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xcalc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XCALC 2 | bool "xcalc" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | scientific calculator for X 6 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/br-arc-internal-glibc.config: -------------------------------------------------------------------------------- 1 | BR2_arcle=y 2 | BR2_archs38=y 3 | BR2_TOOLCHAIN_BUILDROOT_GLIBC=y 4 | BR2_TOOLCHAIN_BUILDROOT_CXX=y 5 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/br-arm-internal-musl.config: -------------------------------------------------------------------------------- 1 | BR2_arm=y 2 | BR2_cortex_a8=y 3 | BR2_TOOLCHAIN_BUILDROOT_MUSL=y 4 | BR2_TOOLCHAIN_BUILDROOT_CXX=y 5 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/sourcery-arm-armv4t.config: -------------------------------------------------------------------------------- 1 | BR2_arm=y 2 | BR2_arm920t=y 3 | BR2_TOOLCHAIN_EXTERNAL=y 4 | BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM=y 5 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/sourcery-mips.config: -------------------------------------------------------------------------------- 1 | BR2_mips=y 2 | BR2_mips_32r2=y 3 | BR2_TOOLCHAIN_EXTERNAL=y 4 | BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS=y 5 | -------------------------------------------------------------------------------- /support/testing/conf/binfmt-misc-kernel-fragment.config: -------------------------------------------------------------------------------- 1 | # Needed for binfmt_misc service: "Arbitrary Executable File Formats File System" 2 | CONFIG_BINFMT_MISC=y 3 | -------------------------------------------------------------------------------- /board/amarula/a64-relic/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BOARD_DIR="$(dirname $0)" 3 | 4 | install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf 5 | -------------------------------------------------------------------------------- /boot/at91dataflashboot/at91dataflashboot.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 2cfeb6a9236e1a743c8010f05e504dbc92169ef42d9a6cf7948954a577bfc386 DataflashBoot-1.05.tar.bz2 3 | -------------------------------------------------------------------------------- /boot/mxs-bootlets/mxs-bootlets.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 63f6068ae36884adef4259bbb1fe2591755718f22c46d0a59d854883dfab1ffc imx-bootlets-src-10.12.01.tar.gz 3 | -------------------------------------------------------------------------------- /package/angularjs/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ANGULARJS 2 | bool "angularjs" 3 | help 4 | AngularJS web application framework. 5 | 6 | http://angularjs.org 7 | -------------------------------------------------------------------------------- /package/bandwidthd/bandwidthd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 0270d0def6cc53c8d47d59a9dd093d51fbca1620adeef85c15e35a32010e26ab bandwidthd-2.0.1-auto-r11.tar.gz 3 | -------------------------------------------------------------------------------- /package/dado/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_DADO 2 | bool "dado" 3 | help 4 | Database Facilities for LuaSQL. 5 | 6 | http://www.ccpa.puc-rio.br/software/dado/ 7 | -------------------------------------------------------------------------------- /package/jo/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_JO 2 | bool "jo" 3 | help 4 | Command-line processor to output JSON from a shell 5 | 6 | https://github.com/jpmens/jo 7 | -------------------------------------------------------------------------------- /package/jquery-sparkline/jquery-sparkline.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 06e0242da172ab85985db3774c54ac1b53391a5b447857a100c5118b8281a543 jquery.sparkline.min.js 3 | -------------------------------------------------------------------------------- /package/libcuefile/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBCUEFILE 2 | bool "libcuefile" 3 | help 4 | Cue File library from Musepack 5 | 6 | http://www.musepack.net/ 7 | -------------------------------------------------------------------------------- /package/libenca/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBENCA 2 | bool "libenca" 3 | help 4 | Extremely Naive Charset Analyser 5 | 6 | http://cihar.com/software/enca/ 7 | -------------------------------------------------------------------------------- /package/lrandom/lrandom.hash: -------------------------------------------------------------------------------- 1 | # computed by luarocks/buildroot 2 | sha256 9b77af41202feb38b09cb4a99cd49680ea9dbc9df3e640f801be378dd286eab8 lrandom-20180729-1.src.rock 3 | -------------------------------------------------------------------------------- /package/lsqlite3/lsqlite3.hash: -------------------------------------------------------------------------------- 1 | # computed by luarocks/buildroot 2 | sha256 fdae3c03390ab4e4b7db3a13d09b79ffe19318739b752d17914adcdb3d2ef9ff lsqlite3-0.9.5-1.src.rock 3 | -------------------------------------------------------------------------------- /package/lua-codegen/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_CODEGEN 2 | bool "lua-codegen" 3 | help 4 | A template engine. 5 | 6 | https://fperrad.frama.io/lua-CodeGen 7 | -------------------------------------------------------------------------------- /package/matchbox-keyboard/mb-applet-kbd-wrapper.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # 3 | 4 | killall matchbox-keyboard 5 | if [ ! $? -eq 0 ] 6 | then 7 | matchbox-keyboard & 8 | fi 9 | -------------------------------------------------------------------------------- /package/musl-compat-headers/musl-compat-headers.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c13407edd0e33be73cae72514cb234f8612e1c0e54401c9448daffd3a240158b queue.h?rev=1.70 3 | -------------------------------------------------------------------------------- /package/nxp/qoriq-h-libxml2/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_QORIQ_H_LIBXML2 2 | bool "qoriq-h-libxml2" 3 | help 4 | XML C Parser 5 | 6 | http://xmlsoft.org/ 7 | -------------------------------------------------------------------------------- /package/obsidian-cursors/obsidian-cursors.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3d38fe875f6feae8b7772e02cfda530fcf669479807915cd2c12c149da17cfb9 73135-Obsidian.tar.bz2 3 | -------------------------------------------------------------------------------- /package/openocd/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_OPENOCD 2 | bool "host openocd" 3 | help 4 | OpenOCD - Open On-Chip Debugger 5 | 6 | http://openocd.org/ 7 | -------------------------------------------------------------------------------- /package/popt/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_POPT 2 | bool "popt" 3 | help 4 | Popt is a C library for parsing command line parameters. 5 | 6 | http://rpm5.org 7 | -------------------------------------------------------------------------------- /package/tslib/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_TSLIB 2 | bool "tslib" 3 | help 4 | Tslib is a filtering layer for touchscreen panel events. 5 | 6 | http://tslib.org 7 | -------------------------------------------------------------------------------- /package/tvheadend/etc.default.tvheadend: -------------------------------------------------------------------------------- 1 | TVH_USER=tvheadend 2 | TVH_GROUP=tvheadend 3 | #TVH_ADAPTERS= 4 | #TVH_HTTP_PORT=9981 5 | #TVH_HTSP_PORT=9982 6 | #TVH_DEBUG=1 7 | -------------------------------------------------------------------------------- /package/wilc1000-firmware/wilc1000-firmware.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a2e7a327dd545ba2051946f7613005cbde88fdd952afb8eecdd1dacda7e767d2 v14.1_Firmware.zip 3 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xditview/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XDITVIEW 2 | bool "xditview" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | display ditroff output 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xload/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XLOAD 2 | bool "xload" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | system load average display for X 6 | -------------------------------------------------------------------------------- /package/yavta/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_YAVTA 2 | bool "yavta" 3 | help 4 | Yet Another V4L2 Test Application 5 | 6 | http://git.ideasonboard.org/yavta.git 7 | -------------------------------------------------------------------------------- /package/zynq-boot-bin/zynq-boot-bin.hash: -------------------------------------------------------------------------------- 1 | # From https://raw.githubusercontent.com/Xilinx/u-boot-xlnx 2 | sha1 940331ee02b0007099effa61e382fe7ea4174054 zynq-boot-bin.py 3 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_crossbar.py: -------------------------------------------------------------------------------- 1 | import os 2 | import crossbar 3 | 4 | os.environ["AUTOBAHN_USE_UMSGPACK"] = "1" 5 | crossbar.run(["version"]) 6 | -------------------------------------------------------------------------------- /board/orangepi/orangepi-lite2/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BOARD_DIR="$(dirname $0)" 3 | 4 | install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf 5 | -------------------------------------------------------------------------------- /fs/ubi/ubinize.cfg: -------------------------------------------------------------------------------- 1 | [ubifs] 2 | mode=ubi 3 | vol_id=0 4 | vol_type=dynamic 5 | vol_name=rootfs 6 | vol_alignment=1 7 | vol_flags=autoresize 8 | image=BR2_ROOTFS_UBIFS_PATH 9 | -------------------------------------------------------------------------------- /package/check/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_CHECK 2 | bool "check" 3 | help 4 | Check is a unit testing framework for C. 5 | 6 | https://libcheck.github.io/check/ 7 | -------------------------------------------------------------------------------- /package/genromfs/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GENROMFS 2 | bool "genromfs" 3 | help 4 | Tool to generate a ROMFS filesystem. 5 | 6 | http://romfs.sourceforge.net/ 7 | -------------------------------------------------------------------------------- /package/libglob/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBGLOB 2 | bool "libglob" 3 | help 4 | OpenBSD implementation of glob(3). 5 | 6 | https://github.com/void-linux/libglob 7 | -------------------------------------------------------------------------------- /package/linux-pam/other.pam: -------------------------------------------------------------------------------- 1 | auth required pam_deny.so 2 | 3 | account required pam_deny.so 4 | 5 | password required pam_deny.so 6 | 7 | session required pam_deny.so 8 | -------------------------------------------------------------------------------- /package/lockdev/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LOCKDEV 2 | bool "lockdev" 3 | help 4 | Library for locking devices. 5 | 6 | No upstream site, primary site is Debian. 7 | -------------------------------------------------------------------------------- /package/lsuio/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LSUIO 2 | bool "lsuio" 3 | help 4 | list available userspace I/O (UIO) devices 5 | 6 | http://www.osadl.org/UIO.uio.0.html 7 | -------------------------------------------------------------------------------- /package/lua-silva/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_SILVA 2 | bool "lua-silva" 3 | help 4 | your string matcher expert. 5 | 6 | https://fperrad.frama.io/lua-Silva 7 | -------------------------------------------------------------------------------- /package/mali-t76x/mali-t76x.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 5a0b00438edc8066b374481d3332a43c07ec2bd3bc73265983a968970f754902 mali-t76x_r5p0-06rel0_linux_1+fbdev.tar.gz 3 | -------------------------------------------------------------------------------- /package/opengl/libgles/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_LIBGLES 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_LIBGLES 5 | string 6 | depends on BR2_PACKAGE_HAS_LIBGLES 7 | -------------------------------------------------------------------------------- /package/python-parso/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PARSO 2 | bool "python-parso" 3 | help 4 | A Python Parser. 5 | 6 | https://github.com/davidhalter/parso 7 | -------------------------------------------------------------------------------- /package/wpa_supplicant/50-wpa_supplicant.preset: -------------------------------------------------------------------------------- 1 | disable wpa_supplicant@.service 2 | disable wpa_supplicant-nl80211@.service 3 | disable wpa_supplicant-wired@.service 4 | 5 | -------------------------------------------------------------------------------- /package/x11r7/xapp_bdftopcf/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_BDFTOPCF 2 | bool "bdftopcf" 3 | select BR2_PACKAGE_XLIB_LIBXFONT 4 | help 5 | X.Org bdftopcf application 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_ico/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_ICO 2 | bool "ico" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | help 5 | animate an icosahedron or other polyhedron 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_showfont/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_SHOWFONT 2 | bool "showfont" 3 | select BR2_PACKAGE_XLIB_LIBFS 4 | help 5 | font dumper for X font server 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_viewres/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_VIEWRES 2 | bool "viewres" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | graphical class browser for Xt 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xlsfonts/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XLSFONTS 2 | bool "xlsfonts" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | help 5 | X.Org xlsfonts application 6 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/linaro-arm.config: -------------------------------------------------------------------------------- 1 | BR2_arm=y 2 | BR2_cortex_a8=y 3 | BR2_ARM_EABIHF=y 4 | BR2_TOOLCHAIN_EXTERNAL=y 5 | BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM=y 6 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/sourcery-x86-64.config: -------------------------------------------------------------------------------- 1 | BR2_x86_64=y 2 | BR2_x86_steamroller=y 3 | BR2_TOOLCHAIN_EXTERNAL=y 4 | BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_AMD64=y 5 | -------------------------------------------------------------------------------- /support/testing/conf/isolinux.cfg: -------------------------------------------------------------------------------- 1 | default 1 2 | label 1 3 | kernel __KERNEL_PATH__ 4 | initrd __INITRD_PATH__ 5 | append root=/dev/sr0 console=ttyS0,115200 6 | -------------------------------------------------------------------------------- /support/testing/tests/package/copy-sample-script-to-target.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -e 3 | 4 | shift 5 | for file in "$@"; do 6 | cp -f "${file}" "${TARGET_DIR}/root/" 7 | done 8 | -------------------------------------------------------------------------------- /board/friendlyarm/nanopi-neo-plus2/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BOARD_DIR="$(dirname $0)" 3 | 4 | install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf 5 | -------------------------------------------------------------------------------- /board/minnowboard/fs-overlay-graphical/etc/asound.conf: -------------------------------------------------------------------------------- 1 | # Customize ALSA: 2 | # the HDMI PCM is at card=0, device=3 (i.e. hw:0,3) 3 | defaults.pcm.card 0 4 | defaults.pcm.device 3 5 | -------------------------------------------------------------------------------- /board/orangepi/orangepi-one-plus/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BOARD_DIR="$(dirname $0)" 3 | 4 | install -m 0644 -D $BOARD_DIR/extlinux.conf $BINARIES_DIR/extlinux/extlinux.conf 5 | -------------------------------------------------------------------------------- /board/qemu/csky/linux-ck807.config.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_COMPILE_TEST=y 2 | CONFIG_CPU_CK807=y 3 | # CONFIG_CPU_HAS_FPU is not set 4 | CONFIG_CPU_PM_WAIT=y 5 | CONFIG_CSKY_APB_INTC=y 6 | -------------------------------------------------------------------------------- /board/qemu/csky/linux-ck810.config.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_COMPILE_TEST=y 2 | CONFIG_CPU_CK810=y 3 | # CONFIG_CPU_HAS_FPU is not set 4 | CONFIG_CPU_PM_WAIT=y 5 | CONFIG_CSKY_APB_INTC=y 6 | -------------------------------------------------------------------------------- /board/qemu/nios2-10m50/linux.fragment: -------------------------------------------------------------------------------- 1 | # Embed the DTB in the kernel image 2 | CONFIG_NIOS2_DTB_SOURCE_BOOL=y 3 | CONFIG_NIOS2_DTB_SOURCE="arch/nios2/boot/dts/10m50_devboard.dts" 4 | -------------------------------------------------------------------------------- /board/solidrun/clearfog/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | BOARD_DIR="$(dirname $0)" 4 | 5 | install -m 0644 -D $BOARD_DIR/extlinux.conf $TARGET_DIR/boot/extlinux/extlinux.conf 6 | -------------------------------------------------------------------------------- /board/solidrun/clearfog_gt_8k/linux-extras.config: -------------------------------------------------------------------------------- 1 | CONFIG_MARVELL_PHY=y 2 | CONFIG_SFP=y 3 | CONFIG_IPV6=y 4 | CONFIG_BRIDGE=y 5 | CONFIG_NET_DSA=y 6 | CONFIG_NET_DSA_MV88E6XXX=y 7 | -------------------------------------------------------------------------------- /package/bitstream-vera/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_BITSTREAM_VERA 2 | bool "Bitstream Vera" 3 | help 4 | Bitstream Vera font family. 5 | 6 | https://www.gnome.org/fonts/ 7 | -------------------------------------------------------------------------------- /package/dhrystone/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_DHRYSTONE 2 | bool "dhrystone" 3 | help 4 | easy-to-use integer benchmark 5 | 6 | http://www.netlib.org/benchmark/dhry-c 7 | -------------------------------------------------------------------------------- /package/fbtft/fbtft.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 0e81de89fdd7ab810716fc0549e767527f342e829309dee5c2cca1e9d1728770 fbtft-274035404701245e7491c0c6471c5b72ade4d491.tar.gz 3 | -------------------------------------------------------------------------------- /package/freetype/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_FREETYPE 2 | bool "freetype" 3 | help 4 | a free, high-quality and portable font engine. 5 | 6 | https://www.freetype.org/ 7 | -------------------------------------------------------------------------------- /package/gnuplot/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GNUPLOT 2 | bool "gnuplot" 3 | help 4 | A portable command-line driven graphing utility. 5 | 6 | http://www.gnuplot.info/ 7 | -------------------------------------------------------------------------------- /package/jquery/jquery.hash: -------------------------------------------------------------------------------- 1 | # Locally computed hashes, not provided by upstream 2 | sha256 2ecd295d295bec062cedebe177e54b9d6b19fc0a841dc5c178c654c9ccff09c0 jquery-1.11.2.min.js 3 | -------------------------------------------------------------------------------- /package/liblockfile/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBLOCKFILE 2 | bool "liblockfile" 3 | help 4 | NFS-safe locking library. 5 | 6 | https://github.com/miquels/liblockfile 7 | -------------------------------------------------------------------------------- /package/libreplaygain/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBREPLAYGAIN 2 | bool "libreplaygain" 3 | help 4 | Replay Gain library from Musepack 5 | 6 | http://www.musepack.net/ 7 | -------------------------------------------------------------------------------- /package/libtpl/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBTPL 2 | bool "libtpl" 3 | help 4 | Easily store and retrieve binary data in C 5 | 6 | http://troydhanson.github.io/tpl/ 7 | -------------------------------------------------------------------------------- /package/libuci/libuci.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 bb9827863c6b7b6cf986a3de42b5716edb8a280e44b3ce39541de18062c3c00e libuci-49ec6efbdac4819033d34f08927d795f83a3932d.tar.gz 3 | -------------------------------------------------------------------------------- /package/lua-binaryheap/lua-binaryheap.hash: -------------------------------------------------------------------------------- 1 | # computed by luarocks/buildroot 2 | sha256 ecce14dedfa7a1938aa2383c83036b98461876934f169384a2cec6bb46462d87 binaryheap-0.4-1.src.rock 3 | -------------------------------------------------------------------------------- /package/lua-coat/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_COAT 2 | bool "lua-coat" 3 | help 4 | Yet Another Lua Object-Oriented Model. 5 | 6 | https://fperrad.frama.io/lua-Coat/ 7 | -------------------------------------------------------------------------------- /package/netperf/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NETPERF 2 | bool "netperf" 3 | help 4 | Network performance benchmark tool 5 | 6 | https://hewlettpackard.github.io/netperf/ 7 | -------------------------------------------------------------------------------- /package/netstat-nat/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NETSTAT_NAT 2 | bool "netstat-nat" 3 | help 4 | Displays NAT connections 5 | 6 | http://tweegy.nl/projects/netstat-nat/ 7 | -------------------------------------------------------------------------------- /package/opengl/libopencl/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_LIBOPENCL 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_LIBOPENCL 5 | string 6 | depends on BR2_PACKAGE_HAS_LIBOPENCL 7 | -------------------------------------------------------------------------------- /package/opengl/libopenvg/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_LIBOPENVG 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_LIBOPENVG 5 | string 6 | depends on BR2_PACKAGE_HAS_LIBOPENVG 7 | -------------------------------------------------------------------------------- /package/perl-mojolicious/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_MOJOLICIOUS 2 | bool "perl-mojolicious" 3 | help 4 | Real-time web framework. 5 | 6 | https://mojolicious.org 7 | -------------------------------------------------------------------------------- /package/perl-path-tiny/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_PATH_TINY 2 | bool "perl-path-tiny" 3 | help 4 | File path utility. 5 | 6 | https://github.com/dagolden/Path-Tiny 7 | -------------------------------------------------------------------------------- /package/python-hpack/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_HPACK 2 | bool "python-hpack" 3 | help 4 | Pure-Python HPACK header compression. 5 | 6 | http://hyper.rtfd.org 7 | -------------------------------------------------------------------------------- /package/python-pyasn1/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PYASN1 2 | bool "python-pyasn1" 3 | help 4 | ASN.1 types and codecs. 5 | 6 | https://github.com/etingof/pyasn1 7 | -------------------------------------------------------------------------------- /package/python-versiontools/python-versiontools.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 a969332887a18a9c98b0df0ea4d4ca75972f24ca94f06fb87d591377e83414f6 versiontools-1.9.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/sdparm/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SDPARM 2 | bool "sdparm" 3 | help 4 | Utility to accesses SCSI device parameters. 5 | 6 | http://sg.danny.cz/sg/sdparm.html 7 | -------------------------------------------------------------------------------- /package/tzdump/tzdump.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 e078ba9bd90cb46368beb3cfef2288194e5edefd53ad9565961a97d1c7d6c59f tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35.tar.gz 3 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xdbedizzy/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XDBEDIZZY 2 | bool "xdbedizzy" 3 | select BR2_PACKAGE_XLIB_LIBXEXT 4 | help 5 | X.Org xdbedizzy application 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xrefresh/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XREFRESH 2 | bool "xrefresh" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | help 5 | refresh all or part of an X screen 6 | -------------------------------------------------------------------------------- /package/x11r7/xcb-proto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XCB_PROTO 2 | bool "xcb-proto" 3 | help 4 | The protocol headers that define XCB. 5 | 6 | http://xcb.freedesktop.org/ 7 | -------------------------------------------------------------------------------- /package/x11r7/xutil_makedepend/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XUTIL_MAKEDEPEND 2 | bool "makedepend" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /support/testing/conf/f2fs-kernel-fragment.config: -------------------------------------------------------------------------------- 1 | CONFIG_F2FS_FS=y 2 | CONFIG_F2FS_STAT_FS=y 3 | CONFIG_F2FS_FS_XATTR=y 4 | CONFIG_F2FS_FS_POSIX_ACL=y 5 | CONFIG_F2FS_FS_SECURITY=y 6 | -------------------------------------------------------------------------------- /board/beelink/gs1/extlinux.conf: -------------------------------------------------------------------------------- 1 | label linux 2 | kernel /Image 3 | devicetree /sun50i-h6-beelink-gs1.dtb 4 | append console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait 5 | -------------------------------------------------------------------------------- /board/minnowboard/grub.cfg: -------------------------------------------------------------------------------- 1 | set default="0" 2 | set timeout="5" 3 | 4 | menuentry "Buildroot" { 5 | linux /bzImage root=/dev/mmcblk2p2 rootwait console=tty0 console=ttyS0,115200 6 | } 7 | -------------------------------------------------------------------------------- /board/solidrun/macchiatobin/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | BOARD_DIR="$(dirname $0)" 4 | 5 | install -m 0644 -D ${BOARD_DIR}/uEnv-example.txt ${TARGET_DIR}/boot/uEnv-example.txt 6 | -------------------------------------------------------------------------------- /docs/manual/appendix.txt: -------------------------------------------------------------------------------- 1 | // -*- mode:doc; -*- 2 | // vim: set syntax=asciidoc: 3 | 4 | include::makedev-syntax.txt[] 5 | include::makeusers-syntax.txt[] 6 | include::migrating.txt[] 7 | -------------------------------------------------------------------------------- /package/erlang-p1-yconf/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ERLANG_P1_YCONF 2 | bool "erlang-p1-yconf" 3 | select BR2_PACKAGE_ERLANG_P1_YAML 4 | help 5 | YAML configuration processor. 6 | -------------------------------------------------------------------------------- /package/kmscube/kmscube.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 3f7b6d2d78f7baae8cc8589b448bdeea6739f0a0c2ee768764218cabaea70712 kmscube-e6386d1b99366ea7559438c0d3abd2ae2d6d61ac.tar.gz 3 | -------------------------------------------------------------------------------- /package/lame/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LAME 2 | bool "lame" 3 | help 4 | LAME is a high quality MPEG Audio Layer III (MP3) encoder. 5 | 6 | http://lame.sourceforge.net/ 7 | -------------------------------------------------------------------------------- /package/libestr/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBESTR 2 | bool "libestr" 3 | help 4 | Some essentials for string handling (and a bit more) 5 | 6 | http://libestr.adiscon.com/ 7 | -------------------------------------------------------------------------------- /package/libevent/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBEVENT 2 | bool "libevent" 3 | help 4 | Userspace library for handling asynchronous notifications 5 | 6 | http://libevent.org 7 | -------------------------------------------------------------------------------- /package/lockfile-progs/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LOCKFILE_PROGS 2 | bool "lockfile programs" 3 | select BR2_PACKAGE_LIBLOCKFILE 4 | help 5 | Build lockfile utility programs. 6 | -------------------------------------------------------------------------------- /package/lua-testmore/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_TESTMORE 2 | bool "lua-testmore" 3 | help 4 | an Unit Testing Framework. 5 | 6 | https://fperrad.frama.io/lua-TestMore/ 7 | -------------------------------------------------------------------------------- /package/opengl/libopenmax/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_LIBOPENMAX 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_LIBOPENMAX 5 | string 6 | depends on BR2_PACKAGE_HAS_LIBOPENMAX 7 | -------------------------------------------------------------------------------- /package/python-pycparser/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PYCPARSER 2 | bool "python-pycparser" 3 | help 4 | C parser in Python 5 | 6 | https://github.com/eliben/pycparser 7 | -------------------------------------------------------------------------------- /package/tstools/tstools.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3d2b2375e2874933f9aa59d4f25bb6b334747219eb0d7a076974e61222d59bf6 tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2.tar.gz 3 | -------------------------------------------------------------------------------- /package/x11r7/xapp_scripts/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_SCRIPTS 2 | bool "scripts" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | help 5 | start an X program on a remote machine 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xkbprint/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XKBPRINT 2 | bool "xkbprint" 3 | select BR2_PACKAGE_XLIB_LIBXKBFILE 4 | help 5 | print an XKB keyboard description 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xman/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XMAN 2 | bool "xman" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | Manual page display program for the X Window System 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xsm/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XSM 2 | bool "xsm" 3 | depends on BR2_USE_MMU # fork() 4 | select BR2_PACKAGE_XLIB_LIBXAW 5 | help 6 | X Session Manager 7 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-nv/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NV 2 | bool "xf86-video-nv" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | NVIDIA video driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_encodings/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_ENCODINGS 2 | bool "encodings" 3 | select BR2_PACKAGE_XUTIL_UTIL_MACROS 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-alias/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_ALIAS 2 | bool "font-alias" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-bh-ttf/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_BH_TTF 2 | bool "font-bh-ttf" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-jis-misc/xfont_font-jis-misc.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65 font-jis-misc-1.0.3.tar.bz2 3 | -------------------------------------------------------------------------------- /support/dependencies/check-host-lzip.mk: -------------------------------------------------------------------------------- 1 | ifeq (,$(call suitable-host-package,lzip,$(LZCAT))) 2 | BR2_LZIP_HOST_DEPENDENCY = host-lzip 3 | LZCAT = $(HOST_DIR)/bin/lzip -d -c 4 | endif 5 | -------------------------------------------------------------------------------- /board/amarula/vyasa/extlinux.conf: -------------------------------------------------------------------------------- 1 | label Vyasa linux-next 2 | kernel /boot/uImage 3 | devicetree /boot/rk3288-vyasa.dtb 4 | append console=ttyS2,115200n8 root=/dev/mmcblk0p1 rootwait 5 | -------------------------------------------------------------------------------- /board/asus/tinker/extlinux.conf: -------------------------------------------------------------------------------- 1 | label Tinker linux-next 2 | kernel /boot/uImage 3 | devicetree /boot/rk3288-tinker.dtb 4 | append console=ttyS2,115200n8 root=/dev/mmcblk0p1 rootwait 5 | -------------------------------------------------------------------------------- /board/solidrun/macchiatobin/post-build-mainline.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | BOARD_DIR="$(dirname $0)" 4 | 5 | install -m 0644 -D $BOARD_DIR/extlinux.conf $TARGET_DIR/boot/extlinux/extlinux.conf 6 | -------------------------------------------------------------------------------- /package/ezxml/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_EZXML 2 | bool "ezxml" 3 | help 4 | ezXML is a XML parser C library that is simple and easy to 5 | use. 6 | 7 | http://ezxml.sf.net 8 | -------------------------------------------------------------------------------- /package/faad2/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_FAAD2 2 | bool "faad2" 3 | help 4 | FAAD2 is an open source MPEG-4 and MPEG-2 AAC decoder, 5 | 6 | http://www.audiocoding.com/faad2.html 7 | -------------------------------------------------------------------------------- /package/fb-test-app/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_FB_TEST_APP 2 | bool "fb-test-app" 3 | help 4 | Test suite for Linux framebuffer. 5 | 6 | https://github.com/prpplague/fb-test-app 7 | -------------------------------------------------------------------------------- /package/fftw/fftw-single/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_FFTW_SINGLE 2 | bool "fftw-single" 3 | help 4 | Compile fftw in single precision, i.e. use 'float' 5 | for floating point type. 6 | -------------------------------------------------------------------------------- /package/gtk2-engines/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GTK2_ENGINES 2 | bool "gtk engines" 3 | depends on BR2_PACKAGE_LIBGTK2 4 | help 5 | A collection of basic theme engines for GTK+. 6 | -------------------------------------------------------------------------------- /package/iostat/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_IOSTAT 2 | bool "iostat" 3 | help 4 | An I/O performance monitoring utility. 5 | 6 | http://www.linuxinsight.com/iostat_utility.html 7 | -------------------------------------------------------------------------------- /package/json-javascript/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_JSON_JAVASCRIPT 2 | bool "json-javascript" 3 | help 4 | JSON in JavaScript 5 | 6 | https://github.com/douglascrockford/JSON-js/ 7 | -------------------------------------------------------------------------------- /package/lbase64/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LBASE64 2 | bool "lbase64" 3 | help 4 | A base64 library for Lua 5 | 6 | http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64 7 | -------------------------------------------------------------------------------- /package/libcue/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBCUE 2 | bool "libcue" 3 | select BR2_PACKAGE_FLEX 4 | help 5 | CUE Sheet Parser Library 6 | 7 | https://github.com/lipnitsk/libcue 8 | -------------------------------------------------------------------------------- /package/libyaml/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBYAML 2 | bool "libyaml" 3 | help 4 | LibYAML is a YAML 1.1 parser and emitter written in C. 5 | 6 | http://pyyaml.org/wiki/LibYAML 7 | -------------------------------------------------------------------------------- /package/lpty/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LPTY 2 | bool "lpty" 3 | help 4 | A simple facility for lua to control other programs via 5 | PTYs. 6 | 7 | http://www.tset.de/lpty/ 8 | -------------------------------------------------------------------------------- /package/lua-curl/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_CURL 2 | bool "lua-curl" 3 | select BR2_PACKAGE_LIBCURL 4 | help 5 | Lua binding to libcurl. 6 | 7 | https://lua-curl.github.io/ 8 | -------------------------------------------------------------------------------- /package/mfoc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MFOC 2 | bool "mfoc" 3 | select BR2_PACKAGE_LIBNFC 4 | help 5 | Mifare Classic Offline Cracker 6 | 7 | https://github.com/nfc-tools/mfoc 8 | -------------------------------------------------------------------------------- /package/nfs-utils/nfs-utils_tmpfiles.conf: -------------------------------------------------------------------------------- 1 | d /run/nfs/sm 0700 root root - 2 | d /run/nfs/sm.bak 0700 root root - 3 | f /run/nfs/rmtab 0644 root root - 4 | f /run/nfs/etab 0644 root root - 5 | -------------------------------------------------------------------------------- /package/python-dnspython/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_DNSPYTHON 2 | bool "python-dnspython" 3 | help 4 | A powerful DNS toolkit for python. 5 | 6 | http://www.dnspython.org 7 | -------------------------------------------------------------------------------- /package/python-hiredis/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_HIREDIS 2 | bool "python-hiredis" 3 | help 4 | Python wrapper for hiredis. 5 | 6 | https://github.com/redis/hiredis-py 7 | -------------------------------------------------------------------------------- /package/python-hyperframe/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_HYPERFRAME 2 | bool "python-hyperframe" 3 | help 4 | HTTP/2 framing layer for Python. 5 | 6 | http://hyper.rtfd.org 7 | -------------------------------------------------------------------------------- /package/python-pysocks/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PYSOCKS 2 | bool "python-pysocks" 3 | help 4 | A Python SOCKS client module. 5 | 6 | https://github.com/Anorov/PySocks 7 | -------------------------------------------------------------------------------- /package/python-schedule/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_SCHEDULE 2 | bool "python-schedule" 3 | help 4 | Job scheduling for humans. 5 | 6 | https://github.com/dbader/schedule 7 | -------------------------------------------------------------------------------- /package/python-tqdm/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_TQDM 2 | bool "python-tqdm" 3 | help 4 | A Fast, Extensible Progress Bar for Python and CLI. 5 | 6 | https://tqdm.github.io 7 | -------------------------------------------------------------------------------- /package/python-urwid/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_URWID 2 | bool "python-urwid" 3 | help 4 | Urwid is a console user interface library for Python 5 | 6 | http://urwid.org/ 7 | -------------------------------------------------------------------------------- /package/rtl8189fs/rtl8189fs.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f3f8bcc1e75f095350f12c36f7b8af88eebf3913d4bc921083489f1758cb5068 rtl8189fs-54bd6808e38f213126e7d6447ae9d80c656179f3.tar.gz 3 | -------------------------------------------------------------------------------- /package/rtl8723bu/rtl8723bu.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 da04cffc306d9738abdc67d234b8948db6ca97ed77760c68d99d18817839a513 rtl8723bu-b922079a090dcaad58179d478442ff97f18521c9.tar.gz 3 | -------------------------------------------------------------------------------- /package/sound-theme-borealis/sound-theme-borealis.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 dd80a9c6317de29d42786ba7d95b114b64d06ec6c0c17dd18df853a5c668e727 Borealis_sound_theme_ogg-0.9a.tar.bz2 3 | -------------------------------------------------------------------------------- /package/whetstone/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WHETSTONE 2 | bool "whetstone" 3 | help 4 | C Converted Whetstone Double Precision Benchmark 5 | 6 | http://www.netlib.org/benchmark/ 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xfontsel/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XFONTSEL 2 | bool "xfontsel" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | point and click selection of X11 font names 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xmore/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XMORE 2 | bool "xmore" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | plain text display program for the X Window System 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xpr/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XPR 2 | bool "xpr" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXMU 5 | help 6 | X.Org xpr application 7 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-r128/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_R128 2 | bool "xf86-video-r128" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | R128 video driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xlib_libFS/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_LIBFS 2 | bool "libFS" 3 | select BR2_PACKAGE_XLIB_XTRANS 4 | select BR2_PACKAGE_XORGPROTO 5 | help 6 | X.Org FS library 7 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/br-powerpc-internal-full.config: -------------------------------------------------------------------------------- 1 | BR2_powerpc=y 2 | BR2_TOOLCHAIN_BUILDROOT_LOCALE=y 3 | BR2_TOOLCHAIN_BUILDROOT_WCHAR=y 4 | BR2_TOOLCHAIN_BUILDROOT_CXX=y 5 | -------------------------------------------------------------------------------- /support/dependencies/check-host-tar.mk: -------------------------------------------------------------------------------- 1 | TAR ?= tar 2 | 3 | ifeq (,$(call suitable-host-package,tar,$(TAR))) 4 | TAR = $(HOST_DIR)/bin/tar 5 | BR2_TAR_HOST_DEPENDENCY = host-tar 6 | endif 7 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_service_identity.py: -------------------------------------------------------------------------------- 1 | from service_identity import VerificationError # noqa 2 | from service_identity.pyopenssl import verify_hostname # noqa 3 | -------------------------------------------------------------------------------- /board/pine64/rock64/extlinux.conf: -------------------------------------------------------------------------------- 1 | label rock64-buildroot 2 | kernel /boot/Image 3 | devicetree /boot/rk3328-rock64.dtb 4 | append console=ttyS2,1500000n8 root=/dev/mmcblk0p1 ro rootwait 5 | -------------------------------------------------------------------------------- /package/amd-catalyst/amd-catalyst.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 bf3e6e7d5c51db3d075410a3f116f865b82823debc1d66698d187249feec6a91 amd-catalyst-15.9-linux-installer-15.201.1151-x86.x86_64.zip 3 | -------------------------------------------------------------------------------- /package/erlang-p1-oauth2/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ERLANG_P1_OAUTH2 2 | bool "erlang-p1-oauth2" 3 | help 4 | OAuth2 library for Erlang 5 | 6 | https://github.com/processone/p1_oauth2 7 | -------------------------------------------------------------------------------- /package/erlang-p1-utils/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ERLANG_P1_UTILS 2 | bool "erlang-p1-utils" 3 | help 4 | Set of small Erlang libraries 5 | 6 | https://github.com/processone/p1_utils 7 | -------------------------------------------------------------------------------- /package/giflib/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GIFLIB 2 | bool "giflib" 3 | help 4 | giflib is a library for reading and writing gif images. 5 | 6 | http://sourceforge.net/projects/giflib 7 | -------------------------------------------------------------------------------- /package/leptonica/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LEPTONICA 2 | bool "leptonica" 3 | help 4 | Leptonica is an image processing and image analysis library. 5 | 6 | http://www.leptonica.org/ 7 | -------------------------------------------------------------------------------- /package/lsscsi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LSSCSI 2 | bool "lsscsi" 3 | help 4 | lsscsi - list SCSI devices (or hosts) and their attributes 5 | 6 | http://sg.danny.cz/scsi/lsscsi.html 7 | -------------------------------------------------------------------------------- /package/lua-fifo/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_FIFO 2 | bool "lua-fifo" 3 | help 4 | A lua library/'class' that implements a FIFO. 5 | 6 | https://github.com/daurnimator/fifo.lua 7 | -------------------------------------------------------------------------------- /package/lzo/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LZO 2 | bool "lzo" 3 | help 4 | Portable lossless data compression library written in ANSI C. 5 | 6 | http://www.oberhumer.com/opensource/lzo/ 7 | -------------------------------------------------------------------------------- /package/metacity/Xsession: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | export GDK_USE_XFT=1 3 | export LANG="en_US.UTF-8" 4 | export LC_ALL="en_US.UTF-8" 5 | /usr/bin/X11/rxvt -bg black -fg gray90 & 6 | exec /bin/metacity 7 | -------------------------------------------------------------------------------- /package/ngircd/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NGIRCD 2 | bool "ngircd" 3 | depends on BR2_USE_MMU # fork() 4 | help 5 | Next Generation IRC server deamon. 6 | 7 | http://ngircd.barton.de 8 | -------------------------------------------------------------------------------- /package/parted/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_PARTED 2 | bool "host parted" 3 | help 4 | parted, the GNU partition resizing program 5 | 6 | http://www.gnu.org/software/parted/ 7 | -------------------------------------------------------------------------------- /package/perl-date-manip/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_DATE_MANIP 2 | bool "perl-date-manip" 3 | help 4 | Date manipulation routines. 5 | 6 | https://metacpan.org/release/Date-Manip 7 | -------------------------------------------------------------------------------- /package/perl-net-snmp/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_NET_SNMP 2 | bool "perl-net-snmp" 3 | help 4 | Object oriented interface to SNMP. 5 | 6 | https://metacpan.org/release/Net-SNMP 7 | -------------------------------------------------------------------------------- /package/perl-uri/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_URI 2 | bool "perl-uri" 3 | help 4 | Uniform Resource Identifiers (absolute and relative). 5 | 6 | https://github.com/libwww-perl/URI 7 | -------------------------------------------------------------------------------- /package/python-certifi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_CERTIFI 2 | bool "python-certifi" 3 | help 4 | Python package for providing Mozilla's CA Bundle. 5 | 6 | https://certifi.io/ 7 | -------------------------------------------------------------------------------- /package/python-pyjwt/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PYJWT 2 | bool "python-pyjwt" 3 | help 4 | JSON Web Token implementation in Python. 5 | 6 | http://github.com/jpadilla/pyjwt 7 | -------------------------------------------------------------------------------- /package/python-pytz/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PYTZ 2 | bool "python-pytz" 3 | help 4 | World timezone definitions, modern and historical. 5 | 6 | http://pythonhosted.org/pytz 7 | -------------------------------------------------------------------------------- /package/python-toml/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_TOML 2 | bool "python-toml" 3 | help 4 | Python Library for Tom's Obvious, Minimal Language. 5 | 6 | https://github.com/uiri/toml 7 | -------------------------------------------------------------------------------- /package/python-visitor/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_VISITOR 2 | bool "python-visitor" 3 | help 4 | A tiny pythonic visitor implementation. 5 | 6 | http://github.com/mbr/visitor 7 | -------------------------------------------------------------------------------- /package/rings/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_RINGS 2 | bool "rings" 3 | help 4 | Provides a way to create new Lua states from within Lua. 5 | 6 | http://github.com/keplerproject/rings 7 | -------------------------------------------------------------------------------- /package/rpcbind/rpcbind.socket: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=RPCbind Server Activation Socket 3 | 4 | [Socket] 5 | ListenStream=/var/run/rpcbind.sock 6 | 7 | [Install] 8 | WantedBy=sockets.target 9 | -------------------------------------------------------------------------------- /package/sound-theme-freedesktop/sound-theme-freedesktop.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 e6595afb02b76099ef6df42c2ac7c4f9680c21c3f26b2a7ca0943d1fdbbd9aef sound-theme-freedesktop-0.7.tar.bz2 3 | -------------------------------------------------------------------------------- /package/tinycbor/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_TINYCBOR 2 | bool "tinycbor" 3 | help 4 | Concise Binary Object Representation (CBOR) Library 5 | 6 | https://github.com/01org/tinycbor 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xbiff/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XBIFF 2 | bool "xbiff" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | select BR2_PACKAGE_XDATA_XBITMAPS 5 | help 6 | mailbox flag for X 7 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-ark/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ARK 2 | bool "xf86-video-ark" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | X.Org driver for ark cards 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-ast/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_AST 2 | bool "xf86-video-ast" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-tga/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TGA 2 | bool "xf86-video-tga" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | X.Org driver for tga cards 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-bh-100dpi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_BH_100DPI 2 | bool "font-bh-100dpi" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-bh-75dpi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_BH_75DPI 2 | bool "font-bh-75dpi" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-bh-type1/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_BH_TYPE1 2 | bool "font-bh-type1" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-daewoo-misc/xfont_font-daewoo-misc.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 bc65de70bee12698caa95b523d3b652c056347e17b68cc8b5d6bbdff235c4be8 font-daewoo-misc-1.0.3.tar.bz2 3 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-dec-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_DEC_MISC 2 | bool "font-dec-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-ibm-type1/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_IBM_TYPE1 2 | bool "font-ibm-type1" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-isas-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_ISAS_MISC 2 | bool "font-isas-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-jis-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_JIS_MISC 2 | bool "font-jis-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-misc-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_MISC_MISC 2 | bool "font-misc-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-mutt-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_MUTT_MISC 2 | bool "font-mutt-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-sony-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_SONY_MISC 2 | bool "font-sony-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-sun-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_SUN_MISC 2 | bool "font-sun-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xlib_libICE/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_LIBICE 2 | bool "libICE" 3 | select BR2_PACKAGE_XLIB_XTRANS 4 | select BR2_PACKAGE_XORGPROTO 5 | help 6 | X.Org ICE library 7 | -------------------------------------------------------------------------------- /package/x11r7/xlib_libXext/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_LIBXEXT 2 | bool "libXext" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XORGPROTO 5 | help 6 | X.Org Xext library 7 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/sourcery-mips64.config: -------------------------------------------------------------------------------- 1 | BR2_mips64el=y 2 | BR2_mips_64r2=y 3 | BR2_MIPS_NABI64=y 4 | BR2_TOOLCHAIN_EXTERNAL=y 5 | BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS=y 6 | -------------------------------------------------------------------------------- /board/orangepi/orangepi-lite2/extlinux.conf: -------------------------------------------------------------------------------- 1 | label linux 2 | kernel /Image 3 | devicetree /sun50i-h6-orangepi-lite2.dtb 4 | append console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait 5 | -------------------------------------------------------------------------------- /board/qemu/csky/linux-ck610.config.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_COMPILE_TEST=y 2 | CONFIG_CPU_CK610=y 3 | CONFIG_CPU_PM_WAIT=y 4 | CONFIG_RAM_BASE=0x10000000 5 | CONFIG_CSKY_APB_INTC=y 6 | CONFIG_GX6605S_TIMER=y 7 | -------------------------------------------------------------------------------- /package/argp-standalone/argp-standalone.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated after checking pgp signature 2 | sha256 dec79694da1319acd2238ce95df57f3680fea2482096e483323fddf3d818d8be argp-standalone-1.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/axel/axel.hash: -------------------------------------------------------------------------------- 1 | sha256 b700b299fc8a369352a4672560ba833335142a6bfd280d5ccdc66dc2fa6bff86 axel-2.17.7.tar.xz 2 | sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING 3 | -------------------------------------------------------------------------------- /package/bird/bird.hash: -------------------------------------------------------------------------------- 1 | sha256 631d2b58aebdbd651aaa3c68c3756c02ebfe5b1e60d307771ea909eeaa5b1066 bird-2.0.7.tar.gz 2 | sha256 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2 README 3 | -------------------------------------------------------------------------------- /package/dbus-python/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_DBUS_PYTHON 2 | bool "host dbus-python" 3 | help 4 | Python bindings for D-Bus 5 | 6 | http://dbus.freedesktop.org/doc/dbus-python/ 7 | -------------------------------------------------------------------------------- /package/dtv-scan-tables/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_DTV_SCAN_TABLES 2 | bool "dtv-scan-tables" 3 | help 4 | The Digital TV scan tables. 5 | 6 | http://git.linuxtv.org/dtv-scan-tables.git 7 | -------------------------------------------------------------------------------- /package/edid-decode/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_EDID_DECODE 2 | bool "edid-decode" 3 | help 4 | Decode EDID data in human-readable format. 5 | 6 | https://git.linuxtv.org/edid-decode.git/ 7 | -------------------------------------------------------------------------------- /package/erlang-base64url/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ERLANG_BASE64URL 2 | bool "erlang-base64url" 3 | help 4 | URL safe base64-compatible codec. 5 | 6 | https://github.com/dvv/base64url 7 | -------------------------------------------------------------------------------- /package/ethtool/ethtool.hash: -------------------------------------------------------------------------------- 1 | # From https://www.kernel.org/pub/software/network/ethtool/sha256sums.asc 2 | sha256 724eb8bd3c3a389fe285735959a1902fbd9310624656ad3220c5f23df1053c39 ethtool-5.7.tar.xz 3 | -------------------------------------------------------------------------------- /package/libev/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBEV 2 | bool "libev" 3 | help 4 | Userspace library for handling asynchronous notifications 5 | 6 | http://software.schmorp.de/pkg/libev.html 7 | -------------------------------------------------------------------------------- /package/libevdev/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBEVDEV 2 | bool "libevdev" 3 | help 4 | libevdev is a wrapper library for evdev devices 5 | 6 | http://freedesktop.org/wiki/Software/libevdev/ 7 | -------------------------------------------------------------------------------- /package/libsilk/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBSILK 2 | bool "libsilk" 3 | help 4 | SILK is an audio compression format and audio codec. 5 | 6 | http://tools.ietf.org/html/draft-vos-silk-01 7 | -------------------------------------------------------------------------------- /package/lua-gd/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_GD 2 | bool "lua-gd" 3 | select BR2_PACKAGE_GD 4 | help 5 | GD (graphics library) bindings for Lua. 6 | 7 | https://ittner.github.io/lua-gd/ 8 | -------------------------------------------------------------------------------- /package/monolite/monolite.hash: -------------------------------------------------------------------------------- 1 | # sha256 locally computed 2 | sha256 4b75a73bb4a99b8e3b51837afb72192cce27b482cb5ec70cc136b293071f902e monolite-linux-ABB721D6-116A-4555-B4FD-9248146D2051-latest.tar.gz 3 | -------------------------------------------------------------------------------- /package/perl-data-dump/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_DATA_DUMP 2 | bool "perl-data-dump" 3 | help 4 | Pretty printing of data structures. 5 | 6 | https://metacpan.org/release/Data-Dump 7 | -------------------------------------------------------------------------------- /package/perl-gdtextutil/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_GDTEXTUTIL 2 | bool "perl-gdtextutil" 3 | help 4 | Text utilities for use with GD. 5 | 6 | https://metacpan.org/release/GDTextUtil 7 | -------------------------------------------------------------------------------- /package/perl-json-tiny/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_JSON_TINY 2 | bool "perl-json-tiny" 3 | help 4 | Minimalistic JSON. No dependencies. 5 | 6 | https://metacpan.org/release/JSON-Tiny 7 | -------------------------------------------------------------------------------- /package/python-argh/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_ARGH 2 | bool "python-argh" 3 | help 4 | An unobtrusive argparse wrapper with natural syntax. 5 | 6 | http://github.com/neithere/argh/ 7 | -------------------------------------------------------------------------------- /package/python-bunch/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_BUNCH 2 | bool "python-bunch" 3 | help 4 | A dot-accessible dictionary (a la JavaScript objects). 5 | 6 | http://github.com/dsc/bunch 7 | -------------------------------------------------------------------------------- /package/python-cbor/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_CBOR 2 | bool "python-cbor" 3 | help 4 | RFC 7049 - Concise Binary Object Representation. 5 | 6 | https://pypi.python.org/pypi/cbor 7 | -------------------------------------------------------------------------------- /package/python-colorama/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_COLORAMA 2 | bool "python-colorama" 3 | help 4 | Cross-platform colored terminal text. 5 | 6 | https://github.com/tartley/colorama 7 | -------------------------------------------------------------------------------- /package/python-colorlog/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_COLORLOG 2 | bool "python-colorlog" 3 | help 4 | Log formatting with colors. 5 | 6 | https://github.com/borntyping/python-colorlog 7 | -------------------------------------------------------------------------------- /package/python-huepy/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_HUEPY 2 | bool "python-huepy" 3 | help 4 | Hue will help you to print awesomely in terminals. 5 | 6 | https://github.com/s0md3v/hue 7 | -------------------------------------------------------------------------------- /package/python-pylru/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PYLRU 2 | bool "python-pylru" 3 | help 4 | A least recently used (LRU) cache implementation. 5 | 6 | https://github.com/jlhutch/pylru 7 | -------------------------------------------------------------------------------- /package/python-redis/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_REDIS 2 | bool "python-redis" 3 | help 4 | Python client for Redis key-value store. 5 | 6 | https://github.com/andymccurdy/redis-py 7 | -------------------------------------------------------------------------------- /package/skeleton/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SKELETON 2 | bool 3 | default y 4 | 5 | config BR2_PACKAGE_HAS_SKELETON 6 | bool 7 | 8 | config BR2_PACKAGE_PROVIDES_SKELETON 9 | string 10 | -------------------------------------------------------------------------------- /package/sunxi-boards/sunxi-boards.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 ff1fa509fd5716d26c23a82e59300876a848122f745713a610f8f3c47d448064 sunxi-boards-a6a4e94066f4ec6b26fc7060dc453a6bcf26a504.tar.gz 3 | -------------------------------------------------------------------------------- /package/sunxi-cedarx/sunxi-cedarx.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 ea7426f83325d247ba0d4734eaf1cb53bab178a81f935e2535ddb3069f70ba84 sunxi-cedarx-b8f52d913f73720e50d8f1b2f8610467b575dc45.tar.gz 3 | -------------------------------------------------------------------------------- /package/utf8proc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_UTF8PROC 2 | bool "utf8proc" 3 | help 4 | A clean C library for processing UTF-8 Unicode data. 5 | 6 | https://juliastrings.github.io/utf8proc 7 | -------------------------------------------------------------------------------- /package/whois/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WHOIS 2 | bool "whois" 3 | depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS 4 | help 5 | Improved whois client. 6 | 7 | https://github.com/rfc1036/whois 8 | -------------------------------------------------------------------------------- /package/x11r7/xapp_smproxy/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_SMPROXY 2 | bool "smproxy" 3 | select BR2_PACKAGE_XLIB_LIBXMU 4 | select BR2_PACKAGE_XLIB_LIBXT 5 | help 6 | Session Manager Proxy 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xclipboard/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XCLIPBOARD 2 | bool "xclipboard" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | interchange between cut buffer and selection 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xedit/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XEDIT 2 | bool "xedit" 3 | depends on BR2_USE_MMU # fork() 4 | select BR2_PACKAGE_XLIB_LIBXAW 5 | help 6 | simple text editor for X 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xev/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XEV 2 | bool "xev" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXRANDR 5 | help 6 | print contents of X events 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xgamma/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XGAMMA 2 | bool "xgamma" 3 | select BR2_PACKAGE_XLIB_LIBXXF86VM 4 | help 5 | Alter a monitor's gamma correction through the X server 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xkbevd/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XKBEVD 2 | bool "xkbevd" 3 | depends on BR2_USE_MMU # fork() 4 | select BR2_PACKAGE_XLIB_LIBXKBFILE 5 | help 6 | XKB event daemon 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xprop/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XPROP 2 | bool "xprop" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXMU 5 | help 6 | property displayer for X 7 | -------------------------------------------------------------------------------- /package/x11r7/xdata_xcursor-themes/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDATA_XCURSOR_THEMES 2 | bool "xdata_xcursor-themes" 3 | select BR2_PACKAGE_XLIB_LIBXCURSOR 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-i128/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_I128 2 | bool "xf86-video-i128" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | Number 9 I128 video driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-mach64/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_MACH64 2 | bool "xf86-video-mach64" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | mach64 video driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-trident/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_TRIDENT 2 | bool "xf86-video-trident" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | Trident video driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-vesa/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VESA 2 | bool "xf86-video-vesa" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | Generic VESA video driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-voodoo/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_VOODOO 2 | bool "xf86-video-voodoo" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | Voodoo video driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-adobe-75dpi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_ADOBE_75DPI 2 | bool "font-adobe-75dpi" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-arabic-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_ARABIC_MISC 2 | bool "font-arabic-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-cursor-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_CURSOR_MISC 2 | bool "font-cursor-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-daewoo-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_DAEWOO_MISC 2 | bool "font-daewoo-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-micro-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_MICRO_MISC 2 | bool "font-micro-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-misc-meltho/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_MISC_MELTHO 2 | bool "font-misc-meltho" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xlib_libXau/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_LIBXAU 2 | bool "libXau" 3 | select BR2_PACKAGE_XORGPROTO 4 | select BR2_PACKAGE_XUTIL_UTIL_MACROS 5 | help 6 | X.Org Xau library 7 | -------------------------------------------------------------------------------- /package/x11r7/xlib_libfontenc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_LIBFONTENC 2 | bool "libfontenc" 3 | select BR2_PACKAGE_XORGPROTO 4 | select BR2_PACKAGE_ZLIB 5 | help 6 | X.Org fontenc library 7 | -------------------------------------------------------------------------------- /support/config-fragments/autobuild/br-arm-internal-full.config: -------------------------------------------------------------------------------- 1 | BR2_arm=y 2 | BR2_ARM_EABI=y 3 | BR2_TOOLCHAIN_BUILDROOT_LOCALE=y 4 | BR2_TOOLCHAIN_BUILDROOT_WCHAR=y 5 | BR2_TOOLCHAIN_BUILDROOT_CXX=y 6 | -------------------------------------------------------------------------------- /support/testing/conf/grub2.cfg: -------------------------------------------------------------------------------- 1 | set default="0" 2 | set timeout="1" 3 | 4 | menuentry "Buildroot" { 5 | linux __KERNEL_PATH__ root=/dev/sr0 console=ttyS0,115200 6 | initrd __INITRD_PATH__ 7 | } 8 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-hash/package/bad/bad.hash: -------------------------------------------------------------------------------- 1 | sha256 0000000000000000000000000000000000000000000000000000000000000000 bad-a238b1dfcd825d47d834af3c5223417c8411d90d.tar.gz 2 | -------------------------------------------------------------------------------- /support/testing/tests/package/sample_python_incremental.py: -------------------------------------------------------------------------------- 1 | import incremental 2 | v = incremental.Version("package", 1, 2, 3, release_candidate=4) 3 | assert(str(v) == "[package, version 1.2.3rc4]") 4 | -------------------------------------------------------------------------------- /board/amarula/a64-relic/extlinux.conf: -------------------------------------------------------------------------------- 1 | label linux-4.17.0-rc3 2 | kernel /Image 3 | devicetree /sun50i-a64-amarula-relic.dtb 4 | append console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p4 rootwait 5 | -------------------------------------------------------------------------------- /board/amarula/a64-relic/genimage.cfg: -------------------------------------------------------------------------------- 1 | image boot.vfat { 2 | vfat { 3 | files = { 4 | "Image", 5 | "sun50i-a64-amarula-relic.dtb", 6 | "extlinux" 7 | } 8 | } 9 | size = 64M 10 | } 11 | -------------------------------------------------------------------------------- /board/friendlyarm/nanopi-neo-plus2/extlinux.conf: -------------------------------------------------------------------------------- 1 | label linux 2 | kernel /Image 3 | devicetree /sun50i-h5-nanopi-neo-plus2.dtb 4 | append console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait 5 | -------------------------------------------------------------------------------- /board/minnowboard/fs-overlay-graphical/etc/X11/Xsession: -------------------------------------------------------------------------------- 1 | # Start a terminal on the top left corner 2 | xterm -geom 80x30+0+0 & 3 | 4 | # OpenGL demo 5 | glmark2 & 6 | 7 | exec /usr/bin/openbox-session 8 | -------------------------------------------------------------------------------- /board/nxp/ls1021atsn/rootfs_overlay/etc/linuxptp-system-clock.cfg: -------------------------------------------------------------------------------- 1 | # Configuration file for phc2sys 2 | 3 | [global] 4 | step_threshold 0.00002 5 | first_step_threshold 0.00002 6 | transportSpecific 0x1 7 | -------------------------------------------------------------------------------- /board/orangepi/orangepi-one-plus/extlinux.conf: -------------------------------------------------------------------------------- 1 | label linux 2 | kernel /Image 3 | devicetree /sun50i-h6-orangepi-one-plus.dtb 4 | append console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait 5 | -------------------------------------------------------------------------------- /board/solidrun/clearfog/extlinux.conf: -------------------------------------------------------------------------------- 1 | label Clearfog Linux 2 | kernel /boot/zImage 3 | devicetree /boot/armada-388-clearfog-base.dtb 4 | append console=ttyS0,115200n8 root=/dev/mmcblk0p1 rootwait 5 | -------------------------------------------------------------------------------- /board/solidrun/macchiatobin/extlinux.conf: -------------------------------------------------------------------------------- 1 | label Macchiatobin Linux 2 | kernel /boot/Image 3 | devicetree /boot/armada-8040-mcbin.dtb 4 | append console=ttyS0,115200n8 root=/dev/mmcblk1p1 rootwait 5 | -------------------------------------------------------------------------------- /boot/s500-bootloader/s500-bootloader.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b183024ac69f51ea7befd28d03b2ec35a7280e270405600fb4f37aa91d9c9571 s500-bootloader-a8d7fa1d9a7f353ec4613febf30f4ca99a10a106.tar.gz 3 | -------------------------------------------------------------------------------- /package/adwaita-icon-theme/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ADWAITA_ICON_THEME 2 | bool "adwaita icon theme" 3 | depends on BR2_PACKAGE_LIBGTK2 || BR2_PACKAGE_LIBGTK3 4 | help 5 | Adwaita icon theme 6 | -------------------------------------------------------------------------------- /package/fftw/fftw-double/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_FFTW_DOUBLE 2 | bool "fftw-double" 3 | help 4 | Compile fftw in double precision (the default), i.e. use 5 | 'double' for floating point type. 6 | -------------------------------------------------------------------------------- /package/glorytun/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GLORYTUN 2 | bool "glorytun" 3 | select BR2_PACKAGE_LIBSODIUM 4 | help 5 | A small, simple and secure VPN. 6 | 7 | https://github.com/angt/glorytun 8 | -------------------------------------------------------------------------------- /package/jquery-sidebar/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_JQUERY_SIDEBAR 2 | bool "jquery-sidebar" 3 | help 4 | A stupid simple sidebar jQuery plugin. 5 | 6 | http://jillix.github.io/jQuery-sidebar/ 7 | -------------------------------------------------------------------------------- /package/kodi-skin-confluence/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_KODI_SKIN_CONFLUENCE 2 | bool "kodi-skin-confluence" 3 | help 4 | Kodi confluence skin 5 | 6 | https://github.com/xbmc/skin.confluence 7 | -------------------------------------------------------------------------------- /package/linenoise/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LINENOISE 2 | bool "linenoise" 3 | help 4 | A small self-contained alternative to readline and libedit 5 | 6 | https://github.com/antirez/linenoise 7 | -------------------------------------------------------------------------------- /package/linux-serial-test/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LINUX_SERIAL_TEST 2 | bool "linux-serial-test" 3 | help 4 | Serial port test utility. 5 | 6 | https://github.com/cbrake/linux-serial-test 7 | -------------------------------------------------------------------------------- /package/lua-binaryheap/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_BINARYHEAP 2 | bool "lua-binaryheap" 3 | help 4 | Binary heap implementation in pure Lua. 5 | 6 | https://github.com/Tieske/binaryheap.lua 7 | -------------------------------------------------------------------------------- /package/lua-lunitx/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_LUNITX 2 | bool "lua-lunitx" 3 | help 4 | Lunitx is a unit testing framework for lua, written in lua. 5 | 6 | https://github.com/dcurrie/lunit 7 | -------------------------------------------------------------------------------- /package/luaexpatutils/luaexpatutils.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9b50bef94a6ddb6e6d4fffd5392f5c53d15e1a048966b559c4f8eda5e84d4517 luaexpatutils-88c228365b084224c911d34aff06002634b38b50.tar.gz 3 | -------------------------------------------------------------------------------- /package/mtd/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_MTD 2 | bool "host mtd, jffs2 and ubi/ubifs tools" 3 | help 4 | Build mtd, jffs2 and ubi/ubifs tools 5 | 6 | http://www.linux-mtd.infradead.org/ 7 | -------------------------------------------------------------------------------- /package/ngrep/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NGREP 2 | bool "ngrep" 3 | select BR2_PACKAGE_LIBPCAP 4 | select BR2_PACKAGE_PCRE 5 | help 6 | Network grep. 7 | 8 | https://github.com/jpr5/ngrep/ 9 | -------------------------------------------------------------------------------- /package/noip/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NOIP 2 | bool "noip" 3 | depends on BR2_USE_MMU # fork() 4 | help 5 | Dynamic DNS update client for no-ip.com 6 | 7 | http://www.no-ip.com/downloads.php 8 | -------------------------------------------------------------------------------- /package/openjpeg/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_OPENJPEG 2 | bool "openjpeg" 3 | help 4 | The OpenJPEG library is an open-source JPEG 2000 codec 5 | written in C. 6 | 7 | http://www.openjpeg.org 8 | -------------------------------------------------------------------------------- /package/perl-timedate/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_TIMEDATE 2 | bool "perl-timedate" 3 | help 4 | miscellaneous timezone manipulations routines. 5 | 6 | https://metacpan.org/release/TimeDate 7 | -------------------------------------------------------------------------------- /package/php-yaml/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PHP_YAML 2 | bool "php-yaml" 3 | select BR2_PACKAGE_LIBYAML 4 | help 5 | PHP YAML-1.1 parser and emitter. 6 | 7 | http://pecl.php.net/package/yaml 8 | -------------------------------------------------------------------------------- /package/python-iso8601/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_ISO8601 2 | bool "python-iso8601" 3 | help 4 | Simple module to parse ISO 8601 dates. 5 | 6 | https://bitbucket.org/micktwomey/pyiso8601 7 | -------------------------------------------------------------------------------- /package/python-pathtools/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PATHTOOLS 2 | bool "python-pathtools" 3 | help 4 | File system general utilities. 5 | 6 | http://github.com/gorakhargosh/pathtools 7 | -------------------------------------------------------------------------------- /package/python-pycryptodomex/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PYCRYPTODOMEX 2 | bool "python-pycryptodomex" 3 | help 4 | Cryptographic library for Python. 5 | 6 | http://www.pycryptodome.org 7 | -------------------------------------------------------------------------------- /package/python-wsaccel/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_WSACCEL 2 | bool "python-wsaccel" 3 | help 4 | Accelerator for ws4py and AutobahnPython. 5 | 6 | https://pypi.python.org/pypi/wsaccel 7 | -------------------------------------------------------------------------------- /package/socat/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SOCAT 2 | bool "socat" 3 | depends on BR2_USE_MMU # fork() 4 | help 5 | Multipurpose socket relay program. 6 | 7 | http://www.dest-unreach.org/socat/ 8 | -------------------------------------------------------------------------------- /package/squashfs/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_SQUASHFS 2 | bool "host squashfs" 3 | help 4 | Tools to generate SquashFS filesystems. 5 | 6 | https://github.com/plougher/squashfs-tools 7 | -------------------------------------------------------------------------------- /package/tunctl/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_TUNCTL 2 | bool "tunctl" 3 | help 4 | Tunctl is a tool for controlling the TUN/TAP driver in Linux. 5 | 6 | https://sourceforge.net/projects/tunctl/ 7 | -------------------------------------------------------------------------------- /package/uemacs/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_UEMACS 2 | bool "uemacs" 3 | select BR2_PACKAGE_NCURSES 4 | help 5 | A small emacs. 6 | 7 | https://git.kernel.org/cgit/editors/uemacs/uemacs.git/ 8 | -------------------------------------------------------------------------------- /package/x11r7/xapp_iceauth/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_ICEAUTH 2 | bool "iceauth" 3 | select BR2_PACKAGE_XLIB_LIBICE 4 | select BR2_PACKAGE_XLIB_LIBX11 5 | help 6 | ICE authority file utility 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_rstart/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_RSTART 2 | bool "rstart" 3 | depends on BR2_USE_MMU # fork() 4 | select BR2_PACKAGE_XLIB_LIBX11 5 | help 6 | X.Org rstart application 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xkill/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XKILL 2 | bool "xkill" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXMU 5 | help 6 | kill a client by its X resource 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xmessage/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XMESSAGE 2 | bool "xmessage" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | display a message or query in a window (X-based /bin/echo) 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xmodmap/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XMODMAP 2 | bool "xmodmap" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | help 5 | utility for modifying keymaps and pointer button mappings in X 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xrdb/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XRDB 2 | bool "xrdb" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXMU 5 | help 6 | X server resource database utility 7 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-input-keyboard/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD 2 | bool "xf86-input-keyboard" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | Keyboard input driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-cirrus/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_CIRRUS 2 | bool "xf86-video-cirrus" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | Cirrus Logic video driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-dummy/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_DUMMY 2 | bool "xf86-video-dummy" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | X.Org driver for dummy cards 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-imx/xdriver_xf86-video-imx.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 d7d85e9f13c6dd58addab89847f3a8a67f6382a54135c7978c9a95368af024d4 xserver-xorg-video-imx-11.09.01.tar.gz 3 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-neomagic/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEOMAGIC 2 | bool "xf86-video-neomagic" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | Neomagic video driver 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-adobe-100dpi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_ADOBE_100DPI 2 | bool "font-adobe-100dpi" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xlib_libXdmcp/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_LIBXDMCP 2 | bool "libXdmcp" 3 | select BR2_PACKAGE_XUTIL_UTIL_MACROS 4 | select BR2_PACKAGE_XORGPROTO 5 | help 6 | X.Org Xdmcp library 7 | -------------------------------------------------------------------------------- /package/x11r7/xlib_libXfixes/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_LIBXFIXES 2 | bool "libXfixes" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XORGPROTO 5 | help 6 | X.Org Xfixes library 7 | -------------------------------------------------------------------------------- /support/testing/tests/download/br2-external/git-hash/package/good/good.hash: -------------------------------------------------------------------------------- 1 | sha256 d00ae598e9e770d607621a86766030b42eaa58156cb8d482b043969da7963c23 good-a238b1dfcd825d47d834af3c5223417c8411d90d.tar.gz 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/shadow: -------------------------------------------------------------------------------- 1 | root:::::::: 2 | daemon:*::::::: 3 | bin:*::::::: 4 | sys:*::::::: 5 | sync:*::::::: 6 | mail:*::::::: 7 | www-data:*::::::: 8 | operator:*::::::: 9 | nobody:*::::::: 10 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /output 2 | /dl 3 | /.auto.deps 4 | /.config.cmd 5 | /.config.old 6 | /..config.tmp 7 | /.config 8 | *.depend 9 | *.o 10 | /*.patch 11 | /*.diff 12 | *.orig 13 | *.rej 14 | *~ 15 | *.pyc 16 | -------------------------------------------------------------------------------- /board/librecomputer/lafrite/genimage.cfg: -------------------------------------------------------------------------------- 1 | image usb.img { 2 | hdimage { 3 | } 4 | 5 | partition rootfs { 6 | partition-type = 0x83 7 | image = "rootfs.ext4" 8 | size = 512M 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /board/orangepi/orangepi-pc-plus/linux-extras.config: -------------------------------------------------------------------------------- 1 | # wireless core 2 | CONFIG_WIRELESS=y 3 | CONFIG_CFG80211=y 4 | CONFIG_MAC80211=y 5 | CONFIG_CFG80211_WEXT=y 6 | 7 | # wireless drivers 8 | CONFIG_WLAN=y 9 | -------------------------------------------------------------------------------- /board/orangepi/orangepi-pc/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y 2 | CONFIG_REGULATOR_SY8106A=y 3 | CONFIG_DRM_SUN8I_DW_HDMI=y 4 | CONFIG_SUN8I_DE2_CCU=y 5 | CONFIG_SND_SUN8I_CODEC_ANALOG=y 6 | -------------------------------------------------------------------------------- /board/technologic/ts4900/genimage.cfg: -------------------------------------------------------------------------------- 1 | image sdcard.img { 2 | hdimage { 3 | } 4 | 5 | partition rootfs { 6 | partition-type = 0x83 7 | image = "rootfs.ext2" 8 | size = 256M 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /boot/vexpress-firmware/vexpress-firmware.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 def599c86ab3606f7f67c0190e9b237fbc0cf934a951ffb1c5fb0c47d8a8f3d2 vexpress-firmware-901f81977c3b367a2e0bf3d6444be302822d97a3.tar.gz 3 | -------------------------------------------------------------------------------- /package/armbian-firmware/armbian-firmware.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 876958ce6ba8a4a01a424f2b4455208b7a989eaba96015649c774340553f0c35 armbian-firmware-455d6b6701178dafe7fd0168eb4a4ef78a8d24a3.tar.gz 3 | -------------------------------------------------------------------------------- /package/btrfs-progs/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_BTRFS_PROGS 2 | bool "host btrfs-progs" 3 | help 4 | Btrfs filesystem utilities 5 | 6 | https://btrfs.wiki.kernel.org/index.php/Main_Page 7 | -------------------------------------------------------------------------------- /package/ccrypt/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_CCRYPT 2 | bool "ccrypt" 3 | help 4 | ccrypt is a utility for encrypting and decrypting files and 5 | streams. 6 | 7 | http://ccrypt.sourceforge.net/ 8 | -------------------------------------------------------------------------------- /package/erlang-idna/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ERLANG_IDNA 2 | bool "erlang-idna" 3 | help 4 | A pure Erlang IDNA implementation that follows RFC5891. 5 | 6 | https://github.com/benoitc/erlang-idna 7 | -------------------------------------------------------------------------------- /package/erlang-p1-pkix/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ERLANG_P1_PKIX 2 | bool "erlang-p1-pkix" 3 | help 4 | PKIX certificates management library for Erlang. 5 | 6 | https://github.com/processone/pkix 7 | -------------------------------------------------------------------------------- /package/kodi-screensaver-asterwave/kodi-screensaver-asterwave.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 ff018b5bdd353747a4e962c72ec622a74232e05eae1742a116259273f1db0552 kodi-screensaver-asterwave-3.0.3-Leia.tar.gz 3 | -------------------------------------------------------------------------------- /package/kodi-vfs-rar/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_KODI_VFS_RAR 2 | bool "kodi-vfs-rar" 3 | select BR2_PACKAGE_LIBPLATFORM 4 | help 5 | RAR VFS addon for Kodi 6 | 7 | https://github.com/xbmc/vfs.rar 8 | -------------------------------------------------------------------------------- /package/libyang/libyang.hash: -------------------------------------------------------------------------------- 1 | sha256 411f0c675b0858f8deabc0545e33fbd791ff7c7a5b7d2c27e347e3973d5b8ae4 libyang-1.0-r4.tar.gz 2 | sha256 f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112 LICENSE 3 | -------------------------------------------------------------------------------- /package/lsqlite3/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LSQLITE3 2 | bool "lsqlite3" 3 | select BR2_PACKAGE_SQLITE 4 | help 5 | A binding for Lua to the SQLite3 database library. 6 | 7 | http://lua.sqlite.org/ 8 | -------------------------------------------------------------------------------- /package/lua-ev/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LUA_EV 2 | bool "lua-ev" 3 | select BR2_PACKAGE_LIBEV 4 | help 5 | Get access to the libev library from Lua. 6 | 7 | https://github.com/brimworks/lua-ev 8 | -------------------------------------------------------------------------------- /package/on2-8170-modules/on2-8170-modules.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 d04d3acb8755281f6721d2a2efe04014060f83f38972208f356a486d52ca8bfc on2-8170-modules-73b08061d30789178e692bc332b73d1d9922bf39.tar.gz 3 | -------------------------------------------------------------------------------- /package/perl-crypt-cbc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_CRYPT_CBC 2 | bool "perl-crypt-cbc" 3 | help 4 | Encrypt Data with Cipher Block Chaining Mode. 5 | 6 | https://metacpan.org/release/Crypt-CBC 7 | -------------------------------------------------------------------------------- /package/perl-encode-locale/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_ENCODE_LOCALE 2 | bool "perl-encode-locale" 3 | help 4 | Determine the locale encoding. 5 | 6 | https://metacpan.org/release/Encode-Locale 7 | -------------------------------------------------------------------------------- /package/perl-file-util/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_FILE_UTIL 2 | bool "perl-file-util" 3 | help 4 | Easy, versatile, portable file handling. 5 | 6 | https://github.com/tommybutler/file-util/wiki 7 | -------------------------------------------------------------------------------- /package/perl-html-tagset/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_HTML_TAGSET 2 | bool "perl-html-tagset" 3 | help 4 | data tables useful in parsing HTML. 5 | 6 | https://metacpan.org/release/HTML-Tagset 7 | -------------------------------------------------------------------------------- /package/perl-io-html/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_IO_HTML 2 | bool "perl-io-html" 3 | help 4 | Open an HTML file with automatic charset detection. 5 | 6 | https://metacpan.org/release/IO-HTML 7 | -------------------------------------------------------------------------------- /package/perl-module-runtime/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_MODULE_RUNTIME 2 | bool "perl-module-runtime" 3 | help 4 | runtime module handling. 5 | 6 | https://metacpan.org/release/Module-Runtime 7 | -------------------------------------------------------------------------------- /package/perl-sub-install/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_SUB_INSTALL 2 | bool "perl-sub-install" 3 | help 4 | install subroutines into packages easily. 5 | 6 | https://github.com/rjbs/Sub-Install 7 | -------------------------------------------------------------------------------- /package/perl-try-tiny/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_TRY_TINY 2 | bool "perl-try-tiny" 3 | help 4 | Minimal try/catch with proper preservation of $@. 5 | 6 | https://github.com/p5sagit/Try-Tiny 7 | -------------------------------------------------------------------------------- /package/php-ssh2/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PHP_SSH2 2 | bool "php-ssh2" 3 | select BR2_PACKAGE_LIBSSH2 4 | help 5 | PHP bindings for the libssh2 library. 6 | 7 | http://pecl.php.net/package/ssh2 8 | -------------------------------------------------------------------------------- /package/python-ecdsa/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_ECDSA 2 | bool "python-ecdsa" 3 | help 4 | ECDSA cryptographic signature library (pure python). 5 | 6 | http://github.com/warner/python-ecdsa 7 | -------------------------------------------------------------------------------- /package/python-logstash/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_LOGSTASH 2 | bool "python-logstash" 3 | help 4 | Python logging handler for Logstash. 5 | 6 | https://github.com/vklochan/python-logstash 7 | -------------------------------------------------------------------------------- /package/python-texttable/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_TEXTTABLE 2 | bool "python-texttable" 3 | help 4 | module for creating simple ASCII tables. 5 | 6 | https://github.com/foutaise/texttable/ 7 | -------------------------------------------------------------------------------- /package/python-zc-lockfile/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_ZC_LOCKFILE 2 | bool "python-zc-lockfile" 3 | help 4 | Basic inter-process locks. 5 | 6 | https://github.com/zopefoundation/zc.lockfile 7 | -------------------------------------------------------------------------------- /package/qt5/qt5base/qt.conf.in: -------------------------------------------------------------------------------- 1 | [Paths] 2 | Prefix=/usr 3 | HostPrefix=@@HOST_DIR@@ 4 | Sysroot=@@STAGING_DIR@@ 5 | Headers=/usr/include/qt5 6 | Plugins=/usr/lib/qt/plugins 7 | Examples=/usr/lib/qt/examples 8 | -------------------------------------------------------------------------------- /package/sysrepo/sysrepo.hash: -------------------------------------------------------------------------------- 1 | sha256 d3066c1776a6727b96bbb3517eb646d0bb6037e8e1addcbe873cae590493843e sysrepo-0.7.8.tar.gz 2 | sha256 28a773bfffa828ec38c030fc8ace5f3aeb90926ec1309bbd135441c4387ce3cd LICENSE 3 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xstdcmap/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XSTDCMAP 2 | bool "xstdcmap" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXMU 5 | help 6 | X standard colormap utility 7 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-input-mouse/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE 2 | bool "xf86-input-mouse" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | X.Org driver for mouse input devices 6 | -------------------------------------------------------------------------------- /package/x11r7/xdriver_xf86-video-fbdev/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDRIVER_XF86_VIDEO_FBDEV 2 | bool "xf86-video-fbdev" 3 | select BR2_PACKAGE_XORGPROTO 4 | help 5 | video driver for framebuffer device 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-misc-cyrillic/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_MISC_CYRILLIC 2 | bool "font-misc-cyrillic" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-misc-ethiopic/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_MISC_ETHIOPIC 2 | bool "font-misc-ethiopic" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-xfree86-type1/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_XFREE86_TYPE1 2 | bool "font-xfree86-type1" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xlib_libXrender/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_LIBXRENDER 2 | bool "libXrender" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XORGPROTO 5 | help 6 | X.Org Xrender library 7 | -------------------------------------------------------------------------------- /package/x11r7/xlib_libxkbfile/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_LIBXKBFILE 2 | bool "libxkbfile" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XORGPROTO 5 | help 6 | X.Org xkbfile library 7 | -------------------------------------------------------------------------------- /package/x11r7/xorgproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XORGPROTO 2 | bool "xorgproto" 3 | help 4 | This package combines the protocol headers, which were 5 | formerly scattered in individual packages. 6 | -------------------------------------------------------------------------------- /support/testing/tests/package/br2-external/openjdk/Config.in: -------------------------------------------------------------------------------- 1 | source "$BR2_EXTERNAL_OPENJDK_PATH/package/openjdk-hello-world/Config.in" 2 | source "$BR2_EXTERNAL_OPENJDK_PATH/package/openjdk-jni-test/Config.in" 3 | -------------------------------------------------------------------------------- /board/amarula/vyasa/linux_gmac.fragment: -------------------------------------------------------------------------------- 1 | # Currently mainline kernel exhibits issues when running rockchip gmac 2 | # on the board, so enable it as loadable module and insert it later 3 | CONFIG_DWMAC_ROCKCHIP=m 4 | -------------------------------------------------------------------------------- /board/nxp/ls1021atsn/rootfs_overlay/etc/systemd/network/br0.netdev: -------------------------------------------------------------------------------- 1 | [NetDev] 2 | Name=br0 3 | Kind=bridge 4 | 5 | [Bridge] 6 | VLANFiltering=no 7 | DefaultPVID=1 8 | STP=no 9 | 10 | [VLAN] 11 | MVRP=no 12 | -------------------------------------------------------------------------------- /board/solidrun/clearfog_gt_8k/extlinux.conf: -------------------------------------------------------------------------------- 1 | label Clearfog GT-8K Linux 2 | kernel /boot/Image 3 | devicetree /boot/armada-8040-clearfog-gt-8k.dtb 4 | append console=ttyS0,115200n8 root=/dev/mmcblk1p1 rootwait 5 | -------------------------------------------------------------------------------- /fs/cpio/init: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # devtmpfs does not get automounted for initramfs 3 | /bin/mount -t devtmpfs devtmpfs /dev 4 | exec 0/dev/console 6 | exec 2>/dev/console 7 | exec /sbin/init "$@" 8 | -------------------------------------------------------------------------------- /package/erlang-p1-zlib/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ERLANG_P1_ZLIB 2 | bool "erlang-p1-zlib" 3 | select BR2_PACKAGE_ZLIB 4 | help 5 | Erlang interface to zlib 6 | 7 | https://github.com/processone/zlib 8 | -------------------------------------------------------------------------------- /package/fconfig/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_FCONFIG 2 | bool "fconfig" 3 | help 4 | fconfig - get/set RedBoot configuration parameters from Linux. 5 | 6 | http://andrzejekiert.ovh.org/software.html.en 7 | -------------------------------------------------------------------------------- /package/file/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_FILE 2 | bool "file" 3 | help 4 | Program to identify a file's format by scanning binary data 5 | for known patterns. 6 | 7 | http://www.darwinsys.com/file/ 8 | -------------------------------------------------------------------------------- /package/glorytun/glorytun.hash: -------------------------------------------------------------------------------- 1 | sha256 457552232c72d5fec7ba46382784685c2e8167d49d8182ab3afbfb2b0bce1b01 glorytun-0.2.2.tar.gz 2 | sha256 02e492aa724ce3a64800ed9429cbabf811935ad1be95d667fae9187baa94e359 LICENSE 3 | -------------------------------------------------------------------------------- /package/jansson/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_JANSSON 2 | bool "jansson" 3 | help 4 | Jansson is a C library for encoding, decoding and manipulating 5 | JSON data. 6 | 7 | http://www.digip.org/jansson/ 8 | -------------------------------------------------------------------------------- /package/jo/jo.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 de25c95671a3b392c6bcaba0b15d48eb8e2435508008c29477982d2d2f5ade64 jo-1.3.tar.gz 3 | sha256 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf COPYING 4 | -------------------------------------------------------------------------------- /package/kbd/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_KBD 2 | bool "kbd" 3 | # Uses fork() 4 | depends on BR2_USE_MMU 5 | help 6 | Keytable files and keyboard utilities. 7 | 8 | http://kernel.org/pub/linux/utils/kbd/ 9 | -------------------------------------------------------------------------------- /package/kodi-platform/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_KODI_PLATFORM 2 | bool 3 | select BR2_PACKAGE_LIBPLATFORM 4 | help 5 | Kodi add-on platform support library 6 | 7 | https://github.com/xbmc/kodi-platform 8 | -------------------------------------------------------------------------------- /package/leafpad/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LEAFPAD 2 | bool "leafpad" 3 | depends on BR2_PACKAGE_LIBGTK2 4 | help 5 | GTK+ based simple text editor 6 | 7 | http://savannah.nongnu.org/download/leafpad 8 | -------------------------------------------------------------------------------- /package/libgdiplus/0001-Embed-the-license-texts-in-LICENSE-like-on-Mono-repo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-archive/openil/HEAD/package/libgdiplus/0001-Embed-the-license-texts-in-LICENSE-like-on-Mono-repo.patch -------------------------------------------------------------------------------- /package/libplatform/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBPLATFORM 2 | bool 3 | help 4 | Platform support library used by libCEC and binary add-ons for 5 | Kodi 6 | 7 | https://github.com/Pulse-Eight/platform 8 | -------------------------------------------------------------------------------- /package/minimodem/minimodem.hash: -------------------------------------------------------------------------------- 1 | sha256 f8cca4db8e3f284d67f843054d6bb4d88a3db5e77b26192410e41e9a06f4378e minimodem-0.24.tar.gz 2 | sha256 c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33 COPYING 3 | -------------------------------------------------------------------------------- /package/nuttcp/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NUTTCP 2 | bool "nuttcp" 3 | depends on BR2_USE_MMU # fork() 4 | help 5 | nuttcp is a TCP/UDP network testing tool, much like iperf 6 | 7 | http://nuttcp.net 8 | -------------------------------------------------------------------------------- /package/perl-class-std/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_CLASS_STD 2 | bool "perl-class-std" 3 | help 4 | Support for creating standard "inside-out" classes. 5 | 6 | https://metacpan.org/release/Class-Std 7 | -------------------------------------------------------------------------------- /package/perl-digest-hmac/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_DIGEST_HMAC 2 | bool "perl-digest-hmac" 3 | help 4 | Keyed-Hashing for Message Authentication. 5 | 6 | https://metacpan.org/release/Digest-HMAC 7 | -------------------------------------------------------------------------------- /package/perl-net-telnet/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_NET_TELNET 2 | bool "perl-net-telnet" 3 | help 4 | Interact with TELNET port or other TCP ports. 5 | 6 | https://metacpan.org/release/Net-Telnet 7 | -------------------------------------------------------------------------------- /package/perl-netaddr-ip/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_NETADDR_IP 2 | bool "perl-netaddr-ip" 3 | help 4 | Manages IPv4 and IPv6 addresses and subnets. 5 | 6 | https://metacpan.org/release/NetAddr-IP 7 | -------------------------------------------------------------------------------- /package/perl-stream-buffered/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_STREAM_BUFFERED 2 | bool "perl-stream-buffered" 3 | help 4 | temporary buffer to save bytes. 5 | 6 | https://github.com/plack/Stream-Buffered 7 | -------------------------------------------------------------------------------- /package/perl-sub-quote/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_SUB_QUOTE 2 | bool "perl-sub-quote" 3 | help 4 | Efficient generation of subroutines via string eval. 5 | 6 | https://metacpan.org/release/Sub-Quote 7 | -------------------------------------------------------------------------------- /package/perl-time-parsedate/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_TIME_PARSEDATE 2 | bool "perl-time-parsedate" 3 | help 4 | Parse and format time values. 5 | 6 | https://metacpan.org/release/Time-ParseDate 7 | -------------------------------------------------------------------------------- /package/perl-xml-sax-base/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PERL_XML_SAX_BASE 2 | bool "perl-xml-sax-base" 3 | help 4 | Base class for SAX Drivers and Filters. 5 | 6 | https://metacpan.org/release/XML-SAX-Base 7 | -------------------------------------------------------------------------------- /package/python-aiocoap/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_AIOCOAP 2 | bool "python-aiocoap" 3 | depends on BR2_PACKAGE_PYTHON3 4 | help 5 | Python CoAP library. 6 | 7 | https://github.com/chrysn/aiocoap 8 | -------------------------------------------------------------------------------- /package/python-decorator/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_DECORATOR 2 | bool "python-decorator" 3 | help 4 | Better living through Python with decorators 5 | 6 | https://github.com/micheles/decorator 7 | -------------------------------------------------------------------------------- /package/python-iowait/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_IOWAIT 2 | bool "python-iowait" 3 | help 4 | Platform-independent module for I/O completion events. 5 | 6 | https://launchpad.net/python-iowait 7 | -------------------------------------------------------------------------------- /package/python-netaddr/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_NETADDR 2 | bool "python-netaddr" 3 | help 4 | A network address manipulation library for Python. 5 | 6 | https://pypi.python.org/pypi/netaddr 7 | -------------------------------------------------------------------------------- /package/python-py/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PY 2 | bool "python-py" 3 | help 4 | library with cross-python path, ini-parsing, io, code, log 5 | facilities. 6 | 7 | http://py.readthedocs.io/ 8 | -------------------------------------------------------------------------------- /package/python-pycairo/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PYCAIRO 2 | bool "python-pycairo" 3 | select BR2_PACKAGE_CAIRO 4 | help 5 | Python interface for cairo. 6 | 7 | https://pycairo.readthedocs.io 8 | -------------------------------------------------------------------------------- /package/python-pysendfile/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_PYSENDFILE 2 | bool "python-pysendfile" 3 | help 4 | A Python interface to sendfile(2) syscall 5 | 6 | https://github.com/giampaolo/pysendfile 7 | -------------------------------------------------------------------------------- /package/python-serial/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_SERIAL 2 | bool "python-serial" 3 | help 4 | python-serial is a Python library to access serial ports. 5 | 6 | https://github.com/pyserial/pyserial 7 | -------------------------------------------------------------------------------- /package/python-termcolor/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_TERMCOLOR 2 | bool "python-termcolor" 3 | help 4 | ANSII Color formatting for output in terminal. 5 | 6 | http://pypi.python.org/pypi/termcolor 7 | -------------------------------------------------------------------------------- /package/python-wrapt/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PYTHON_WRAPT 2 | bool "python-wrapt" 3 | help 4 | Module for decorators, wrappers and monkey patching. 5 | 6 | https://github.com/GrahamDumpleton/wrapt 7 | -------------------------------------------------------------------------------- /package/sane-backends/saned.socket: -------------------------------------------------------------------------------- 1 | [Unit] 2 | Description=saned incoming socket 3 | 4 | [Socket] 5 | ListenStream=6566 6 | Accept=yes 7 | MaxConnections=1 8 | 9 | [Install] 10 | WantedBy=sockets.target 11 | -------------------------------------------------------------------------------- /package/slang/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SLANG 2 | bool "slang" 3 | depends on BR2_USE_MMU # fork() 4 | help 5 | Multi-platform console display library. 6 | 7 | http://www.jedsoft.org/slang/index.html 8 | -------------------------------------------------------------------------------- /package/sound-theme-borealis/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SOUND_THEME_BOREALIS 2 | bool "sound-theme-borealis" 3 | help 4 | Borealis sound theme. 5 | 6 | http://kde-look.org/content/show.php?content=12584 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_appres/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_APPRES 2 | bool "appres" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXT 5 | help 6 | list X application resource database 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_fstobdf/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_FSTOBDF 2 | bool "fstobdf" 3 | select BR2_PACKAGE_XLIB_LIBFS 4 | select BR2_PACKAGE_XLIB_LIBX11 5 | help 6 | generate BDF font from X font server 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xcmsdb/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XCMSDB 2 | bool "xcmsdb" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | help 5 | Device Color Characterization utility for X Color Management 6 | System 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xfsinfo/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XFSINFO 2 | bool "xfsinfo" 3 | select BR2_PACKAGE_XLIB_LIBFS 4 | select BR2_PACKAGE_XLIB_LIBX11 5 | help 6 | X font server information utility 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xkbcomp/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XKBCOMP 2 | bool "xkbcomp" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXKBFILE 5 | help 6 | compile XKB keyboard description 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xkbutils/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XKBUTILS 2 | bool "xkbutils" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | select BR2_PACKAGE_XLIB_LIBXKBFILE 5 | help 6 | X.Org xkbutils application 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xsetmode/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XSETMODE 2 | bool "xsetmode" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXI 5 | help 6 | set the mode for an X Input device 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xvidtune/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XVIDTUNE 2 | bool "xvidtune" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | select BR2_PACKAGE_XLIB_LIBXXF86VM 5 | help 6 | video mode tuner for Xorg 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xwininfo/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XWININFO 2 | bool "xwininfo" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | select BR2_PACKAGE_XLIB_LIBXMU 5 | help 6 | window information utility for X 7 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-bitstream-100dpi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_BITSTREAM_100DPI 2 | bool "font-bitstream-100dpi" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-bitstream-75dpi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_BITSTREAM_75DPI 2 | bool "font-bitstream-75dpi" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-bitstream-type1/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_BITSTREAM_TYPE1 2 | bool "font-bitstream-type1" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-cronyx-cyrillic/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_CRONYX_CYRILLIC 2 | bool "font-cronyx-cyrillic" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-schumacher-misc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_SCHUMACHER_MISC 2 | bool "font-schumacher-misc" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-screen-cyrillic/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_SCREEN_CYRILLIC 2 | bool "font-screen-cyrillic" 3 | select BR2_PACKAGE_XFONT_FONT_UTIL 4 | help 5 | No description available 6 | -------------------------------------------------------------------------------- /package/xxhash/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XXHASH 2 | bool "xxhash" 3 | help 4 | xxHash is an extremely fast hash algorithm, running at RAM 5 | speed limits. 6 | 7 | https://github.com/Cyan4973/xxHash 8 | -------------------------------------------------------------------------------- /board/nxp/common/ls/linux-wifi.config: -------------------------------------------------------------------------------- 1 | CONFIG_RFKILL=n 2 | CONFIG_CFG80211=y 3 | CONFIG_CFG80211_WEXT=y 4 | CONFIG_MAC80211=y 5 | CONFIG_MAC80211_LEDS=y 6 | CONFIG_ATH_CARDS=y 7 | CONFIG_ATH9K=y 8 | CONFIG_ATH9K_PCI=y 9 | -------------------------------------------------------------------------------- /board/stmicroelectronics/stm32mp157c-dk2/overlay/boot/extlinux/extlinux.conf: -------------------------------------------------------------------------------- 1 | label stm32mp157c-dk2-buildroot 2 | kernel /boot/zImage 3 | devicetree /boot/stm32mp157c-dk2.dtb 4 | append root=/dev/mmcblk0p4 rootwait 5 | -------------------------------------------------------------------------------- /boot/grub2/grub2.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 e5292496995ad42dabe843a0192cf2a2c502e7ffcc7479398232b10a472df77d grub-2.04.tar.xz 3 | sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING 4 | -------------------------------------------------------------------------------- /package/atf/atf.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505 atf-0.21.tar.gz 3 | sha256 2a15172ddf6386297734c9800c899e6e8dc16c5a03931dcf95a9ab321a24cfe4 COPYING 4 | -------------------------------------------------------------------------------- /package/dosfstools/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_DOSFSTOOLS 2 | bool "host dosfstools" 3 | help 4 | Tools for creating and checking DOS FAT filesystems. 5 | 6 | https://github.com/dosfstools/dosfstools 7 | -------------------------------------------------------------------------------- /package/ev3dev-linux-drivers/lego-linux-drivers.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 9d2740b348c8d43e7e15fedc4cec99bf351a3a2ba8691f2a07c439a9c034bc04 lego-linux-drivers-0e551eb25ae8600c1f178814781bfb42dc835496.tar.gz 3 | -------------------------------------------------------------------------------- /package/fwup/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_FWUP 2 | bool "host fwup" 3 | help 4 | Fwup is a scriptable embedded Linux firmware update creator 5 | and runner. 6 | 7 | https://github.com/fhunleth/fwup 8 | -------------------------------------------------------------------------------- /package/gd/gd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8c302ccbf467faec732f0741a859eef4ecae22fea2d2ab87467be940842bde51 libgd-2.2.5.tar.xz 3 | sha256 d02dae2141d49b8a6b09b2b73e68a8f17d7bbeaaf02b3b841ee11fea2d9e328d COPYING 4 | -------------------------------------------------------------------------------- /package/gqview/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GQVIEW 2 | bool "gqview" 3 | depends on BR2_PACKAGE_LIBGTK2 4 | help 5 | GQview is an image viewer for Unix operating systems 6 | 7 | http://gqview.sourceforge.net/ 8 | -------------------------------------------------------------------------------- /package/ijs/ijs.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 11a5f5084488c480f3ff5a24d64d7147bb64272bf60a0ba51330a56c5b50cab9 ijs-0.35.tar.bz2 3 | sha256 f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f README 4 | -------------------------------------------------------------------------------- /package/isl/isl.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 6c8bc56c477affecba9c59e2c9f026967ac8bad01b51bdd07916db40a517b9fa isl-0.22.tar.xz 3 | sha256 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30 LICENSE 4 | -------------------------------------------------------------------------------- /package/jose/jose.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 5c9cdcfb535c4d9f781393d7530521c72b1dd81caa9934cab6dd752cc7efcd72 jose-10.tar.bz2 3 | sha256 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b COPYING 4 | -------------------------------------------------------------------------------- /package/libfcgi/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBFCGI 2 | bool "libfcgi" 3 | depends on BR2_USE_MMU # fork() 4 | help 5 | FCGI, a fastcgi developer library for C/C++ 6 | 7 | https://fastcgi-archives.github.io/ 8 | -------------------------------------------------------------------------------- /package/libg7221/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBG7221 2 | bool "libg7221" 3 | help 4 | libg722_1 is a library for the ITU G.722.1 and Annex C 5 | wideband speech codecs. 6 | 7 | http://www.soft-switch.org 8 | -------------------------------------------------------------------------------- /package/libmnl/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBMNL 2 | bool "libmnl" 3 | help 4 | libmnl is a minimalistic user-space library oriented 5 | to Netlink developers. 6 | 7 | http://netfilter.org/projects/libmnl/ 8 | -------------------------------------------------------------------------------- /package/liboping/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBOPING 2 | bool "liboping" 3 | help 4 | liboping is a C library to generate ICMP echo requests, 5 | better known as "ping packets". 6 | 7 | http://noping.cc/ 8 | -------------------------------------------------------------------------------- /package/libpam-nfc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBPAM_NFC 2 | bool "libpam-nfc" 3 | select BR2_PACKAGE_LIBNFC 4 | help 5 | NFC-based PAM authentification module. 6 | 7 | https://github.com/nfc-tools/pam_nfc 8 | -------------------------------------------------------------------------------- /package/libpng/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBPNG 2 | bool "libpng" 3 | select BR2_PACKAGE_ZLIB 4 | help 5 | Library for handling PNG (Portable Network Graphics) 6 | images. 7 | 8 | http://www.libpng.org/ 9 | -------------------------------------------------------------------------------- /package/lxc/lxc.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5f903986a4b17d607eea28c0aa56bf1e76e8707747b1aa07d31680338b1cc3d4 lxc-3.2.1.tar.gz 3 | sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING 4 | -------------------------------------------------------------------------------- /package/memtester/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MEMTESTER 2 | bool "memtester" 3 | help 4 | A userspace utility for testing the memory subsystem for 5 | faults. 6 | 7 | http://pyropus.ca/software/memtester/ 8 | --------------------------------------------------------------------------------