Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

ostro-image-swupd.bb: install mraa/upm bindings also in swupd images#248

Open
pohly wants to merge 1 commit intoostroproject:masterfrom
pohly:bindings-swupd
Open

ostro-image-swupd.bb: install mraa/upm bindings also in swupd images#248
pohly wants to merge 1 commit intoostroproject:masterfrom
pohly:bindings-swupd

Conversation

@pohly
Copy link
Copy Markdown
Contributor

@pohly pohly commented Jul 29, 2016

Beware that I have not completed validating this change. Please check
that resulting images from this PR have the full mraa/upm bindings
installed in ostro-image-swupd-dev.

Fixes: ostro-os/#155

Signed-off-by: Patrick Ohly patrick.ohly@intel.com

The image feature check for mraa and upm language bindings did not
work for swupd images, because the content of the "world-dev" bundle
was based on FEATURE_PACKAGES_ variables and not image features. The
result was that FEATURE_PACKAGES_devkit did not include the Java,
Python and JavaScript language binding packages and they were not
getting installed.

Now the content for "world-dev" gets selected both via packages
(BUNDLE_CONTENTS_WORLD) and features (BUNDLE_FEATURES_WORLD). This
approach is simpler and probably wasn't used from the start because
changing bundle features was only added later.

Fixes: ostro-os/ostroproject#155

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
@mythi
Copy link
Copy Markdown
Contributor

mythi commented Sep 13, 2016

@pohly would you be able to finish this work (rebase + check the output). The bug is being monitored so I thought we could finish this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants