[yocto] what's the recommended way to extend FILESOVERRIDES to add a powerpc CPU?

Robert P. J. Day rpjday at crashcourse.ca
Wed Mar 2 08:26:17 PST 2016


Quoting "Robert P. J. Day" <rpjday at crashcourse.ca>:

>   currently working on a layer for building for three powerpc-based  
> target boards:
>
>   * mach1 (8260-based)
>   * mach2, mach3 (8360-based)
>
> i wanted to use FILESOVERRIDES to be able to distinguish between patches
> that were:
>
>   * machine-specific
>   * CPU-specific (8260 or 8360)
>   * common across all powerpc targets
>
> however, a quick check shows me that TRANSLATED_TARGET_ARCH contains
> only "powerpc", so that FILESOVERRIDES starts with:
>
>   "powerpc:machine-name:..."

   never mind, found what i was after:

http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#var-MACHINEOVERRIDES

rday





More information about the yocto mailing list