Lines Matching refs:you

10 Regardless of how you intend to make use of the Yocto Project, chances
11 are you will work with the Linux kernel. This manual describes how to
15 common tasks you can perform using the kernel tools, shows you how to
21 whose Git repositories you can view in the Yocto
33 (``linux-yocto-dev.bb``) should you want to work with the very latest in
47 In particular, the kernel tools allow you to generate configuration
48 fragments that specify only what you must, and nothing more.
53 This efficiency reduces your maintenance effort and allows you to
58 these configurations individually allows you to aggregate them together
62 If you do not maintain your own kernel sources and need to make only
64 base upon which to layer your changes. Doing so allows you to benefit
68 If, instead, you have a very specific Linux kernel source tree and are
70 you have a way to use the Yocto Project Linux kernel tools with your
74 specific Linux kernel development tasks. These instructions assume you
77 facilitate the process of working with the kernel recipes. If you find
78 you need some additional background, please be sure to review and
102 kernel's ``recipes-kernel`` area in a kernel layer you create.
117 recommended that you use ``devtool`` and an extensible SDK for kernel
118 development. Alternatively, you can use traditional kernel
120 steps you need to take to get the development environment ready.
122 Using ``devtool`` and the eSDK requires that you have a clean build
123 of the image and that you are set up with the appropriate eSDK. For
128 Using traditional kernel development requires that you have the
136 if you have to do this, you make the changes to the files in the
137 eSDK's Build Directory if you are using ``devtool``. For more
142 If you are using traditional kernel development, you edit the source
148 calls for changing the kernel's configuration, you can use
150 which allows you to
151 interactively develop and test the configuration changes you are
152 making to the kernel. Saving changes you make with ``menuconfig``
162 Once you are satisfied with the configuration changes made using
163 ``menuconfig`` and you have saved them, you can directly compare the
169 Additionally, if you are working in a BSP layer and need to modify
170 the BSP's kernel's configuration, you can use ``menuconfig``.
173 image applies your changes. Depending on your target hardware, you