January 2018
Intermediate to advanced
456 pages
12h 49m
English
Once we have a default configuration, we will want to make modifications to it. The recommended way to change the Linux kernel configuration is using the Linux kernel build system with a Yocto SDK:
$ bitbake -e virtual/kernel | grep ^SRC_URI= SRC_URI="git://github.com/wandboard-org/linux.git;branch=4.1-2.0.x-imx file://defconfig file://0001-01_02-Add-a-custom-device-tree-and-configuration.patch"
$ cd /opt/yocto/ $ git clone https://github.com/wandboard-org/linux.git linux-wandboard $ cd linux-wandboard
Read now
Unlock full access