From 9522b0a1fa882800b73efe2850753b7d2ee2b7d6 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Thu, 15 Feb 2018 14:07:49 +0100 Subject: [PATCH] iotjs: Relocate TizenRT's kconfig to align upstream This file have been upstreamed in config's subdir so we align to it. Relate-to: https://github.com/Samsung/iotjs/pull/1529 Now, The module is easier to update, by just replacing iotjs subtree with upstream tree. Note for later, for developer convenience and to ease upstreaming works (tracking changes, logs etc) the folder can be replaced by submodule, like other deps in Tizen:RT, but at the cost of losing all changes occurred in after version import. Change-Id: If4a7d71d862745173f38d009924f3e4ce98cb6d0 Bug: https://github.com/Samsung/TizenRT/pull/1277 Signed-off-by: Philippe Coval --- external/iotjs/{ => config/tizenrt}/Kconfig.runtime | 0 os/Kconfig.runtime | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename external/iotjs/{ => config/tizenrt}/Kconfig.runtime (100%) diff --git a/external/iotjs/Kconfig.runtime b/external/iotjs/config/tizenrt/Kconfig.runtime similarity index 100% rename from external/iotjs/Kconfig.runtime rename to external/iotjs/config/tizenrt/Kconfig.runtime diff --git a/os/Kconfig.runtime b/os/Kconfig.runtime index c3e3fe3707..891a958dda 100644 --- a/os/Kconfig.runtime +++ b/os/Kconfig.runtime @@ -3,4 +3,4 @@ # see kconfig-language at https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt # -source "$EXTERNALDIR/iotjs/Kconfig.runtime" +source "$EXTERNALDIR/iotjs/config/tizenrt/Kconfig.runtime"