sync config of packages.

This commit is contained in:
2017-04-08 21:40:10 +02:00
parent 63d0813f93
commit a7f03efc11
6 changed files with 246 additions and 185 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
NETIFD_VERSION:= 2017.01.25
NETIFD_VERSION:= 2016.12.09
NETIFD_SITE = $(TOPDIR)/../../src/3P/netifd/builders/cmake
NETIFD_SITE_METHOD = local

View File

@@ -13,3 +13,14 @@ config BR2_PACKAGE_PROCD_DISABLE_INIT
default n
help
Disable the init part of procd
config BR2_PACKAGE_PROCD_EARLY_PATH
depends on BR2_PACKAGE_PROCD
string "Custom procd EARLY_PATH"
default "/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin"
help
Customize the PATH variable set by procd in its early stage.
This is inherited by all the children of procd.
When left empty, defaults to procd default value:
/usr/sbin:/sbin:/usr/bin:/bin

View File

@@ -4,7 +4,7 @@
#
################################################################################
PROCD_VERSION:= 2017.02.08
PROCD_VERSION:= 2017.01.26
PROCD_SITE = $(TOPDIR)/../../src/3P/procd
PROCD_SITE_METHOD = local
@@ -18,6 +18,10 @@ ifeq ($(BR2_PACKAGE_PROCD_DISABLE_INIT),y)
PROCD_CONF_OPTS += -DDISABLE_INIT=ON
endif
ifneq ($(BR2_PACKAGE_PROCD_EARLY_PATH),)
PROCD_CONF_OPTS += -DEARLY_PATH=$(BR2_PACKAGE_PROCD_EARLY_PATH)
endif
PROCD_CONF_ENV = $(PROCD_CONF)
PROCD_MAKE_ENV = $(PROCD_CONF)
PROCD_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../bsp/cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)

View File

@@ -4,7 +4,7 @@
#
################################################################################
UBOX_VERSION:= 2017.01.15
UBOX_VERSION:= 2016.07.19
UBOX_SITE = $(TOPDIR)/../../src/3P/ubox
UBOX_SITE_METHOD = local

View File

@@ -3,7 +3,7 @@
# Define the target.
export BR_PROJECT:=$(shell pwd)
export BR_PROJECT_NAME:=pi_domo
export BR_PROJECT_NAME:=rpi_domo
export BR_BOARD:=$(shell pwd)/../../bsp/board/domo/

File diff suppressed because it is too large Load Diff