On Fri, Oct 11, 2019 at 11:46 PM Tsai, Matt <[email protected]> wrote: > > Hi Andrey,
Hey Matt! > > Thank you the reply. No problem! > > I picked the sumo branches from both Poky and meta-freescale for P2020 RDB. > They were the stable branches at the time I started. > https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=sumo > http://git.yoctoproject.org/cgit/cgit.cgi/meta-freescale/log/?h=sumo You would need couple of additional layers to build the image for your target... This is listed in: https://github.com/Freescale/fsl-community-bsp-base > > I was looking for a release note or annoucement for meta-freescale sumo > branch: > Something like this: > https://lists.yoctoproject.org/pipermail/yocto-announce/2018-May/000136.html > from Poky for the sumo release. > Or something like this: http://freescale.github.io/doc/release-notes/2.4/ > from meta-freescale for the sumo release. However, Rocko is the latest > release I could find. I do not think that NXP would make an announcement for other releases in a form you're expecting it to be, but even if they would - you're not limited to that release, and can always try to build your image from either the master branch or any stable branches that you're interested in. Bottom line is I guess for this point NXP people should comment here. > - What is the difference between the meta-freescale reporitory you referred > to (on Github) and the yoctoproject.org GIT repository? I believe Github is the place of origin for the meta-freescale development, and Yocto Project is a mirror of it. > - If meta-freescale has no plan to release "sumo", what are the releases > after "rocko" that supports P2020 RDB? And where I can find a release note > (annoucement), or plan if it is not released yet? Did you try to build off the latest "master" branch? This should have a support for QorIQ platforms (have a look at https://github.com/Freescale/meta-freescale/blob/master/recipes-kernel/linux/linux-qoriq_4.19.bb for example). What you would need to do here is to look at the manifest file that NXP provided for sumo, deduct all remotes and layers from it (meta-fresscale, meta-freescale-distro, meta-freescale-3rdparty, etc.), put them together and run the build. > > > Thank you, > > > Matt > -- andrey -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
