Skip to content

rcar-community/meta-sparrow-hawk

Repository files navigation

OpenEmbedded/Yocto BSP layer for Sparrow Hawk

This layer provides support for Sparrow Hawk for use with OpenEmbedded and/or Yocto.

Original BSP image

  • core-image-minimal
  • core-image-weston

Contribution

Question/Issue report

Please post in github discussion.

https://github.com/orgs/rcar-community/discussions/categories/q-a

Suggestion with code

Please use Pull request feature.

https://github.com/rcar-community/meta-sparrow-hawk/pulls

Layer Dependencies

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

Build Instructions

Required Environment

   $ git config --global user.email "you@example.com"
   $ git config --global user.name "Your Name"

Build using build script

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 --weston

build option can be confirmed by -h option:

./build.sh -h

Build Instructions for SDK

./build.sh --sdk

The 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

Usage of toolchain SDK

Install the SDK(default path=opt/poky/x.x):

    $ sh poky-glibc-x86_64-core-image-<image type>-aarch64-<machine name>-toolchain-x.x.sh

Enable cross compile envrionment(default path case):

    $ source /opt/poky/x.x/environment-setup-aarch64-poky-linux

Reference

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors