[bootlin/training-materials] b1da73: yocto: slides: Use ${BPN} instead of ${PN} in the ...

Maxime Chevallier noreply at github.com
Fri Dec 3 18:16:47 CET 2021


  Branch: refs/heads/master
  Home:   https://github.com/bootlin/training-materials
  Commit: b1da73f5d8243afab5867f472d9e57eb5aa8eaa7
      https://github.com/bootlin/training-materials/commit/b1da73f5d8243afab5867f472d9e57eb5aa8eaa7
  Author: Maxime Chevallier <maxime.chevallier at bootlin.com>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M slides/yocto-recipe-basics/yocto-recipe-basics.tex

  Log Message:
  -----------
  yocto: slides: Use ${BPN} instead of ${PN} in the sourceforge example

Using ${PN} in SRC_URI now triggers a warning since it can contain
special suffixes like -native. Use ${BPN} instead which is the now
recommended way.

Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>


  Commit: 5898d7fea91929de5089078e27178c170137c329
      https://github.com/bootlin/training-materials/commit/5898d7fea91929de5089078e27178c170137c329
  Author: Maxime Chevallier <maxime.chevallier at bootlin.com>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M labs/yocto-custom-machine/yocto-custom-machine.tex

  Log Message:
  -----------
  yocto: machine-lab: Add the "providers" include

Add a base file to include in the custom machine to get the common
providers definitions, to prevent tf-a compiling errors.

Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>


  Commit: 9ce6a2d00f2e725be27984611b1376152a5c6c2f
      https://github.com/bootlin/training-materials/commit/9ce6a2d00f2e725be27984611b1376152a5c6c2f
  Author: Maxime Chevallier <maxime.chevallier at bootlin.com>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M slides/yocto-advanced/yocto-advanced.tex
    M slides/yocto-bsp/yocto-bsp.tex

  Log Message:
  -----------
  yocto: slides: Fix the PREFERRED_VERSION format

Make the frame fragile to allow proper escaping of the % char. The
percent charcter is handled by the \path command, but not by the macro
expansion that is used by the \code macro. The dirty fix is simply not
to use a macro.
Bump the preferred version to 5.14.

Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>


  Commit: 570f990efb4e6ff27f34d7c06169dd4d2c6c2a68
      https://github.com/bootlin/training-materials/commit/570f990efb4e6ff27f34d7c06169dd4d2c6c2a68
  Author: Maxime Chevallier <maxime.chevallier at bootlin.com>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M slides/yocto-bsp/yocto-bsp.tex

  Log Message:
  -----------
  yocto: slides: Fix the description of SERIAL_CONSOLES

The SERIAL_CONSOLES variable isn't used for the kernel commandline, but
to configure getty.

Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>


  Commit: 1b9bed4ce561ad1352206c0bdb941046e31abfcb
      https://github.com/bootlin/training-materials/commit/1b9bed4ce561ad1352206c0bdb941046e31abfcb
  Author: Maxime Chevallier <maxime.chevallier at bootlin.com>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M slides/yocto-layer/yocto-layer.tex

  Log Message:
  -----------
  yocto: layer: Describe what the priority is for

Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>


Compare: https://github.com/bootlin/training-materials/compare/5be24f526d9b...1b9bed4ce561


More information about the training-materials-updates mailing list