| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Use git as package version. There is no package version for this script.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
|
|
|
|
|
|
|
| |
The variables RPIFW_SRC_URI and RPIFW_S are created in the common firmware
include file so that it is easier to override the firmware source in a local or
distro config file. RPIFW_SRC_URI is used to set SRC_URI in firmware.inc as it
is common to both bootfiles and vc-graphics. RPIFW_S is used as a prefix for S
in bcm2835-bootfiles.bb and vc-graphics.inc as different subdirectories are
referenced in each recipe.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GPU_MEM
gpu_mem - GPU memory in megabyte. Sets the memory split between the ARM and
GPU. ARM gets the remaining memory. Min 16. Default 64
GPU_MEM_256
gpu_mem_256 -GPU memory in megabyte for the 256MB Raspberry Pi. Ignored by
the 512MB RP. Overrides gpu_mem. Max 192.
GPU_MEM_512
gpu_mem_512 -GPU memory in megabyte for the 512MB Raspberry Pi. Ignored by
the 256MB RP. Overrides gpu_mem. Max 448.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
| |
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
|
|
| |
These files are used in the boot process with the updated bootloader.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
|
|
|
| |
config.txt allows several overclocking parameters to be tweakes. This makes
the most important ones overridable through local.conf.
Signed-off-by: Julian Scheel <julian@jusst.de>
|
|
|
|
|
|
|
| |
Add a DISABLE_OVERSCAN variable that can be used in local.conf to overwrite
the overscan default setting.
Signed-off-by: Julian Scheel <julian@jusst.de>
|
|
|
|
|
|
| |
Several options have been added in the meantime to config.txt.
Signed-off-by: Julian Scheel <julian@jusst.de>
|
|
|
|
|
|
|
|
| |
This was done to avoid errors like:
| *** Error: Package name contains illegal characters, (other than [a-z0-9.+-])
while using ipk.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
| |
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
| |
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
| |
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
| |
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|
|
|
|
|
| |
In this way we can tell exactly what version is deployed.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|\
| |
| | |
bcm2835-bootfiles: Modify LICENSE to match license from poky common licenses.
|
| |
| |
| |
| | |
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
|
|/
|
|
|
|
| |
The firmware is split over multiple packages all of which need to use the same
source revision. Also, the firmware is currently not formally versioned, so
at least use the date the firmware was released in the versions.
|
|
|
|
|
|
|
|
| |
* Update to the latest git revision
* Use the license file recently added upstream rather than a local one
* Tidy up a few things in the recipe
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
|
|
them in ${DEPLOY_DIR_IMAGE}.
|