Skip to content

Commit

Permalink
Migrate to IMAGE_FSTYPES
Browse files Browse the repository at this point in the history
From ISAR v0.8 IMAGE_TYPE is deprecated, use IMAGE_FSTYPES instead.

Signed-off-by: Vijai Kumar K <Vijaikumar_Kanagarajan@mentor.com>
  • Loading branch information
vj-kumar committed Feb 1, 2022
1 parent e84d9a8 commit 841d2e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta-isar/conf/machine/beaglebone-black.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DISTRO_ARCH ?= "armhf"

KERNEL_NAME ?= "${MACHINE}"

IMAGE_TYPE ?= "wic-img"
IMAGE_FSTYPES ?= "wic-img"
WKS_FILE ?= "beaglebone-black.wks.in"

IMAGE_INSTALL += "u-boot-script"
Expand Down
2 changes: 1 addition & 1 deletion meta-isar/conf/machine/nanopi-r1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DISTRO_ARCH ?= "armhf"

KERNEL_NAME ?= "armmp"

IMAGE_TYPE ?= "wic-img"
IMAGE_FSTYPES ?= "wic-img"
WKS_FILE ?= "nanopi-r1.wks.in"

IMAGE_INSTALL += "u-boot-script"
Expand Down

0 comments on commit 841d2e2

Please sign in to comment.