The following are changes to scripts and tools:
yocto-bsp
,
yocto-kernel
, and
yocto-layer
:
The yocto-bsp
,
yocto-kernel
, and
yocto-layer
scripts previously shipped
with poky but not in OpenEmbedded-Core have been removed.
These scripts are not maintained and are outdated.
In many cases, they are also limited in scope.
The bitbake-layers create-layer
command
is a direct replacement for yocto-layer
.
See the documentation to create a BSP or kernel recipe in
the
"BSP Kernel Recipe Example"
section.
devtool finish
:
devtool finish
now exits with an error
if there are uncommitted changes or a rebase/am in progress
in the recipe's source repository.
If this error occurs, there might be uncommitted changes
that will not be included in updates to the patches applied
by the recipe.
A -f/--force option is provided for situations that the
uncommitted changes are inconsequential and you want to
proceed regardless.
scripts/oe-setup-rpmrepo
script:
The functionality of
scripts/oe-setup-rpmrepo
is replaced by
bitbake package-index
.
scripts/test-dependencies.sh
script:
The script is largely made obsolete by the
recipe-specific sysroots functionality introduced in the
previous release.