Skip to content

beagle-ai: needs next manifest and manifest fix #256

@leonheldattoradex

Description

@leonheldattoradex

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions