Skip to content

fwup-home/meta-fwup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fwup meta layer

This is a Yocto meta layer for building fwup into Yocto projects.

Dependencies:

This layer depends on:

URI: https://github.com/openembedded/meta-openembedded.git layers: meta-oe branch: master

Usage

For conf/bblayers.conf you have to add

BBLAYERS ?= " \
   ...
  path_to_source/sources/meta-fwup \
  "

There are two main use cases:

One is to add IMAGE_INSTALL_append = "fwup" in conf/local.conf and run bitbake core-image-minimal to get an image with fwup support.

The second one is to add the following configuration in conf/local.conf:

# Add image_types_fwup to the system
IMAGE_CLASSES += "image_types_fwup"

# Declare that we want to make fwup images
IMAGE_FSTYPES = "fwup"

# It's mandatory to define a fwup config file format
FWUP_FILE = "sdimg-raspberrypi0-wifi.fwup"

When running bitbake core-image-minimal a .fw image will be created at tmp/deploy/image/<MACHINE NAME>/core-image-minimal-<MACHINE NAME>.rootfs.fw

About

Yocto meta layer for using fwup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •