Commit Graph

5 Commits

Author SHA1 Message Date
Ramon Moesching 8e73405d5e base_files bbappend: Quiet basehash errors, removed DATE variable
Previous fixes didn't helped so remove DATE variable from recipe
to get some silence in here. Also removed do_configure and
do_install_remove [nostamp] since they are not really necessary.
But let do_comile and do_install [nostamp] stay for forcing rebuild and
installation to keep files in final rootfs up to date.

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-19 15:17:43 +01:00
Ramon Moesching e1429bf2f8 base-files bbappend: remove EXTERNALSRC_GIT_SRCREV variable from vardeps-remove
EXTERNALSRC_GIT_SRCREV is not longer used in recipe and can be removed



Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-13 09:35:26 +01:00
Ramon Moesching 106c78159b base-file bbappend: Remove git tag and show only version related to distro
Remove rundandent distro name from externalgitsrc.bbclass.

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-12 18:22:37 +01:00
Ramon Moesching 79a870021f base-files bbappend: force package rebuild and remove variables from basehash
Set configure, compile and install task to nostamp will force rebuild even
if sstate is available

Remove dynamic variables from bashhash
which can change basehash during install process

BugzID: 54217

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-12 17:01:12 +01:00
Ramon Moesching 950c35b01e base-files: show verbose distro information
base-file bbappend: console login promt: show more related distro information
By appling this bbappend,the context of /etc/issue and /etc/issue.net
are written by DISTROVERSION-ISSUE variable.
If this bbappend file not available then the base recipes takes
over these issue* files.
EXTERNALSRC_GIT_SRCREV depends on externalgitsrc.bbclass

BugzID: 53629

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-10-29 21:05:14 +01:00