Age | Commit message (Collapse) | Author |
|
If no bsp-commits are present, upstream commits are not listed.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
This patch adds chatlog.py and auto update Chat log.
Each leader need to do is just put chatlog under wiki/Chat_log
by this patch.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
For Multi Camera which is asked from BSP team.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
and some design update
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Renesas contracted service provider will stop Redmine at 2021.
But, We want to keep it. This patch start to support Wiki at PeriJect.
100% compatible is difficult, but some of them can be.
These are known un-compatiblity.
- list "-" doesn't work
- line "---" doesn't work
- [[link]] doesn't work (periject supports similar one)
- !image! doesn't work (periject supports similar one)
- <pre>...</pre> doesn't allow white line
- {{toc}} doesn't work
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Generate unique keys for YAML project files lacking them.
There are two minor issues left:
1. Due to the "git add", not only the key is added to the file,
but also any other changes that are not yet staged,
2. When doing "git add <file>; git commit <file>", the addition of
the key is also left in the unstaged changes as a side effect,
so "git diff" still shows that change as uncommitted.
More investigation shows this only happens when passing the
file name to the "git commit" command. Hence it does not
happen when doing "git add <file>; git commit".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
|
|
To enable:
ln -s ../../scripts/pre-commit.sh .git/hooks/pre-commit
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
|
|
Even if the tasks' status is "New", "Active", "Blocked" or "Paused",
the def bsp on htmi.py increases cnt_{up,all} when
task_commit_upstream returns non-zero. However, these countings
are possible to overlook which bsp patches are still in progress.
So, this patch changes the task done counting. Also adds task's status
related upported patches counting like below:
bsp:184/upstream:160 = 87.0%
--> keep as-is.
task:57/done:43 = 75.4% (bsp:184/upstream:106 = 57.6%)
~~~~~~~ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
changed add
Suggested-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
We want to count "Done" status upport patch as done
even though it doesn't have upstream patch.
This patch indicate status.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Current statistics is counting line number, but then,
result will be strange if 1 line had multi patches.
This patch counts correct BSP patch number.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
"BSP commit / upstreamed commit" is not 1:1.
This means, max will be not 100%.
This patch adds task base percent.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
If comment had http[s] links, this patch add <a> link for it.
It doesn't work correctly somehow if <a target="subbody">,
so, it uses <a target="_blank"> so far.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
There are no assignee tasks, and html.py will be error at such
tasks. This patch care it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
We can find No Assignee task as below, but not useful.
find -na ""
This patch support -a NoAssignee support for it.
It might be replace if schema had required at assignee
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
commit fbd5adac3e9a0 ("find: add -a option")
added -a option to indicate all tasks, but it was same as
assignee member. This patch fixup it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Some key might not exist on yaml data.
In such case, it will be error on get_data().
This patch return [] when no data or no key case
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
It returned additional default args, but it will be issue
for html. This patch exchange to retrun whole args
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
For selfish boys & girls
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
status based summary is easy to see
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
more simply link path
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
more simply link path
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
use "th" header
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
To be more object, let's add set_data/get_data
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
default will ignore Done status, but we sometimes want to get
all tasks. This patch adds -a option for it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
We want to find tasks from specified dir
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
find yaml file, not -type f
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
To support relationships, directly getting Yaml data on each function
is more useful. Let's add get_data() and do it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Very simple 1st verstion
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
|
Fall back to 'TBD' if there is no assignment yet.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Change group from 'MM' to 'TBD', set default status to 'New', and merge
commit descs to the same line as commits.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
merge commit desc line
|
|
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Done by staying with ' ' as FS.
Suggested-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
And don't produce useless '_' when generating filenames.
Reported-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Reported-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Makes it easier to find e.g. corresponding comments to commits.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Usage: periupport_conv <ticket text output> <dest path>
Example usage for converting the bsp370 text output file:
$ scripts/periupport_conv ../periupport/out/bsp370.txt /tmp/bsp370/
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|
|
Usage: peripelist_conv <source todo> <dest path> <groupname>
Example usage for converting the IO todo file:
$ scripts/peripelist_conv ../peripelist/io/todo projects/linux/io/ IO
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
|