Hi,

I believe that it would be great to have a special variable that triggers
changelog creation for the specific recipe.

For example:

PN = "my_recipe"

SRC_URI = "git://${SOME_GIT_REPO};protocol=ssh"
SRCREV = "${AUTOREV}"
PV = "1+git${SRCPV}"

CHANGELOG = "1"

This should produce ${DEPLOY_DIR}/changelog file and add there changes in
repos of specific recipes in a simple form:

For example:

my_recipe:
    #5410 Add some features to my_recipe
    Signed-off-by: Oleksandr Poznyak <oleksandr.pozn...@gmail.com>
    Oleksandr Poznyak

This will make inergration of Yocto into any CI tool (Jenkins for ex.) much
easier.

Thanks,
Oleksandr Poznyak!
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to