On Tue, Feb 26, 2013 at 5:11 PM, John Weber <[email protected]> wrote: > Hi Otavio - > > The U-boot recipe, I've had problems using SRC_URI_apppend_<machine name> to > target patches to a particular machine. What I've done below is target them > to i.mx6 and then bitbake ties this to u-boot. I can put the wandboard-dual > specific patch into a subdirectory, as show below: > > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" > > PRINC := "${@int(PRINC) + 1}" > > # Wandboard-specific patches > SRC_URI_append_mx6= " \ > file://wandboard-dual/Initial-support-for-Wandboard-Dual.patch \ > " > > But, if I do SRC_URI_append_wandboard-dual = "..." , this does not work.
Please check the overrides: bitbake u-boot-imx -e | grep OVERRIDES It should how the overrides it is taking. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
