Problem Description ====================== Each of wrlinux layer should have the definations of LAYERVERSION and LAYERDEPENDS in its layer.conf But the variables are not defined in following BSP layers: wr-bsps/arm-coretile-express-a15-a7 wr-bsps/fsl-imx53 wr-bsps/fsl-imx6 wr-bsps/fsl-mpc85xx wr-bsps/fsl-p10xx wr-bsps/mv-armada-xp Expected Behavior ====================== LAYERVERSION and LAYERDEPENDS are defined for each wrlinux layer. Observed Behavior ====================== missing LAYERVERSION and LAYERDEPENDS in some layer.conf Logs ====================== N/A Misc Info ====================== N/A
Not affect wrlinux funtions.
step 1; configure --enable-board=qemux86-64 --enable-kernel=standard --enable-rootfs=glibc-small --enable-parallel-pkgbuilds=5 --enable-jobs=5 --enable-checkout-all-layers=yes step 2; for each layer in $prjdir/layers, check the layer.conf to see whether the LAYERVERSION and LAYERDEPENDS are defined or not.