e23d42f253
- Also allow CONFIGFILE to have a ".mcf" extension. - Drop support for broken tags= - Support CONFIGFILE version 2 (McfFileVersion = 2) - Rename "webos_layers" to "Layers", but continue to recognize old name. - Recognize dict-s for fetch and options, but continue to recognize file version 1 strings. - Recognize an optional BblayersConfExtraLines variable in CONFIGFILE that contains a list of strings to be appended as separate lines to the generated conf/bblayers.conf . - Rename "submission" item to "fetch". - Fix error message to mention conf/layer.conf instead of incorrect local.conf . - Correct/improve messages - Requires Python 3.5 => major version bump. |
||
---|---|---|
classes | ||
conf | ||
lib/recipetool | ||
licenses | ||
recipes-core/images | ||
recipes-devtools | ||
recipes-extended | ||
recipes-ros | ||
recipes-ros2 | ||
recipes-support/boost | ||
scripts | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
.yottaci.yml | ||
CONTENTS | ||
COPYING.MIT | ||
README.md |
README.md
Rebaseable Branch morty-draft
NOTICE: This branch may be rebased without warning. You are advised to
specify the --rebase
option when pulling.
UNDER CONSTRUCTION!
The original implementation of meta-ros
for ROS 1 Indigo Igloo
(https://github.com/bmwcarit/meta-ros was transferred here on 2019-06-25. It
is in the process of being upgraded to be able to build current ROS 1 and ROS 2
distros (Crystal Clemmys, Dashing Diademata, and eventually Melodic Morenia and
Bouncy Bolson) from recipes generated by
superflore and might not be
usable for a little while. Please see this
wiki page
for details of what is being done. Draft versions of these changes are in this branch.
The original implementation has been retained in the legacy
branch.