From fab7ae3d7f28eb2b81ed0f04cd3e9722ccc75b48 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Thu, 8 Jun 2017 20:56:36 +0200
Subject: [PATCH] docs: releases/v2017.1: add another note about migration of
 packages

---
 docs/releases/v2017.1.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/docs/releases/v2017.1.rst b/docs/releases/v2017.1.rst
index 880e11bc4..ccea6caa9 100644
--- a/docs/releases/v2017.1.rst
+++ b/docs/releases/v2017.1.rst
@@ -193,7 +193,14 @@ Internals
   and development afterwards.
 
 * Target definitions have been migrated from a Make-based format to a simpler
-  Shell-based DSL
+  shell-based DSL
+
+* Gluon does not pass any custom variables into the LEDE build anymore, so things
+  like *GLUONDIR*, *GLUON_VERSION*, or *GLUON_SITEDIR* aren't available
+  to package Makefiles in Gluon 2017.1.
+
+  Instead of ``$(GLUONDIR)/package.mk``, ``$(TOPDIR)/../package/gluon.mk`` must
+  be included in custom packages now.
 
 Known issues
 ~~~~~~~~~~~~
-- 
GitLab