initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Prompt-less option, because this package is not doing anything
|
||||
# except downloading the FB TFT sources. The real work is done by a
|
||||
# Linux extension.
|
||||
config BR2_PACKAGE_FBTFT
|
||||
bool
|
||||
depends on BR2_LINUX_KERNEL
|
||||
help
|
||||
Linux Framebuffer drivers for small TFT LCD display modules,
|
||||
e.g. Adafruit PiTFT displays for Raspberry Pi.
|
||||
|
||||
This is only the download helper for the kernel patch.
|
||||
|
||||
https://github.com/notro/fbtft
|
||||
@@ -0,0 +1,3 @@
|
||||
# locally computed
|
||||
sha256 0e81de89fdd7ab810716fc0549e767527f342e829309dee5c2cca1e9d1728770 fbtft-274035404701245e7491c0c6471c5b72ade4d491.tar.gz
|
||||
sha256 a9ca80d65a5ef10fe614a6c1e8c8d4d3b96637e8855a96c7cf0fa438526097a7 fbtft-core.c
|
||||
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# fbtft
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FBTFT_VERSION = 274035404701245e7491c0c6471c5b72ade4d491
|
||||
FBTFT_SITE = $(call github,notro,fbtft,$(FBTFT_VERSION))
|
||||
FBTFT_LICENSE = GPL-2.0
|
||||
FBTFT_LICENSE_FILES = fbtft-core.c
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user