On 16 November 2017 at 11:12, Manjukumar Matha <[email protected]> wrote: > After reworking the kmeta data based on kernel-cache merge, these > configurations are not valid anymore. Delete the error causing kernel > fargments. > > Signed-off-by: Manjukumar Matha <[email protected]>
Looks like I missed those. Removing the KERNEL_FEATURES is fine. Reviewed-by: Nathan Rossi <[email protected]> Regards, Nathan > --- > conf/machine/zc702-zynq7.conf | 1 - > conf/machine/zc706-zynq7.conf | 1 - > 2 files changed, 2 deletions(-) > > diff --git a/conf/machine/zc702-zynq7.conf b/conf/machine/zc702-zynq7.conf > index ef42301..1430c84 100644 > --- a/conf/machine/zc702-zynq7.conf > +++ b/conf/machine/zc702-zynq7.conf > @@ -24,7 +24,6 @@ EXTRA_IMAGEDEPENDS += "u-boot-zynq-uenv" > SERIAL_CONSOLE = "115200 ttyPS0" > > KERNEL_DEVICETREE = "zynq-zc702.dtb" > -KERNEL_FEATURES += "features/rtc/rtc.scc" > > IMAGE_BOOT_FILES += "boot.bin uEnv.txt ${KERNEL_IMAGETYPE}-zynq-zc702.dtb" > > diff --git a/conf/machine/zc706-zynq7.conf b/conf/machine/zc706-zynq7.conf > index 0df5aa7..2379aee 100644 > --- a/conf/machine/zc706-zynq7.conf > +++ b/conf/machine/zc706-zynq7.conf > @@ -24,7 +24,6 @@ EXTRA_IMAGEDEPENDS += "u-boot-zynq-uenv" > SERIAL_CONSOLE = "115200 ttyPS0" > > KERNEL_DEVICETREE = "zynq-zc706.dtb" > -KERNEL_FEATURES += "features/rtc/rtc.scc" > > IMAGE_BOOT_FILES += " \ > boot.bin \ > -- > 2.7.4 > > -- > _______________________________________________ > 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
