Hello,
I've searched & can't seem to find an answer for this but I'm sure it must
have come up before.

I'd like to automate the generating of images using Bash & create similar
recipes but with different PACKAGECONFIG's. How does one do that?

It would be something like:

#! /bin/bash
source oe-init-build-env build-microchip

# Generate first image
PACKAGECONFIG = "foo"
MACHINE=sama5d4-xplained-sd bitbake microchip-graphics-images
# Upload image to 'cloud'
mv sama5d4-xplained-sd /theCloud

# Generate second image
PACKAGECONFIG = "bar"
MACHINE=sama5d4-xplained-sd bitbake microchip-graphics-images
# Upload image to 'cloud'
mv sama5d4-xplained-sd /theCloud


Thanks,
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#59119): https://lists.yoctoproject.org/g/yocto/message/59119
Mute This Topic: https://lists.yoctoproject.org/mt/96651827/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to