On Tue, Apr 12, 2016 at 1:53 AM, Edward Wingate <[email protected]> wrote: > I'm trying to use a certain revision of u-boot and added this to my config: > PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-xlnx-dev" > SRCREV_pn-u-boot-xlnx-dev = "a553d84118f8fa0b8b98f2c72997646f47447eb8" > > I am setting these two variables because doing similarly so for the > linux-xlnx-dev recipe is working as expected. But during bitbake, it > doesn't go to that revision of u-boot-xlnx. It is just using the tip > instead (4d3a7732528755b5d0a054140639a970d8cdc188 as of today). > > I am still on fido branch of meta-xilinx. Can anyone help me with > getting the u-boot-xlnx-dev recipe to point to the u-boot revision I > want?
u-boot-xlnx-dev was setting SRCREV directly (aka =, not ?= like linux-xlnx-dev does). This was fixed up last year (http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/commit/recipes-bsp/u-boot/u-boot-xlnx-dev.bb?id=e694faab4dc3d2150aa4383d29d57f3fa9258188). However for fido you should be able to force your override, with something like: SRCREV_pn-u-boot-xlnx-dev_forcevariable = "<commit>" Regards, Nathan > > Thanks, > Ed > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
