Re: Unable to upgrade kernel; package for kernel name includes version
Bryan Evenson
All,
toggle quoted messageShow quoted text
-----Original Message-----I have a partial solution, but I'm still curious as to if there is a cleaner method than what I've found so far. I have a package that is an image version so that way I can easily tell the overall distribution version. In that package, I added the line: RDEPENDS_${PN} = "kernel-image (>= 3.10)" When I did this, upgrading my image version package caused kernel-image-3.10.0-yocto-standard to be installed. However, opkg still claims that kernel-image-3.6.9-yocto-standard is still installed; it'd be nice to remove this package also. Would adding: RCONFLICTS_${PN} = "kernel-image-3.6.9-yocto-standard" RREPLACES_${PN} = "kernel-image-3.6.9-yocto-standard" to the 3.10 kernel recipe fix the issue? And if so, moving forward would I then need to append the list with each kernel version that is created, in case I have an old system that has never been upgraded? I think this will work, but it seems messy. Thanks, Bryan
|
|