summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-1.6.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-1.6.rst')
-rw-r--r--documentation/ref-manual/migration-1.6.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration-1.6.rst b/documentation/ref-manual/migration-1.6.rst
index fe3e04d685..5a18d63103 100644
--- a/documentation/ref-manual/migration-1.6.rst
+++ b/documentation/ref-manual/migration-1.6.rst
@@ -53,8 +53,7 @@ Matching Branch Requirement for Git Fetching
53When fetching source from a Git repository using 53When fetching source from a Git repository using
54:term:`SRC_URI`, BitBake will now validate the 54:term:`SRC_URI`, BitBake will now validate the
55:term:`SRCREV` value against the branch. You can specify 55:term:`SRCREV` value against the branch. You can specify
56the branch using the following form: 56the branch using the following form::
57::
58 57
59 SRC_URI = "git://server.name/repository;branch=branchname" 58 SRC_URI = "git://server.name/repository;branch=branchname"
60 59
@@ -248,8 +247,7 @@ the ``autotools`` or ``autotools_stage``\ classes.
248 247
249``qemu-native`` now builds without SDL-based graphical output support by 248``qemu-native`` now builds without SDL-based graphical output support by
250default. The following additional lines are needed in your 249default. The following additional lines are needed in your
251``local.conf`` to enable it: 250``local.conf`` to enable it::
252::
253 251
254 PACKAGECONFIG_pn-qemu-native = "sdl" 252 PACKAGECONFIG_pn-qemu-native = "sdl"
255 ASSUME_PROVIDED += "libsdl-native" 253 ASSUME_PROVIDED += "libsdl-native"