diff --git a/README.md b/README.md
index b58b1b1f1b6f88f13045859b1976c9a14eb80d6c..6912e6d5e7db5cd6fe1ce01215a5af9683b76b4e 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ Supported machines:
 - qemuarm
 - qemuarm64
 - seco-intel-b68 (SECO intel B68)
+- stm32mp1-av96 (96Boards Avenger96)
 
 Example:
 
diff --git a/flavours/linux/bblayers.conf.sample b/flavours/linux/bblayers.conf.sample
index 09c42cabd39cb6b99853ac21e16de2165742dfc0..437a3317387ac4fd88743e2f5a790257714579b6 100644
--- a/flavours/linux/bblayers.conf.sample
+++ b/flavours/linux/bblayers.conf.sample
@@ -12,4 +12,9 @@ BBLAYERS ?= " \
   ##OEROOT##/../meta-ohos/meta-ohos-foundation \
   ##OEROOT##/../meta-intel \
   ##OEROOT##/../meta-seco-intel \
+  ##OEROOT##/../meta-openembedded/meta-oe \
+  ##OEROOT##/../meta-openembedded/meta-python \
+  ##OEROOT##/../meta-st-stm32mp \
+  ##OEROOT##/../meta-st-stm32mp-addons \
+  ##OEROOT##/../meta-av96 \
   "
diff --git a/flavours/linux/conf-notes.txt b/flavours/linux/conf-notes.txt
index d4c19e0b18aca45854ebc17d3bab9873a19dd5b1..3abd9eeb444e3c63a9d835165c3a3659121db417 100644
--- a/flavours/linux/conf-notes.txt
+++ b/flavours/linux/conf-notes.txt
@@ -6,12 +6,14 @@ You can now run 'bitbake <target>'
 Supported targets:
 - core-image-minimal
 - core-image-full-cmdline
+- core-image-base
 
 Supported machines:
 - qemux86-64 (default)
 - qemux86
 - qemuarm
 - qemuarm64
+- stm32mp1-av96 (96Boards Avenger96)
 
 MACHINE variable can be set up in conf/local.conf file under build directory
 or via command line, e.g.:
diff --git a/flavours/linux/local.conf.sample b/flavours/linux/local.conf.sample
index f71864a597edfd3aa75c2e47087573d75fe4c155..beb5d4242a44445c391195cfd723d295b45f52e2 100644
--- a/flavours/linux/local.conf.sample
+++ b/flavours/linux/local.conf.sample
@@ -23,6 +23,7 @@
 #MACHINE ?= "qemuppc"
 #MACHINE ?= "qemux86"
 #MACHINE ?= "qemux86-64"
+#MACHINE ?= "stm32mp1-av96"
 #
 # This sets the default machine to be qemux86 if no other machine is selected:
 MACHINE ??= "qemux86-64"
@@ -256,3 +257,7 @@ PACKAGECONFIG_append_pn-qemu-system-native = " sdl"
 # track the version of this file when it was generated. This can safely be ignored if
 # this doesn't mean anything to you.
 CONF_VERSION = "1"
+
+IMAGE_INSTALL_appned = "dhcp-client dropbear packagegroup-base-wifi iw bluez5 obexftp"
+IMAGE_INSTALL_append_stm32mp1-av96 += "av96-root-files"
+