Age | Commit message (Collapse) | Author |
|
To avoid depending on the sphinx version installed on the host, run the
documentation build in a python virtual environment.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Add support for overriding the image file name, using the same mechanism
as for DTB files. The 'image' parameter can specify both the image make
target and image destination file name, separated by a ':'. If no ':' is
found, the image make target is used as the image destination file name.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Add support for passing additional arguments to make. The arguments can
be specified after the platform name, or, if no platform name is
specified, after an empty option (--).
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
This was done due to the latest stable version of the kernel not having
implicit-fallthrough warnings fixed for ARM architectures. Now that this
has been fixed, enable the warning again.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Platform files can specify extra CFLAGS by extending the kcflags
environment variable. When a kernel tree for a platform contains both
BSP and mainline branches, different CFLAGS may be needed, as BSPs are
usually littered with warnings. Make it possible to specify extra CFLAGS
per kernel version through a new extra_kcflags array.
This mechanism can be extended later if needed by storing version
comparison strings as array keys (e.g. "<=4.19").
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
The kernel has enabled the implicit fallthrough warning without fixing
all warnings on ARM first. Disable the warning until this gets
addressed.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
The architecture is stored in a variable called $arch, not $ARCH. Fix
it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
|
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|