This layer provides support for Sparrow Hawk for use with OpenEmbedded and/or Yocto.
- core-image-minimal
- core-image-weston
Please post in github discussion.
https://github.com/orgs/rcar-community/discussions/categories/q-a
Please use Pull request feature.
https://github.com/rcar-community/meta-sparrow-hawk/pulls
This layer depends on:
- poky
URI: git://git.yoctoproject.org/poky
layers: meta, meta-poky, meta-yocto-bsp
branch: scarthgap- meta-openembedded
URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe, meta-python, meta-networking, meta-multimedia
branch: scarthgap-
Refer to https://docs.yoctoproject.org/brief-yoctoprojectqs/index.html to prepare Build Host.
-
This also needs git user name and email defined:
$ git config --global user.email "you@example.com"
$ git config --global user.name "Your Name"git clone https://github.com/rcar-community/meta-sparrow-hawk -b scarthgap
cd meta-sparrow-hawk
# core-image-minimal case
./build.sh
# core-image-weston case
./build.sh --westonbuild option can be confirmed by -h option:
./build.sh -h./build.sh --sdkThe SDK can be found in the output directory tmp/deploy/sdk
poky-glibc-x86_64-core-image-<image type>-aarch64-<machine name>-toolchain-x.x.sh
Install the SDK(default path=opt/poky/x.x):
$ sh poky-glibc-x86_64-core-image-<image type>-aarch64-<machine name>-toolchain-x.x.shEnable cross compile envrionment(default path case):
$ source /opt/poky/x.x/environment-setup-aarch64-poky-linux- R-Car Community site
- Sparrow Hawk board page