Skip to content

Commit

Permalink
conf: machine: phyimx6ul: Use override partup-package to enable partup
Browse files Browse the repository at this point in the history
Put the partup package behind an override to remove the dependency on
meta-ampliphy.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Acked-by: Martin Schwan <m.schwan@phytec.de>
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
  • Loading branch information
landerweit-phytec authored and smk-embedded committed Sep 28, 2023
1 parent e26aaca commit 8b99a5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/machine/include/phyimx6ul.inc
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,12 @@ NAND_DEV:mx6ul-generic-bsp ?= "0"
IMAGE_ROOTFS_ALIGNMENT:update = "4"

# partup
IMAGE_CLASSES += "image-types-partup"
IMAGE_CLASSES:append:partup-package = " image-types-partup"
include partup-layout-config.inc
IMAGE_FSTYPES:append:partup-package = " partup"

# default images to build
IMAGE_FSTYPES ?= "tar.gz wic ubifs partup"
IMAGE_FSTYPES ?= "tar.gz wic ubifs"
IMAGE_FSTYPES:append:update = " ext4"

# Avoid pulling package 'gstreamer1.0-plugins-bad-meta' into the image
Expand Down

0 comments on commit 8b99a5e

Please sign in to comment.