mkdir bb-setup-bbb-swupdate
cd bb-setup-bbb-swupdate
git clone https://github.com/kanavin/bitbake.gitCreate an initial configuration for bitbake-setup:
bitbake/bin/bitbake-setup reset-settings --top-dir .
bitbake/bin/bitbake-setup change-setting --top-dir . default registry "git://git@github.com/afreof/bitbake-setup-configurations.git;protocol=ssh;branch=main;rev=main"
bitbake/bin/bitbake-setup change-setting --top-dir . default dl-dir ./.bitbake-setup-downloadsAlternatively just write a JSON file bitbake-setup.conf:
[default]
registry = git://git@github.com/afreof/bitbake-setup-configurations.git;protocol=ssh;branch=main;rev=main
dl-dir = ./.bitbake-setup-downloadsFinally the configuration can be downloaded:
bitbake/bin/bitbake-setup init poky-bbb-fitimage --top-dir .