项目作者: parthitce

项目描述 :
Yocto BSP layer for Actions Semiconductors SoC and boards
高级语言: PHP
项目地址: git://github.com/parthitce/meta-actions.git
创建时间: 2019-09-30T19:28:04Z
项目社区:https://github.com/parthitce/meta-actions

开源协议:MIT License

下载


meta-actions Image Build

Required packages on Ubuntu

This section provides required packages on an Ubuntu Linux distribution:

Essentials

Packages needed to build an image for a headless system:

  1. $ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib \
  2. build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
  3. xz-utils debianutils iputils-ping python-git repo bmap-tools

Download meta-actions project manifest

To easily manage different git repositories layers, meta-actions project is using Android repo tool,

First initialize repo specifying the project manifest and the corresponding branch:

  1. $ repo init -u https://github.com/Linumiz/meta-actions.git/ -m conf/samples/manifest-actions.xml -b master

then checkout the project source tree:

  1. $ repo sync

Configuring the project

meta-actions offers pre-configured machine templates, tested and ready to use.

Cautions: Default machine from template is cubieboard7. The following machines are supported,

  • cubieboard7
  • bubblegum96
  1. $ cd actions/
  2. $ TEMPLATECONF=meta-actions/conf/samples/ source oe-init-build-env

Build the project

  1. $ bitbake actions-basic-image