Index: conf/distro/ely.conf =================================================================== diff -u -r12acf52e0920c08d420bf6e0d4b4dbfe3062836b -rfe807cfd5634f48b38d75b26d243889adb4f872d --- conf/distro/ely.conf (.../ely.conf) (revision 12acf52e0920c08d420bf6e0d4b4dbfe3062836b) +++ conf/distro/ely.conf (.../ely.conf) (revision fe807cfd5634f48b38d75b26d243889adb4f872d) @@ -1,22 +1,28 @@ -require conf/distro/poky.conf +require conf/distro/dey.conf +#require conf/distro/poky.conf + # Discrete version values. -YOCTO_MAJOR = "5" -YOCTO_MINOR = "0" +#YOCTO_MAJOR = "5" +#YOCTO_MINOR = "0" -DEY_RELEASE = "2" -DEY_BUILD = "2" +#DEY_RELEASE = "2" +#DEY_BUILD = "2" ELY_RELEASE = "0" -ELY_BUILD = "2" +# Leahi HW fixes +# ELY_BUILD = "2" +# Fix the SWUpdate +ELY_BUILD = "3" + # Firmware version of the system. DEY_FIRMWARE_VERSION ?= "${YOCTO_MAJOR}.${YOCTO_MINOR}.${DEY_RELEASE}.${DEY_BUILD}" # Distribution info. DISTRO = "ely" DISTRO_NAME = "Embedded Leahi Yocto" -DISTRO_VERSION = "${YOCTO_MAJOR}.${YOCTO_MINOR}-r${ELY_RELEASE}.${ELY_BUILD}" +DISTRO_VERSION = "${YOCTO_MAJOR}.${YOCTO_MINOR}-r${DEY_RELEASE}.${DEY_BUILD}-v${ELY_RELEASE}.${ELY_BUILD}" SDK_VENDOR = "-deysdk"