Skip to content
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

Integrate vi and i2ctool into builtin apps for tash #550

Merged
merged 1 commit into from
Sep 8, 2017

Conversation

tadziopazur
Copy link

These tools come from apps/system.

@@ -125,8 +127,17 @@ install:

endif

ifeq ($(CONFIG_SYSTEM_I2CTOOL),y)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only when CONFIG_BUILTIN_APPS is enabled.
let's change to ifeq ($(CONFIG_BUILTIN_APPS),$(CONFIG_SYSTEM_I2CTOOL),yy)

@@ -128,8 +132,17 @@ install:

endif

ifeq ($(CONFIG_SYSTEM_VI),y)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@sunghan-chang
Copy link
Contributor

@tadziopazur Could you let us know why do you want to use it at TASH? VI is an imcomplete applicaion.

Integrate vi into builtin apps
@tadziopazur
Copy link
Author

Vi might be incomplete, but is useful for modifying short javascript files.

@sunghan-chang sunghan-chang merged commit 6eaeeb0 into Samsung:master Sep 8, 2017
@tadziopazur tadziopazur deleted the builtin_apps branch September 11, 2017 12:25
Copy link
Contributor

@rzr rzr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is i2ctool detecting items ?

@@ -125,8 +127,17 @@ install:

endif

ifeq ($CONFIG_BUILTIN_APPS)$(CONFIG_SYSTEM_I2CTOOL),yy)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mistake fixed in:
#2439 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants