initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
config BR2_PACKAGE_XAPP_XINIT
bool "xinit"
depends on BR2_USE_MMU # fork()
# Runtime dependency: can't start an X server unless there is one
depends on BR2_PACKAGE_XSERVER_XORG_SERVER
# Runtime dependency; mcookie is also in util-linux
select BR2_PACKAGE_MCOOKIE if !BR2_PACKAGE_UTIL_LINUX
select BR2_PACKAGE_XAPP_XAUTH
select BR2_PACKAGE_XLIB_LIBX11
help
X Window System initializer
+7
View File
@@ -0,0 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2019-March/002962.html
md5 6d506ab2efc17a08e87778654e099d37 xinit-1.4.1.tar.bz2
sha1 d874a2eecf2c30291e327851b151fdab8183260c xinit-1.4.1.tar.bz2
sha256 de9b8f617b68a70f6caf87da01fcf0ebd2b75690cdcba9c921d0ef54fa54abb9 xinit-1.4.1.tar.bz2
sha512 6cbc5d025a891c419f3f4493381b2fca57a67d78df866d2f16a83426f86bad6eca7f240fac12b25cbcc63df0fec41f625407184e044898602d66483715315340 xinit-1.4.1.tar.bz2
# Locally computed
sha256 c47001aa217d4ae7787121d80634db4bdba564e49a0ecab8d48b1bdc4edee1c7 COPYING
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# xapp_xinit
#
################################################################################
XAPP_XINIT_VERSION = 1.4.1
XAPP_XINIT_SOURCE = xinit-$(XAPP_XINIT_VERSION).tar.bz2
XAPP_XINIT_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XINIT_DEPENDENCIES = xapp_xauth xlib_libX11
XAPP_XINIT_LICENSE = MIT
XAPP_XINIT_LICENSE_FILES = COPYING
XAPP_XINIT_CONF_OPTS = MCOOKIE=/usr/bin/mcookie
$(eval $(autotools-package))