-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactoring iotivity/iotjs build #2111
Conversation
sunghan-chang
commented
Aug 25, 2018
•
edited
Loading
edited
- external/iotivity: fix syntax error on build_iotivity.sh
- Makefile: move iotivity-specific build step to iotivity folder
- external/iotivity: support build log level
external/iotivity/build_iotivity.sh: 66: [-z: not found A space should be added between '[' and '-z'. Signed-off-by: sunghan-chang <sh924.chang@samsung.com>
Target : [7bb639dd09dde35a126ca530bda56814b3a43068] - |
1 similar comment
Target : [7bb639dd09dde35a126ca530bda56814b3a43068] - |
Target : [3f1b0bdc2ca16fd40dafb28250f7a555c67ed2b4] - Code Rule Check OK. |
Target : [3f1b0bdc2ca16fd40dafb28250f7a555c67ed2b4] - Code Rule Check (C++) OK. |
Because Makefile.unix has TizenRT-common build step, it is not good including iotivity-specific step. Let's add Makefile in iotivity and execute all of step in it. Signed-off-by: sunghan-chang <sh924.chang@samsung.com>
When we execute "make", we can select build log level with "V=1" or "V=2". According to "V" value, "Q" is changed. Let's use "Q" value to select iotivity build log level. No logs with "Q=@", verbose log with "Q=". Signed-off-by: sunghan-chang <sh924.chang@samsung.com>
Target : [afd49cd] - Code Rule Check OK. |
Target : [afd49cd] - Code Rule Check (C++) OK. |
Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Signed-off-by: sunghan-chang <sh924.chang@samsung.com>
Target : [bbd3cdb] - Code Rule Check OK. |
Target : [bbd3cdb] - Code Rule Check (C++) OK. |
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: https://github.com/Samsung/iotjs IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
I am considering to relocate this file outside external/iotjs to avoid overlapping with upstream tree... Relate-to: jerryscript-project/iotjs#1732 |
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
Because current version of TizenRT in IoT.js docker image is oudated, let's fetch tag from upstream at build time, to speed up build time, this part can be eventually removed if image is updated with latest TizenRT's sources. Use iotjs's defconfig as default config instead of file: "tizenrt_release_config" from container: https://hub.docker.com/r/iotjs/ubuntu/ Is this file tracked anywhere? Later debug, release configs can tracked in IoT.js's source tree, and used as desired, for performance benchmarking. jerryx extra lib has been dropped for now, this should be reintroduced later (once TizenRT upgrade IoT.js ?) Bug: jerryscript-project#1777 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com Disable debuger code if not enabled Observed build issue on TizenRT (master): iotjs.c:58: undefined reference to `jerryx_debugger_tcp_create' iotjs.c:59: undefined reference to `jerryx_debugger_ws_create' iotjs.c:58: undefined reference to `jerryx_debugger_after_connect' The whole part is disabled, even if only jerry-ext functions are not linked (on Tizen:RT master). Change-Id: Id88c745c9712f6f620bbd200f493397572174ce6 Forwarded: jerryscript-project#1749 Origin: https://github.com/TizenTeam/iotjs/ IoT.js-DCO-1.0-Signed-off-by: Philippe Coval philippe.coval@osg.samsung.com tizenrt: Update defconfig from TizenRT 2.0 Align to TizenRT default config, but disable SSS for ARTIK053 Bug: jerryscript-project#1777 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com tizenrt: Relocate downstream Makefile to config dir (along Kconfig) [Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1732 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug: jerryscript-project#1777 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1809 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch to make some options overridable from env var (profile file...) [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug: jerryscript-project#1777 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1809 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch: - make some options overridable from env var (profile file...) - add smooth transition to use sys/uio.h introduced after TizenRT 2 [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug: jerryscript-project#1777 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1809 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch: - make some options overridable from env var (profile file...) - add smooth transition to use sys/uio.h introduced after TizenRT 2 [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug: jerryscript-project#1777 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1809 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch: - make some options overridable from env var (profile file...) - add smooth transition to use sys/uio.h introduced after TizenRT 2 [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug: jerryscript-project#1777 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1809 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch: - make some options overridable from env var (profile file...) - add smooth transition to use sys/uio.h introduced after TizenRT 2 [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug: jerryscript-project#1777 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1809 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
[Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch: - make some options overridable from env var (profile file...) - add smooth transition to use sys/uio.h introduced after TizenRT 2 [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug: jerryscript-project#1777 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: jerryscript-project#1726 Forwarded: jerryscript-project#1809 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
…1809) [Philippe Coval] After some (recent) refactoring in build script, This file was over imported iotjs module in TizenRT. Like done previously with Kconfig file, it will be better to minimize downstream patches. One benefit to have those build related files, is that then IoT.js can be upgraded into TizenRT by just cloning iotjs's again into subdir: TizenRT/external/iotjs Note: Extra minor changes has been done over TizenRT's patch: - make some options overridable from env var (profile file...) - add smooth transition to use sys/uio.h introduced after TizenRT 2 [Sunghan Chang] Makefile: move IoT.js-specific build step to IoT.js folder Because Makefile.unix has TizenRT-common build step, it is not good including IoT.js-specific step. Let's add Makefile in IoT.js and execute all of step in it. Thanks-to: sunghan-chang <sh924.chang@samsung.com> Change-Id: Iddeb272dc6ad6c283ccad9f92bf02754f9ba3240 Bug: #1777 Bug-TizenRT: Samsung/TizenRT#2111 Origin: Samsung/TizenRT@bbd3cdb Relate-to: #1726 Forwarded: #1809 IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com