Skip to content

Commit 389d0e4

Browse files
committed
kernel::linux: fix comment about LINUX_CONFIG var
If set, the value must have the _defconfig suffix and name the file exactly.
1 parent 2004ebe commit 389d0e4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

recipes/kernel/linux.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Standard Linux kernel recipe that builds the kernel, modules and device
2-
# trees. By default the defconfig of the architecture is built. Set the
3-
# LINUX_CONFIG environment variable to use another ${LINUX_CONFIG}_defconfig.
2+
# trees. By default, the defconfig of the architecture is built. Set the
3+
# LINUX_CONFIG environment variable to use another defconfig file from the
4+
# architecture (e.g. imx_v6_v7_defconfig for ARCH=arm).
5+
#
46
# To use a custom defconfig create a package kernel::linux-custom-config and
57
# set LINUX_CUSTOM_CONFIG to the name of your custom defconfig file.
68

0 commit comments

Comments
 (0)