| Message ID | 48a03c30-a5d4-0710-efd3-579de1698cc3@crashcourse.ca |
|---|---|
| State | Accepted |
| Headers | show |
| Series | bsp-guide: update lonely "4.12" kernel reference to "6.12" | expand |
On Wed, 18 Jun 2025 13:44:11 -0400, Robert P. J. Day wrote: > To accompany earlier updating of kernel version, update this lonely > reference to be consistent. > > Applied, thanks! [1/1] bsp-guide: update lonely "4.12" kernel reference to "6.12" commit: e26c2018cd663de91ee08e0cba55eda1a4c30210 Best regards,
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 35972f172..a3020789f 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst @@ -1177,7 +1177,7 @@ Use these steps to create a BSP layer: - *Create a Kernel Recipe:* Create a kernel recipe in ``recipes-kernel/linux`` by either using a kernel append file or a - new custom kernel recipe file (e.g. ``linux-yocto_4.12.bb``). The BSP + new custom kernel recipe file (e.g. ``linux-yocto_6.12.bb``). The BSP layers mentioned in the previous step also contain different kernel examples. See the ":ref:`kernel-dev/common:modifying an existing recipe`" section in the Yocto Project Linux Kernel Development Manual for
To accompany earlier updating of kernel version, update this lonely reference to be consistent. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> --- there will be one more patch to update the rest of the BSP guide, but that will be submitted separately.