-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
To build with MACHINE="beagle-ai" we need to use the next manifest:
repo init -u git://git.toradex.com/toradex-manifest.git -b scarthgap-7.x.y -m common-torizon/ti/default.xml
And fix this ref:
leon@scheie:~/common-torizon$ ag --hidden "refs/tags/2.8"
.repo/manifests/common-torizon/ti/next.xml
10: <project name="bitbake" path="sources/bitbake" remote="oe" revision="refs/tags/2.8"/>
to
leon@scheie:~/common-torizon$ ag --hidden "=2.8"
.repo/manifests/common-torizon/ti/next.xml
10: <project name="bitbake" path="sources/bitbake" remote="oe" revision="2.8"/>
I'm documenting this in case anyone wants to build this image. I suppose these changes will eventually land in the default.xml manifest.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels