Skip to content

Commit 747f0ce

Browse files
author
Neeraj Deshpande
authored
Merge pull request #378 from WebPlatformForEmbedded/main-update
Modified gst1-bcm package to use bcm-collaboration repo.
2 parents 90e87fd + a7b5c87 commit 747f0ce

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

package/bcm-refsw/nexus.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ define BCM_REFSW_INSTALL_NEXUS_DEV
2929
$(INSTALL) -m 644 $(BCM_REFSW_BIN)/include/*.h $(STAGING_DIR)/usr/include/refsw/
3030
$(INSTALL) -m 644 $(BCM_REFSW_OUTPUT)/nexus/bin/include/*.h $(STAGING_DIR)/usr/include/refsw/
3131
$(INSTALL) -m 644 $(BCM_REFSW_BIN)/include/platform_app.inc $(STAGING_DIR)/usr/include/
32+
$(INSTALL) -m 644 $(@D)/BSEAV/lib/utils/*.h $(STAGING_DIR)/usr/include/refsw/
3233
endef
3334

3435
BCM_NEXUS_CRYPTOGRAPHY_DIR = /BSEAV/lib/security

package/gstreamer1/gst1-bcm/gst1-bcm.mk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@
55
################################################################################
66

77
ifneq ($(filter y,$(BR2_PACKAGE_GST1_BCM_UNIFIED_VERSION)),)
8-
ifeq ($(BR2_PACKAGE_BCM_REFSW),y)
9-
GST1_BCM_SITE = [email protected]:Metrological/bcm-gstreamer.git
10-
GST1_BCM_VERSION = 4b45733aa25ae68f3fa7205c724f77c6a4e622c5
11-
else
128
GST1_BCM_SITE = [email protected]:Metrological/bcm-collaboration
139
GST1_BCM_VERSION = 0846f6294a8a7851e405d7f2c4e2d3af27ba3817
14-
endif
1510
else
1611
GST1_BCM_SITE = [email protected]:Metrological/gstreamer-plugins-soc.git
1712

0 commit comments

Comments
 (0)