Discussion:
branch master updated (4f85cb7 -> 26d9364)
EmbToolkit GIT
2014-10-19 09:24:47 UTC
Permalink
embtoolkit branch master changed:
from 4f85cb7 Configuration GUI: add nconfig
new 26d9364 Build system: export host os to kconfig

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
Kconfig | 4 ++++
core/mk/buildsystem.mk | 1 +
2 files changed, 5 insertions(+)
--
Embedded systems Toolkit.
Abdoulaye Walsimou Gaye
2014-10-19 09:24:47 UTC
Permalink
The following commit changed embtoolkit branch master

commit 26d93641f30e3586cd16494cc41706b15283cf53
Author: Abdoulaye Walsimou Gaye <awg-LnBD0/***@public.gmane.org>
Date: Sun Oct 19 11:29:19 2014 +0200

Build system: export host os to kconfig

Signed-off-by: Abdoulaye Walsimou Gaye <awg-LnBD0/***@public.gmane.org>
---
Kconfig | 4 ++++
core/mk/buildsystem.mk | 1 +
2 files changed, 5 insertions(+)

diff --git a/Kconfig b/Kconfig
index 1597b0e..bb7f016 100644
--- a/Kconfig
+++ b/Kconfig
@@ -40,6 +40,10 @@ config EMBTK_HOST_OSTYPE
string
option env="EMBTK_HOST_OSTYPE"

+config EMBTK_HOST_OS
+ string
+ option env="EMBTK_HOST_OS"
+
menu "Target OS Selection"
choice
prompt "Choose target OS"
diff --git a/core/mk/buildsystem.mk b/core/mk/buildsystem.mk
index b6959d1..3f8bd35 100644
--- a/core/mk/buildsystem.mk
+++ b/core/mk/buildsystem.mk
@@ -45,6 +45,7 @@ define __embtk_kconfig_buildrun
PKG_CONFIG_PATH=$(EMBTK_HOST_PKG_CONFIG_PATH) \
$(MAKE) -f scripts/Makefile.build \
obj=$(EMBTK_ROOT)/scripts/kconfig \
+ EMBTK_HOST_OS="$(embtk_buildhost_os)" \
EMBTK_HOST_OSTYPE="$(embtk_buildhost_os_type)" \
EMBTK_DEFAULT_DL="$(EMBTK_ROOT)/dl/" \
EMBTK_VERSION=$(EMBTK_VERSION) \
--
Embedded systems Toolkit.
Continue reading on narkive:
Loading...