Index: conf/distro/ely.conf =================================================================== diff -u -r239250ec26d99ec937c7cfddaadb918c3e3e77ce -ra5f1faf2210d76c329a7b5330fec973f5a38c821 --- conf/distro/ely.conf (.../ely.conf) (revision 239250ec26d99ec937c7cfddaadb918c3e3e77ce) +++ conf/distro/ely.conf (.../ely.conf) (revision a5f1faf2210d76c329a7b5330fec973f5a38c821) @@ -1,13 +1,13 @@ require conf/distro/poky.conf # Discrete version values. -YOCTO_MAJOR = "4" +YOCTO_MAJOR = "5" YOCTO_MINOR = "0" # DEY_RELEASE = "6" # DEY_BUILD = "2" ELY_RELEASE = "0" -ELY_BUILD = "1" +ELY_BUILD = "2" # Firmware version of the system. DEY_FIRMWARE_VERSION ?= "${YOCTO_MAJOR}.${YOCTO_MINOR}.${ELY_RELEASE}.${ELY_BUILD}" Index: conf/templates/leahi/bblayers.conf.sample =================================================================== diff -u -r7279c7f40d6a83f2f14a8442a5e825419674e70b -ra5f1faf2210d76c329a7b5330fec973f5a38c821 --- conf/templates/leahi/bblayers.conf.sample (.../bblayers.conf.sample) (revision 7279c7f40d6a83f2f14a8442a5e825419674e70b) +++ conf/templates/leahi/bblayers.conf.sample (.../bblayers.conf.sample) (revision a5f1faf2210d76c329a7b5330fec973f5a38c821) @@ -3,6 +3,9 @@ # LEAHI BBLAYER POKY_BBLAYERS_CONF_VERSION = "2" +# TODO: add this later to the layers. May be needed for video playbak [instructions]. +# ##DIGIBASE##/meta-openembedded\meta-multimedia \ + BBPATH = "${TOPDIR}" BBFILES ?= "" @@ -12,7 +15,6 @@ ##OEROOT##/meta-yocto-bsp \ ##DIGIBASE##/meta-openembedded/meta-oe \ ##DIGIBASE##/meta-openembedded/meta-python \ - ##DIGIBASE##/meta-openembedded\meta-multimedia \ ##DIGIBASE##/meta-openembedded/meta-networking \ ##DIGIBASE##/meta-openembedded/meta-webserver \ ##DIGIBASE##/meta-qt5 \ Index: conf/templates/leahi/conf-notes.txt =================================================================== diff -u -r7279c7f40d6a83f2f14a8442a5e825419674e70b -ra5f1faf2210d76c329a7b5330fec973f5a38c821 --- conf/templates/leahi/conf-notes.txt (.../conf-notes.txt) (revision 7279c7f40d6a83f2f14a8442a5e825419674e70b) +++ conf/templates/leahi/conf-notes.txt (.../conf-notes.txt) (revision a5f1faf2210d76c329a7b5330fec973f5a38c821) @@ -1,5 +1,8 @@ -Digi Embedded Yocto provides the following image recipes: - * ely-image-qt: graphical Qt image +=========================== ELY =========================== +Embedded Leahi Yocto provides the following image recipes: + * ely-image-qt: graphical Qt image + +=========================================================== Index: sdk/mkproject.sh =================================================================== diff -u -ra14cf35e6dde2195fe746152bc9b9945e7c34751 -ra5f1faf2210d76c329a7b5330fec973f5a38c821 --- sdk/mkproject.sh (.../mkproject.sh) (revision a14cf35e6dde2195fe746152bc9b9945e7c34751) +++ sdk/mkproject.sh (.../mkproject.sh) (revision a5f1faf2210d76c329a7b5330fec973f5a38c821) @@ -27,7 +27,7 @@ # Path to platform config files -MKP_CONFIGPATH="${MKP_SCRIPTPATH}/sources/${MKP_PLATFORM}/config/templates}" +MKP_CONFIGPATH="${MKP_SCRIPTPATH}/sources/${MKP_PLATFORM}/conf/templates}" # Blacklist platforms (not officially supported in a DEY release) MKP_BLACKLIST_PLATFORMS="ccimx6qpsbc ccimx6sbc ccimx8x-sbc-express" @@ -186,7 +186,7 @@ case "${c}" in l) MKP_LIST_PLATFORMS="y";; p) MKP_PLATFORM="${OPTARG}";; - m) MKP_CONFIGPATH="${MKP_SCRIPTPATH}/sources/${OPTARG}/config/templates";; + m) MKP_CONFIGPATH="${MKP_SCRIPTPATH}/sources/${OPTARG}/conf/templates";; esac done