update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_GST_OMAPFB
bool "gst-omapfb"
depends on BR2_cortex_a8
help
GStreamer plug-in to use OMAP framebuffer.
http://github.com/felipec/gst-omapfb

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 56c719584d7a7ede5fc2053e8d1060f623b226a60672de0faba46fad646658a4 gst-omapfb-v1.0.tar.gz

View File

@@ -0,0 +1,20 @@
################################################################################
#
# gst-omapfb
#
################################################################################
GST_OMAPFB_VERSION = v1.0
GST_OMAPFB_SITE = $(call github,felipec,gst-omapfb,$(GST_OMAPFB_VERSION))
define GST_OMAPFB_BUILD_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e
endef
define GST_OMAPFB_INSTALL_TARGET_CMDS
$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) -e DESTDIR=$(TARGET_DIR) install
endef
GST_OMAPFB_DEPENDENCIES = gstreamer
$(eval $(generic-package))