Age | Commit message (Collapse) | Author | Files |
|
|
|
FILESPATH
|
|
* dss2 still not enabled in defconfig
|
|
|
|
|
|
|
|
|
|
a runtime otherwise there are useless)
|
|
|
|
|
|
|
|
staging.
|
|
* this is not enabled in the defconfig yet
|
|
|
|
|
|
|
|
|
|
|
|
This is result of simple shell script and few hours of fetching:
for recipe in $OEROOT/packages/*/*.bb
do
bitbake -b $recipe -cfetch
done
|
|
|
|
|
|
|
|
|
|
|
|
(from BugLabs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 99cc48bc99661638d23fc7eabcd05a06bf285bb3.
|
|
This reverts commit 98468becbb12b61949b9b7d9edf00ddb16251fb0.
|
|
This reverts commit 9cb887f17d4e351a9a11ead4d38ec854783bf901.
|
|
xserver-xorg-conf
|
|
package to prevent xserver-xorg becoming a machine package.
|
|
|
|
set in the common file
|
|
causes Xorg to enter D state on suspend. Xorg doesnt actually seem to
need to know about apm. And a similar hack has been used with kdrive
for years in OE.
|
|
stop -mouse argument being passed.
The other om-gta* specific to stop -screen argument being passed for
these machines.
|
|
This fixes the building of xserver-xorg in x86 based architectures
otherwise they fail the gl library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|