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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_XAPP_XVINFO
bool "xvinfo"
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXV
help
Print out X-Video extension adaptor information
@@ -0,0 +1,7 @@
# From https://lists.x.org/archives/xorg-announce/2019-February/002955.html
md5 b13afec137b9b331814a9824ab03ec80 xvinfo-1.1.4.tar.bz2
sha1 136a70a72b23c81f4fe8f4c8cb7073316be16b44 xvinfo-1.1.4.tar.bz2
sha256 0353220d6606077ba42363db65f50410759f9815352f77adc799e2adfa76e73f xvinfo-1.1.4.tar.bz2
sha512 85e1f936c5c826f0fdde3670bd77d5cde8641c6e8e7849e42142e91b5aa01d7e0e60d2b064eb6fef4f5666321813ca2dc9f9656756ccbe6dcda37b119ee8a63e xvinfo-1.1.4.tar.bz2
# Locally computed
sha256 7725b0484faa1832534814ecb577f5a86acc74f1bcce25f92c55dfc1b693717d COPYING
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xvinfo
#
################################################################################
XAPP_XVINFO_VERSION = 1.1.4
XAPP_XVINFO_SOURCE = xvinfo-$(XAPP_XVINFO_VERSION).tar.bz2
XAPP_XVINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XVINFO_LICENSE = MIT
XAPP_XVINFO_LICENSE_FILES = COPYING
XAPP_XVINFO_DEPENDENCIES = xlib_libX11 xlib_libXv
$(eval $(autotools-package))