aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgetallpkginfo.bash4
1 files changed, 3 insertions, 1 deletions
diff --git a/getallpkginfo.bash b/getallpkginfo.bash
index 10c47b5..73de567 100755
--- a/getallpkginfo.bash
+++ b/getallpkginfo.bash
@@ -158,7 +158,9 @@ function check_local_version_change () {
#
cd $PokyHome
. ./oe-init-build-env build
- bitbake -s | sed '/^WARN/d;/^Load/d;/^NOTE:/d;/^Parsing/d;/^Pack/d;/^====/d;/^[Dd]one/d;/^$/d' | awk '{printf("%s,%s\n", $1, $2)}' | sed -e 's/,.*:/,/;s/-r[0-9].*$//' > $LogRestore/recipe_name_version.log.
+ bitbake -s | sed '/^WARN/d;/^Load/d;/^NOTE:/d;/^Parsing/d;/^Pack/d;/^====/d;/^[Dd]one/d;/^$/d' | awk '{printf("%s,%s\n", $1, $2)}' | sed -e 's/,.*:/,/;s/-r[0-9].*$//' > $LogRestore/recipe_name_version.log.$date
+ ln -fs $LogRestore/recipe_name_version.log.$date $LogRestore/recipe_name_version.log
+
#
#Use dailycheck_to_db.py to collect all the recipes information to daily_check.sqlite daily
#