Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] add cmake host tool to sdk and esdk
@ 2017-03-15 13:47 brian avery
  2017-03-15 13:48 ` [PATCH 1/1] tivesdk-packagegroup-sdk-host.bb: add cmake brian avery
  0 siblings, 1 reply; 2+ messages in thread
From: brian avery @ 2017-03-15 13:47 UTC (permalink / raw)
  To: openembedded-core


The Eclipse plugin uses cmake from the SDK and currently has issues
because cmake is not installed as a host tool.  This patch adds cmake as
a host tool for the sdk/esdk.
This adds ~ 20M to the sdk/esdk which is not alot given the functionality.

-brian

The following changes since commit 812fabbd30a062f6e726e6ae0399d87e85bf7fa3:

  bitbake: runqueue: minor typo fix (2017-03-15 17:38:33 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/add-cmake-to-sdk-and-esdl
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/add-cmake-to-sdk-and-esdl

brian avery (1):
  tivesdk-packagegroup-sdk-host.bb: add cmake

 meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 +
 1 file changed, 1 insertion(+)

--
2.7.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] tivesdk-packagegroup-sdk-host.bb: add cmake
  2017-03-15 13:47 [PATCH 0/1] add cmake host tool to sdk and esdk brian avery
@ 2017-03-15 13:48 ` brian avery
  0 siblings, 0 replies; 2+ messages in thread
From: brian avery @ 2017-03-15 13:48 UTC (permalink / raw)
  To: openembedded-core

The Eclipse plugin uses cmake from the SDK and currently has issues
because cmake is not installed as a host tool.  This patch adds cmake as
a host tool for the sdk/esdk.

Signed-off-by: brian avery <brian.avery@intel.com>
---
 meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
index 3283e73..2ca6392 100644
--- a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
+++ b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
@@ -23,6 +23,7 @@ RDEPENDS_${PN} = "\
     nativesdk-shadow \
     nativesdk-makedevs \
     nativesdk-dnf \
+    nativesdk-cmake \
     nativesdk-postinst-intercept \
     ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'nativesdk-wayland', '', d)} \
     "
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-15 20:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 13:47 [PATCH 0/1] add cmake host tool to sdk and esdk brian avery
2017-03-15 13:48 ` [PATCH 1/1] tivesdk-packagegroup-sdk-host.bb: add cmake brian avery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox