Re: [PATCH 6-freebsd-12 3/4] build: Separate the kernel and user land include paths

2020-09-15 Thread Chris Johns
On 16/9/20 12:48 am, Joel Sherrill wrote: > On Mon, Sep 14, 2020 at 9:33 PM mailto:chr...@rtems.org>> > wrote: > > From: Chris Johns mailto:chr...@rtems.org>> > > - Provide support for separate user and kernel include paths in >   libbsd.py. > > - Update all added files with a s

Re: [PATCH 6-freebsd-12 3/4] build: Separate the kernel and user land include paths

2020-09-15 Thread Sebastian Huber
On 15/09/2020 16:48, Joel Sherrill wrote: Otherwise, I am just asking does Python code need to pass. pylint and yapf are mentioned in this thread but https://books.agiliq.com/projects/essential-python-tools/en/latest/linters.html has a list of tools and claims that pycodelint matches pep8. I tho

Re: [PATCH 6-freebsd-12 3/4] build: Separate the kernel and user land include paths

2020-09-15 Thread Sebastian Huber
On 15/09/2020 13:01, Chris Johns wrote: On 15 Sep 2020, at 5:51 pm, Sebastian Huber wrote: On 15/09/2020 04:33,chr...@rtems.org wrote: -def get_includes(self): +def getIncludes(self): I am not sure which coding style the file uses in general, but pylint complains about camelCase

Re: [PATCH 6-freebsd-12 3/4] build: Separate the kernel and user land include paths

2020-09-15 Thread Chris Johns
> On 15 Sep 2020, at 5:51 pm, Sebastian Huber > wrote: > > On 15/09/2020 04:33, chr...@rtems.org wrote: > >> -def get_includes(self): >> +def getIncludes(self): > I am not sure which coding style the file uses in general, but pylint > complains about camelCase function names. I did

Re: [PATCH 6-freebsd-12 3/4] build: Separate the kernel and user land include paths

2020-09-15 Thread Sebastian Huber
On 15/09/2020 04:33, chr...@rtems.org wrote: -def get_includes(self): +def getIncludes(self): I am not sure which coding style the file uses in general, but pylint complains about camelCase function names. ___ devel mailing list devel@rtems.o

[PATCH 6-freebsd-12 3/4] build: Separate the kernel and user land include paths

2020-09-14 Thread chrisj
From: Chris Johns - Provide support for separate user and kernel include paths in libbsd.py. - Update all added files with a suitable context to build them with. Supported contexts are `kernel` and `user`. - Kernel source use the kernel, CPU, and build header paths in this order. - User