From 8e2dee1c035eb6c3e0e1fcf730615426688eb925 Mon Sep 17 00:00:00 2001
From: citronalco <2651739+citronalco@users.noreply.github.com>
Date: Wed, 21 Feb 2024 21:49:09 +0100
Subject: [PATCH] docs: fix typo in v2023.2 release notes (#3195)

Must be ``GLUON_SITE_PACKAGES`` instead of ``GLUON_PACKAGES``
---
 docs/releases/v2023.2.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/releases/v2023.2.rst b/docs/releases/v2023.2.rst
index 17b12e46e..3d5969d98 100644
--- a/docs/releases/v2023.2.rst
+++ b/docs/releases/v2023.2.rst
@@ -22,7 +22,7 @@ Site changes
 Image customization
 ~~~~~~~~~~~~~~~~~~~
 
-``GLUON_FEATURES`` and ``GLUON_PACKAGES`` have been replaced by a more flexible customization framework
+``GLUON_FEATURES`` and ``GLUON_SITE_PACKAGES`` have been replaced by a more flexible customization framework
 based on Lua. Feature and Package selection can be specified more granularly at both target and device level.
 
 All site configs need to be updated. Configuration like the following
-- 
GitLab