<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation/dev-manual/dev-manual-common-tasks.xml, branch dunfell-23.0.2</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=dunfell-23.0.2</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=dunfell-23.0.2'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2020-04-15T21:56:23+00:00</updated>
<entry>
<title>dev-manual: remove postinst false statement</title>
<updated>2020-04-15T21:56:23+00:00</updated>
<author>
<name>Maxime Roussin-Bélanger</name>
<email>maxime.roussinbelanger@gmail.com</email>
</author>
<published>2020-04-15T17:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a44b8d2856a937ca3991cbf566788b0cd541d777'/>
<id>urn:sha1:a44b8d2856a937ca3991cbf566788b0cd541d777</id>
<content type='text'>
This outdated section contradicts the real behavior expressed in the next
paragraph

(From yocto-docs rev: 77e8a9e03b3bb6e6b6b2adf7796740fb362f189b)

Signed-off-by: Maxime Roussin-Bélanger &lt;maxime.roussinbelanger@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: basic updates for npm fetcher changes</title>
<updated>2020-04-15T21:56:23+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@microsoft.com</email>
</author>
<published>2020-04-15T21:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=545c067f9a48dd91cde766e4ebcf5df3ab44d5df'/>
<id>urn:sha1:545c067f9a48dd91cde766e4ebcf5df3ab44d5df</id>
<content type='text'>
Update the npm:// URL and the generated npm recipe, and remove
references to NPM_SHRINKWRAP, NPM_LOCKDOWN and lockdown functionality in
general.

(From yocto-docs rev: bc09233543abbf28adfcc1e214f85ef4c7c56639)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@microsoft.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: clarify how to select "read-only-rootfs"</title>
<updated>2020-04-07T21:00:10+00:00</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2020-04-07T09:41:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4a115c52cfc9aeab466350b62e83a5448b1320be'/>
<id>urn:sha1:4a115c52cfc9aeab466350b62e83a5448b1320be</id>
<content type='text'>
For stylistic reasons, clarify the use of both IMAGE_FEATURES versus
EXTRA_IMAGE_FEATURES when configuring a read-only rootfs.

(From yocto-docs rev: 4111e4e70a87400671455ddd873d802d40d6b587)

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: use "git", not "apmd", to explain checksum names</title>
<updated>2020-04-06T15:53:24+00:00</updated>
<author>
<name>rpjday@crashcourse.ca</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2020-04-03T12:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9a5aa31870ff1b35d19d9e17b57fc40acf4686cb'/>
<id>urn:sha1:9a5aa31870ff1b35d19d9e17b57fc40acf4686cb</id>
<content type='text'>
The apmd recipe is no longer appropriate to demonstrate the use of
SRC_URI checksum names as it has only a single SRC_URI URL, so pick a
more illuminating recipe.

(From yocto-docs rev: 7f391a0656442e7ee2f3dd48b848befb7f461aec)

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: use "strace" for PV example, not cdrtools</title>
<updated>2020-04-06T15:53:24+00:00</updated>
<author>
<name>rpjday@crashcourse.ca</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2020-04-03T12:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=43ad3f54eabc5a7c5086a2a551224cb817c167b8'/>
<id>urn:sha1:43ad3f54eabc5a7c5086a2a551224cb817c167b8</id>
<content type='text'>
Section 3.3.5, "Fetching Code", uses the cdrtools recipe as an example
for showing the use of PV, but that's a bad example since the current
cdrtools recipe file contains:

  SRC_URI = " \
  ${SOURCEFORGE_MIRROR}/project/cdrtools/cdrtools-${REALPV}.tar.bz2 \
  ...

  PV = "3.01a31+really3.01"
  REALPV = "3.01"

which is not exactly the point the dev manual is trying to make, so
replace with simpler strace recipe.

(From yocto-docs rev: d865b0288a4162a8d4df9a2abde43875e3dc2ced)

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>correct mention of "postinst_intercept delay_to_first_boot"</title>
<updated>2020-04-06T13:40:24+00:00</updated>
<author>
<name>rpjday@crashcourse.ca</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2020-02-24T22:04:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0096b10efe2dbe69a8b76e382ffdf64f9dff0653'/>
<id>urn:sha1:0096b10efe2dbe69a8b76e382ffdf64f9dff0653</id>
<content type='text'>
Migration to YP 2.5 contains incorrect description of routine for
delaying to first boot.

(From yocto-docs rev: 08f71ec137822c0c19b56956d7045dfb73a544d7)

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: clarify PN usage in packagegroup files</title>
<updated>2020-04-06T13:40:24+00:00</updated>
<author>
<name>rpjday@crashcourse.ca</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2020-03-29T14:34:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=fd54658d874ef57ebc8a5342f101362a2616dc11'/>
<id>urn:sha1:fd54658d874ef57ebc8a5342f101362a2616dc11</id>
<content type='text'>
Make it clear to the reader that they can use the much shorter form of
${PN} for the base packagegroup name, rather than typing it out in
full.

(From yocto-docs rev: 19915978c30bbf37b65d9887c78a23394779f079)

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: add missing check to yocto-check-layer section</title>
<updated>2020-04-06T13:40:24+00:00</updated>
<author>
<name>rpjday@crashcourse.ca</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2020-03-29T12:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=63efaa94c15597c952d5207f98e378511bb75d1e'/>
<id>urn:sha1:63efaa94c15597c952d5207f98e378511bb75d1e</id>
<content type='text'>
Add explanation of missing checks performed by yocto-check-layer, and
fix one typo.

(From yocto-docs rev: 231bb92fa4a9c044894f845b8d6d0b9498abfc49)

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: use actual machine override demonstration</title>
<updated>2020-04-06T13:40:24+00:00</updated>
<author>
<name>rpjday@crashcourse.ca</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2020-03-28T20:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5f6e055dc8f40d3c0b989e3ffa2a068b0718a5d3'/>
<id>urn:sha1:5f6e055dc8f40d3c0b989e3ffa2a068b0718a5d3</id>
<content type='text'>
Given that the section in question is describing how to configure
dependencies based on the machine type, it seems inappropriate to use
an example that depends on the choice of C library, so grab a snippet
from linux-yocto.inc to really drive the point home.

(From yocto-docs rev: 66bfec015f61a690f96cf8e28b80869c77327e6d)

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: explain LAYERDEPENDS with other layer.conf vars</title>
<updated>2020-04-06T13:40:24+00:00</updated>
<author>
<name>rpjday@crashcourse.ca</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2020-03-28T20:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=0bcf88c375e1275ce84ed873eeaf799b94b0f196'/>
<id>urn:sha1:0bcf88c375e1275ce84ed873eeaf799b94b0f196</id>
<content type='text'>
(From yocto-docs rev: 2d56b38e1a1d4a89c0ed46af93791fe1fbdfecc9)

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
