CHANGES: update with removal of $(HOST_DIR)/usr
authorArnout Vandecappelle <arnout@mind.be>
Wed, 5 Jul 2017 12:09:50 +0000 (14:09 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 14:54:21 +0000 (16:54 +0200)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
CHANGES

diff --git a/CHANGES b/CHANGES
index 105c9318f41f966d5d2fb97db79c8f52d5eb852a..a530e8fb459e462615a6c106d6bfc821aee9ac2a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        Therefore, if you need NLS support in packages, you must now
        explicitly enable the BR2_SYSTEM_ENABLE_NLS option.
 
+       Infrastructure:
+
+       - The host directory no longer has a usr/ component. This
+         makes it much more natural to use that directory as an
+         externally used toolchain. For compatibility with existing
+         scripts, a link usr -> . is still added.
+
 2017.05.1, Released July 4th, 2017
 
        Important / security related fixes.