frankie-zeng / meta-autoeth

yocto autoeth layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automotvie Ethernet Platform

This README file contains information on the contents of the meta-autoeth layer.

Please see the corresponding sections below for details.

Dependencies

Quick Start

  1. source poky/oe-init-build-env build
  2. Run 'bitbake-layers add-layer meta-autoeth'
  3. Run 'bitbake-layers add-layer meta-raspberrypi'
  4. Run 'bitbake-layers add-layer meta-openembedded/meta-oe'
  5. Run 'bitbake-layers add-layer meta-openembedded/meta-python'
  6. Run 'bitbake-layers add-layer meta-openembedded/meta-networking'
  7. Append these into local.conf
MACHINE = "raspberrypi4-64"
# PI config 
IMAGE_FSTYPES = "tar.bz2 ext4.xz ext4 wic wic.bmap wic.bz2"
SDIMG_ROOTFS_TYPE = "ext4"
ENABLE_UART = "1"
ENABLE_DWC2_HOST = "1"

# IMAGE_INSTALL_append = " kernel-modules linuxptp pps-tools openssh openssl"
DISTRO_FEATURES:append = " systemd"
VIRTUAL-RUNTIME_init_manager = "systemd"

  1. bitbake autoeth

Flash Image

Maintainers

  • Frankie Zeng <frankie.zengfu@gmail.com>

Board Picture

board1 board2

About

yocto autoeth layer

License:MIT License


Languages

Language:C 33.0%Language:C++ 26.0%Language:BitBake 25.7%Language:Shell 8.7%Language:CMake 4.3%Language:NASL 1.8%Language:Makefile 0.6%