Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 963 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 963 Bytes

poky-tiny-kas

hopefully small poky-tiny image built with kas

usage

# clone this repository to your home directory
user@machine:~$ git clone https://github.com/methodpark/yocto-training-kas.git

# clone kas to your home directory
user@machine:~$ git clone https://github.com/siemens/kas

# run bitbake shell
# from inside yocto-training-kas
cd yocto-training-kas
user@machine:~/yocto-training-kas$  ../kas/kas-container shell

# build image
user@machine:~/yocto-training-kas$ ../kas/kas-container build

# build only entr recipe
user@machine:~/yocto-training-kas$ ../kas/kas-container shell
builder@aa2c6b960dda:/build$ bitbake entr
  • also use ../kas-container help
  • the config is in .config.yaml by default, i guess we can move it if hidden file is too implicit

run qemu on image

# in kas-container shell
runqemu slirp nographic serialstdio

Login with user root, no password.

To exit the qemu process, use Ctrl+a x.