fcastagnotto / docker-yocto

first try of build os yocto-based using docker image
0 stars 0 forks source link

automatic shell to change kernel config #2

Open fcastagnotto opened 6 years ago

fcastagnotto commented 6 years ago
fcastagnotto commented 5 years ago

found! Inside the container running, after the creation of the environmento, do: apt-get install screen libncurses5-dev bitbake linux-raspberrypi -c menuconfig

and you'll see the graphical Menuconfig of Linux!

fcastagnotto commented 5 years ago

correct way to create the kernel: bitbake linux-raspberrypi -c kernel_configme -f bitbake linux-raspberrypi -c menuconfig bitbake linux-raspberrypi -c diffconfig bitbake linux-raspberrypi -c kernel_configcheck -f bitbake linux-raspberrypi -c deploy `bitbake linux-raspberrypi

After these commands, the compilation ends without errors: I've not yet try it on the machine.