- Jun 10, 2010
-
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Joshua Lock authored
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Joshua Lock authored
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
- Jun 09, 2010
-
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Joshua Lock authored
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Yu Ke authored
Phenomena: there is udev warning in boot process tar: can't open '/etc/dev.tar': Read-only file system The reason is that the init script /etc/rcS.d/S04udev will try to tar the /dev as cache to speed up udev at next boot time. Unfortunately, S04udev is too early and the filesystem is not writable yet. To fix it, this patch split the cache action to another init script, and register it as /etc/rcS.d/S36, which is after the S35mountall, and the filesystem is already writable. Signed-off-by: Yu Ke <ke.yu@intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Joshua Lock authored
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Joshua Lock authored
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Zhai Edwin authored
Should use "-Cxx" instead of "-C xx" as command line for syslog in busybox Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-
Zhai Edwin authored
Build RTC driver into kernel by default on qemux86 to avoid missing of /dev/misc/rtc Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-
Richard Purdie authored
m4: Drop broken custom do_configure which stops site cache taking effect (amongst other issues) and drop duplicate PR setting Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Joe Sauer authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
* Use the -nostdinc++ to CXX fixing libstdc++ * Generate libgcc in gcc-cross, save the result and use in gcc-runtime * Fix the layout of the crt*.o files so the SDK compiler can find them Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Joshua Lock authored
LAYERDIR is one of the few variables which requires immediate expansion and is worth documenting explicitly. Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Joshua Lock authored
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Joshua Lock authored
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Joshua Lock authored
Collections and overlays are deprecated in favour of layers, a much cleaner and non-intrusive way of extending Poky with custom recipes, classes and configuration. This patch updates the Extending Poky section of the handbook to show how to use layers to tailor Poky while dropping the existing section on using collections. Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Joshua Lock authored
In relocatable.bbclass and utility-tasks.bbclass we depend on functionality that was only introduced with Pytrhon 2.6, so we now check that the build system has it in the sanity class. Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Joshua Lock authored
Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
- Jun 08, 2010
-
-
Richard Purdie authored
task-poky-standalone-sdk-target: Add libgcc-dev and libstdc++-dev to allow compiling in meta-toolchain to work Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Dongxiao Xu authored
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
Richard Purdie authored
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-
- Jun 07, 2010
-
-
Joshua Lock authored
We already have versioning of the local.conf file but it's entirely plausible for the bblayers.conf and site.conf to change incompatibly so we should version those too. Signed-off-by: Joshua Lock <josh@linux.intel.com>
-
Saul Wold authored
Added usb tablet options to poky-qemu-internal script, and adjusted the xorg.conf script for x86 to use VGA screen and tablet input device Signed-off-by: Saul Wold <saul.wold@intel.com>
-
Jeff Dike authored
Renamed the recipe to 0.12.4. Moved the patches directory to qemu-0.12.4 - when it was named qemu-0.12, bitbake silently ignored the patches, and only failed when it came time to apply them. Added a FILESDIR to the git recipe and changed its PV to 0.12.4 so it can use the same patches as the normal recipe for now. Removed the series file - it wasn't needed. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
-