DeployingASumoPackage

From VentureResearchWiki
Jump to navigation Jump to search

Yocto-Sumo[edit | edit source]

Release an existing package[edit | edit source]

ssh global.notespace.org -6 -p 22022 -l kevin

password: P!

cd /nvme/kevin/yocto-sumo/

setup build environment

. sources/poky/oe-init-build-env

Edit bitbake file to update revision

vi ../sources/meta-venture/recipes-venture/vrfrv2-linux/vrfrv2-linux-event-beta.bb
MACHINE=vr-mx6-linuxboard bitbake vrfrv2-linux-event-beta
../update-feed.sh

Open up another putty session to embedded-prod:

ssh embedded-prod -l venture

Run the script:

/home/yocto-sumo/sync.sh

enter same password P! when asked, make sure you see your new packages come across!