initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# bayer2rgb-neon
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BAYER2RGB_NEON_VERSION = 15feb1115b4828488cc36d09f625e23e8b6a0ec5
|
||||
BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb.git
|
||||
BAYER2RGB_NEON_SITE_METHOD = git
|
||||
BAYER2RGB_NEON_LICENSE = GPL-3.0
|
||||
BAYER2RGB_NEON_LICENSE_FILES = COPYING
|
||||
BAYER2RGB_NEON_INSTALL_STAGING = YES
|
||||
BAYER2RGB_NEON_DEPENDENCIES = host-pkgconf host-gengetopt
|
||||
BAYER2RGB_NEON_AUTORECONF = YES
|
||||
|
||||
BAYER2RGB_NEON_CFLAGS = $(TARGET_CFLAGS)
|
||||
|
||||
ifeq ($(BR2_arm),y)
|
||||
BAYER2RGB_NEON_CFLAGS += -mfpu=neon
|
||||
endif
|
||||
|
||||
BAYER2RGB_NEON_CONF_ENV = CFLAGS="$(BAYER2RGB_NEON_CFLAGS)"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user