Hi yipingwang,
I am trying to follow your way to download linux-qoriq-rt.4.19
1.Add sources/meta-freescale/recipes-kernel/linux/linux-qoriq-rt_4.19.bb and context as below:
IC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
LINUX_VERSION = "4.19"
SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1"
SRCREV = "134788b16485dd9fa81988681d2365ee38633fa2"
require recipes-kernel/linux/linux-qoriq.inc
2.Modify below items in sources/meta-qoriq/conf/distro/fsl-qoriq.conf file:
PREFERRED_VERSION_linux-qoriq = "4.19%"
REFERRED_PROVIDER_virtual/kernel = "linux-qoriq-rt"
After bitbake fsl-image-networking, I check download folder, it still download linux 5.4 version
Does anything I miss to modify?
Thank you.
Jack