Skip to content

Yocto requires separate epiphany and host builds #229

@peteasa

Description

@peteasa

@olajep whilst looking into the yocto build environment I have found that the build process works better if there are separate configure scripts for arm and epiphany builds. This is because the configure script tends to have many things overridden with environment variables when building with yocto. These overrides should be different for arm and epiphany.

Have you an objection to splitting the configure script into three such that the top level configure script will build both, but the next level down will build either arm code or epiphany code depending on the configure script used?

I envisage a top level configure with two folders one for arm and one for devices/epiphany where the second set of configure scripts will be located.

In addition yocto requires that the build object can be created in a separate folder tree. At the moment the source and build tree is the same.

The reason for doing this is that then we can create a meta-pal layer that could be used for multiple processor types in the yocto build environment.

Peter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions