aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: c0739693dbe3f00cb7631a48b11dfaef585aa6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
OpenEmbedded/Yocto BSP layer for Renesas Electronics's SoCs
==========
This layer provides support for Renesas Electronics's platforms for use with
OpenEmbedded and/or Yocto.

Layer maintainer: Takamitsu Honda <takamitsu.honda.pv@renesas.com>

Supported Boards/Machines
=========================

In addition, this also provides layer that provides support board that is used
SoCs that Renesas build. Layer and board that supports following:

    * meta-rcar-gen3
        - Renesas Electronics Corporation. Salvator-X (R8A7795/R8A7796)
        - Renesas Electronics Corporation. R-Car Starter Kit premier(H3ULCB) (R8A7795)
        - Renesas Electronics Corporation. R-Car Starter Kit pro(M3ULCB) (R8A7796)

Please see README in the layer directory about the description of the board.

Original BSP image
=========================
The meta-renesas layer provides original BSP image. The following 
    * core-image-x11 (H3ULCB, M3ULCB)
    * core-image-weston
n class="o">=meta-renesas/meta-rcar-gen2/scripts/setup_mm_packages.sh if [ -f $COPY_MM_SCRIPT ]; then . $COPY_MM_SCRIPT copy_mm_packages $1 if [ $? -ne 0 ]; then echo "Copying gfx drivers and multimedia packages for '$1' failed." return -1 fi fi # template conf for R-Car2 M2 Porter board TEMPLATECONF=$PWD/meta-renesas/meta-rcar-gen2/conf ;; "qemux86-64") # template conf for QEMU x86-64 TEMPLATECONF=$PWD/meta-agl-demo/conf ;; *) # nothing to do here echo "WARN: '$1' is not tested by AGL Distro" if [ -z $TEMPLATECONF ]; then TEMPLATECONF=$PWD/meta-agl-demo/conf fi ;; esac echo "envsetup: Set '$1 as MACHINE." export MACHINE="$1" echo "envsetup: Using templates for local.conf & bblayers.conf from :" echo " '$TEMPLATECONF'" export TEMPLATECONF if [ -n "$2" ]; then BUILD_DIR="$2" else BUILD_DIR=build fi echo "envsetup: Setup build environment for poky/oe." echo -e source poky/oe-init-build-env $BUILD_DIR if [ -n "$DL_DIR" ]; then BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE DL_DIR" fi if [ -n "$SSTATE_DIR" ]; then BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE SSTATE_DIR" fi export BB_ENV_EXTRAWHITE