We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2004ebe commit 389d0e4Copy full SHA for 389d0e4
recipes/kernel/linux.yaml
@@ -1,6 +1,8 @@
1
# 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.
+# trees. By default, the defconfig of the architecture is built. Set the
+# LINUX_CONFIG environment variable to use another defconfig file from the
4
+# architecture (e.g. imx_v6_v7_defconfig for ARCH=arm).
5
+#
6
# To use a custom defconfig create a package kernel::linux-custom-config and
7
# set LINUX_CUSTOM_CONFIG to the name of your custom defconfig file.
8
0 commit comments