initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_LIBRTAS
|
||||
bool "librtas"
|
||||
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
help
|
||||
The librtas package provides an interface for Run-Time
|
||||
Abstraction Services (RTAS) calls on PAPR platforms.
|
||||
The libraries allow users to examine and manipulate hardware,
|
||||
and parse RTAS events.
|
||||
|
||||
http://librtas.sourceforge.net/
|
||||
|
||||
comment "librtas needs a glibc toolchain"
|
||||
depends on BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
|
||||
depends on !BR2_TOOLCHAIN_USES_GLIBC
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 b47b2a6f140347ac265e2c66ddf68293f6cdcc7c0c9a78c6e21ff52846465415 librtas-2.0.2.tar.gz
|
||||
sha256 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c COPYING.LESSER
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# librtas
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBRTAS_VERSION = 2.0.2
|
||||
LIBRTAS_SITE = $(call github,ibm-power-utilities,librtas,v$(LIBRTAS_VERSION))
|
||||
LIBRTAS_LICENSE = LGPL-2.1+
|
||||
LIBRTAS_LICENSE_FILES = COPYING.LESSER
|
||||
LIBRTAS_INSTALL_STAGING = YES
|
||||
# From git
|
||||
LIBRTAS_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user