ostroproject / ostro-os

Ostro OS
Other
93 stars 43 forks source link

combo-layer.conf: exclude meta-soletta from updates #146

Closed pohly closed 8 years ago

pohly commented 8 years ago

meta-soletta master does not build anymore in Ostro because of the update to v1beta20 (https://github.com/solettaproject/meta-soletta/issues/97) and therefore we have to freeze meta-soletta at the current revision.

To achieve that, the entire section has to be taken out of combo-layer.conf. It could be commented out, but then the next combo-layer run would just remove it.

The alternative to disabling the updating would be to do manual updates, but that tends to happen less often and is cumbersome.

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

kad commented 8 years ago

:-1: Better to use

update = no

for this section. it would keep information about layer, but would not trigger automatic updating and monitoring. Locally, if someone interested he would be still able to force update using

combo-layer update meta-soletta
kad commented 8 years ago

:+1: