Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 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,20 @@
################################################################################
#
# gst-omapfb
#
################################################################################
GST_OMAPFB_VERSION = 1.0
GST_OMAPFB_SITE = http://gst-dsp.googlecode.com/files
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))