From: Ting Liu <[email protected]> changes: Add T4240QDS case, monitor.conf is an example based on T4240QDS Add power consumption monitoring support Adjust monitoring duration: 20mins->10mins, 4hours->1hour Update copyright Update refresh rate as every 10 senconds Disable error logging for lighttpd
Signed-off-by: Ting Liu <[email protected]> --- recipes-extended/web-sysmon/web-sysmon_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-extended/web-sysmon/web-sysmon_git.bb b/recipes-extended/web-sysmon/web-sysmon_git.bb index d9df8e4..506c0e1 100644 --- a/recipes-extended/web-sysmon/web-sysmon_git.bb +++ b/recipes-extended/web-sysmon/web-sysmon_git.bb @@ -3,9 +3,8 @@ SECTION = "web-sysmon" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" -SRCBRANCH = "sdk-v1.4.x" -SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon.git;branch=${SRCBRANCH}" -SRCREV = "40b47611378ef5c07d98f0f691bb146ae52dcdc1" +SRC_URI = "git://git.freescale.com/ppc/sdk/web-sysmon-dev.git;nobranch=1" +SRCREV = "d8fafc6f223054a4129d5623e89d3dcf42ac8147" S = "${WORKDIR}/git" -- 1.7.9.7 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
