> On 10/10/2013 06:36 AM, yaoxp wrote:
> > Hi all,
> >
> > If build cronie without --with-syscrontab, the /etc/crontab will not work.
> >
>
> I ran a test without this and the /etc/crontab file was read and the
> cron entry was executed, can you explain m
Hi all,
If build cronie without --with-syscrontab, the /etc/crontab will not work.
Signed-off-by: Yao Xinpan
---
meta/recipes-extended/cronie/cronie_1.4.9.bb |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/cronie/cronie_1.4.9.bb
b/meta/
Will offer the following warning when there are upper case letters in the BB
file name:
WARNING: QA Issue: xxx doesn't match the [a-z0-9.+-]+ regex
Is there such a regulation in yocto that there can't be upper case letters in
the BB file name ?
Signed-off-by: Yao Xinpan
---
meta/classes/insan