summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-07-12scripts: Don't use cache on HTML FrameKuninori Morimoto
Web browser will use cached page if it is using Frame (Menu, Summary, etc), but it is not good for PeriJect user. To avoid the cache patch, this patch try to 1) remove frame html every make, 2) add "?xxx" after file name to make web browser think it's a different file. It works well on Chrome, but not sure on other browser. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2022-07-12scripts/find.py: ignore Abandoned tooKuninori Morimoto
It will ignore "Done" automatically, but it should ignore "Abandoned", too. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2022-07-12scripts: remove Kaneko/Simon/Ulrich from menuKuninori Morimoto
They have no SoW with Renesas Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2022-03-15periject: Fix menu and subindex file locations part2Kuninori Morimoto
It seems some browther can't handle symbolic link correctly (some browther think it at original path, some browther think it as linked path). Inidex.html is designed to located under ${periject}/index.html. But the reason why it is created inside ${periject}/html is keeping simple Makefile. Thus it is using link to under ${periject}. This patch uses hard link instead of symbolic link for it. Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2022-03-11schedule: Clean scripts/schedule.pyGeert Uytterhoeven
Make sure "scripts/schedule.py" is removed during "make clean". Fixes: edd2189ab2c0c913 ("Add Schedule support") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2022-03-11chatlog: Fix cleaning of wiki/Chat_log.wikiGeert Uytterhoeven
"wiki/Chat_log.wiki" is not removed during "make clean" due to a typo in the file name. Fixes: ffd8575eb1099413 ("chatlog: Auto update for Chat log") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2021-11-08add BSP 5.1.x upport requestKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-11-05Makefile: always update menuKuninori Morimoto
In Makefile, "menu" never updated because it doesn't have depend files. This patch always removes it and update every time. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-05-27Makefile: always remake index.htmlKuninori Morimoto
Current implementation doesn't update index.html even though menu and/or subindex were updated. Thus, browser uses old index.html, and we will miss new menu. This patch always remakes index.html to solve it. This patch also use "ln -sf" instead of "ln -f" for it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-12Makefile: force symlinks to allow rebuildingWolfram Sang
Currently, "make -B" to rebuild everything fails because the symlinks are already there. Force them to allow the rebuild. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: remove myhtml.pyKuninori Morimoto
No one is using myhtml.py anymore. This patch removes it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_member/status/team/bsp.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "member", "status", "team", "bsp" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_menu.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "menu" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_index/body/subindex.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "index", "body", "subindex" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_wiki.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "wiki" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_summary.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "summary" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-09scripts: add html_task.pyKuninori Morimoto
Because current PeriJect is using scripts/myhtml.py to creating all HTML files, all files will be re-created if myhtml.py itself was updated. It is very verbose. This patch separates "task" from it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-08Add Schedule supportKuninori Morimoto
This patch adds SoC/BSP schedule support. PeriPeri member can know the Renesas plan from it. It is based on timesheet JavaScript which from below with small customize. https://github.com/sbstjn/timesheet.js.git Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-02-02add BSP 4.1.x upport requestKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2021-01-29myhtml: update to indicate each BSP upport statusKuninori Morimoto
Current periject indicates BSP upport status as all-in-one, but it is not good to know *each* BSP. This patch update for it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-12-24Makefile: pre-commit hook should all dependentKuninori Morimoto
It should be all dependent, not all method Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-12-24chatlog: Auto update for Chat logKuninori Morimoto
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>
2019-12-09Wiki support 1st versionKuninori Morimoto
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>
2019-11-25Makefile: add .git/hooks/pre-commitKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2019-11-14Makefile: don't depend dirKuninori Morimoto
Current each files are depend its dir, but because of it, sometimes we needed to run "make" twice. This patch creates dir as 1 target, and each files never depends it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-09-30Makefile: fixup make orderKuninori Morimoto
Current periject need to make many times. It is because of make order. This patch fixup it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-09-03Makefile: update Menu when new file/folder was createdKuninori Morimoto
Current periject doesn't update Menu Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09html: add NoAssignee supportKuninori Morimoto
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>
2019-04-09find: replace -a to -allKuninori Morimoto
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>
2019-04-09Makefile: cleanup all targetKuninori Morimoto
Basic step is over. Let's cleanup Makefile Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09html: add team menuKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09Add BSP patch list on menuKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
2019-04-09Add html supportKuninori Morimoto
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>