summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
authorJon Mason <jdmason@kudzu.us>2021-08-16 18:01:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-18 17:01:58 +0100
commit319a4bb1d03c0a94c7a524fd354972619d268b69 (patch)
tree4717c365442c7211c60a71578dbcf3135717fa68 /documentation/bsp-guide
parent476f558b75ae40b92ea96b4692ce6e39cf5ff210 (diff)
downloadpoky-319a4bb1d03c0a94c7a524fd354972619d268b69.tar.gz
docs: update docs with new tune locations
(From yocto-docs rev: ce6d3dbaea9d6250567d23e7d95ce9cbd3a03c99) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index b80354a05b..37b052427e 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -1266,7 +1266,7 @@ located in the layer ``poky/meta-yocto-bsp/conf/machine`` and is named
1266 EXTRA_IMAGEDEPENDS += "u-boot" 1266 EXTRA_IMAGEDEPENDS += "u-boot"
1267 1267
1268 DEFAULTTUNE ?= "cortexa8hf-neon" 1268 DEFAULTTUNE ?= "cortexa8hf-neon"
1269 include conf/machine/include/tune-cortexa8.inc 1269 include conf/machine/include/arm/armv7a/tune-cortexa8.inc
1270 1270
1271 IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap" 1271 IMAGE_FSTYPES += "tar.bz2 jffs2 wic wic.bmap"
1272 EXTRA_IMAGECMD:jffs2 = "-lnp " 1272 EXTRA_IMAGECMD:jffs2 = "-lnp "
@@ -1344,7 +1344,7 @@ Project Reference Manual.
1344 .. note:: 1344 .. note::
1345 1345
1346 The include statement that pulls in the 1346 The include statement that pulls in the
1347 ``conf/machine/include/tune-cortexa8.inc`` file provides many tuning 1347 ``conf/machine/include/arm/tune-cortexa8.inc`` file provides many tuning
1348 possibilities. 1348 possibilities.
1349 1349
1350- :term:`IMAGE_FSTYPES`: The 1350- :term:`IMAGE_FSTYPES`: The