All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]Variables - WKS_FILE tip finding one used
@ 2021-04-12 12:48 Janne Kiiskila
  2021-04-12 17:59 ` [docs] " Michael Opdenacker
  0 siblings, 1 reply; 9+ messages in thread
From: Janne Kiiskila @ 2021-04-12 12:48 UTC (permalink / raw)
  To: docs


[-- Attachment #1.1: Type: text/plain, Size: 712 bytes --]


Adding tip on how to find the WKS_FILE being used in the build.
This information found from a StackOverflow article:

https://stackoverflow.com/questions/49912475/adding-a-partition-in-yocto-generated-image

provided by "Nayfe".

Attaching the patch as an attachment, since it seems Microsoft Outlook does something naughty with the whitespaces and thus corrupts the patch.


IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

[-- Attachment #1.2: Type: text/html, Size: 2917 bytes --]

[-- Attachment #2: 0001-Variables-WKS_FILE-tip-finding-WKS_FILE-used.patch --]
[-- Type: application/octet-stream, Size: 1362 bytes --]

From 599888a3dc429f3c4487b62b6064994ad26ab192 Mon Sep 17 00:00:00 2001
From: Janne Kiiskila <janne.kiiskila@pelion.com>
Date: Mon, 12 Apr 2021 15:38:31 +0300
Subject: [PATCH] Variables - WKS_FILE tip finding WKS_FILE used

Adding tip on how to find the WKS_FILE being used in the build.
This information found from a StackOverflow article:

https://stackoverflow.com/questions/49912475/adding-a-partition-in-yocto-generated-image

provided by "Nayfe".

Signed-off-by: Janne Kiiskila <janne.kiiskila@pelion.com>
---
 documentation/ref-manual/variables.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 19f5e34c58..f083f77f95 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8794,6 +8794,9 @@ system and gives an overview of their function and contents.
       section in the Yocto Project Development Tasks Manual. For details on
       the kickstart file format, see the ":doc:`/ref-manual/kickstart`" Chapter.
 
+      To find out which WKS_FILE your build is using, you can run
+      ``bitbake -e |grep "^WKS_FILE="``
+
    :term:`WKS_FILE_DEPENDS`
       When placed in the recipe that builds your image, this variable lists
       build-time dependencies. The ``WKS_FILE_DEPENDS`` variable is only
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-04-16 15:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 12:48 [PATCH]Variables - WKS_FILE tip finding one used Janne Kiiskila
2021-04-12 17:59 ` [docs] " Michael Opdenacker
2021-04-12 18:36   ` Janne Kiiskila
2021-04-13  9:32   ` Robert P. J. Day
2021-04-13 18:39     ` Michael Opdenacker
2021-04-13 19:32       ` Robert P. J. Day
2021-04-13 19:42       ` Richard Purdie
2021-04-14  8:24         ` Janne Kiiskila
2021-04-16 15:07           ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.