From: Hugo Villeneuve Date: Tue, 17 Jan 2023 23:46:00 +0000 (-0500) Subject: Add wandboard-extra.conf X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=01a99438b3ececbcfe52005ab26a4c9e432c78d8;p=yocto%2Fmeta-hvmpd.git Add wandboard-extra.conf --- diff --git a/wandboard/conf/machine/wandboard-extra.conf b/wandboard/conf/machine/wandboard-extra.conf new file mode 100644 index 0000000..2b03a82 --- /dev/null +++ b/wandboard/conf/machine/wandboard-extra.conf @@ -0,0 +1,10 @@ +# Base configuration for wandboard machine. + +# Disk configuration: +ROOT_PARENT_DEV = "/dev/mmcblk2" +ROOT_PART_PREFIX = "p" + +# Partitions configuration: +ROOT_PART_A_ID = "1" +ROOT_PART_B_ID = "2" +UBOOT_PART_VAR = "mmcpart"