| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
The use of '_append' and '+=' together is considered bad practice within
recipes. It is preferred to explicitly add the preceeding spaces where
they are applicable instead of using the '+=' to achieve the same
result.
Change all the uses of '_append +=' to match the recommended pattern,
adding in spaces where explicitly required.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
|
|
|
|
|
|
| |
* The patch needs to be backported for all the 2.4.* releases
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
|
|
* This patch is required in order for kernels with upstream device trees
to work correctly
* Patch was submitted to qemu-devel
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
|