summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-10-13emenlow: update formfactor keyboard settingTom Zanussi1
Fixes [BUGID #447] We expect the emenlow to normally have a keyboard so tell the formfactor so and avoid the keyboard pop-up. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-10-13libowl-av: Fix music player crash if adding unknown type filesDongxiao Xu2
Using bus message to call function flush_head/feed_head in main thread to protect private data operation. A better fix may be to listen to bus message "CODEC_NOT_FOUND" and "MISSING_PLUGIN" directly to avoid hooking into "unknown-type" signal. We will revisit it in next period. This fixes [BUGID #296] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-13tzdata: install zone.tab and iso1366.tabZhai Edwin1
These files are removed in libc-package.bbclass. Missing of zone.tab cause get_zone_directory in libical return NULL for strlen, which leads seg fault of dates & tasks. Openembedded has similar patch. [BUGID #420] got fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-10-13meta-toolchain: Update the way ld.so.cache is handledRichard Purdie2
Fix the library search path so that libs in the toolchain in /opt/ have priority over those in base system but ones from the base system can still be found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-13sanity.bbclass: ensure 32it libc is correctly detectedJoshua Lock1
Fix to work for both Ubuntu and Fedora multilib paths. Fixes [BUGID #454] Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-12poky-qemu-internal: enforce a 128M memory limit for qemuarmScott Garman1
This fixes [BUGID #433] Also set a sane default for the ifconfig command, which simplifies our autobuilder sanity test setup. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-10-12rm_work: Fix interaction issues with pseudoRichard Purdie1
This class needs to wipe out the contents of the pseudo database but also ensure the pseudo directory exists for any subsequent tasks and also ensure any pseudo server has shut down before removing the database. This patch does all of these things. [BUGID #222] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-12poky-default-revisions: fixupsJoshua Lock1
Entries should be alphabetised and use weak weak assignment Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-12swabber: new recipeJoshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-12strace: use BBCLASSEXTEND to enable a native packageJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-12bitbake/runqueue: make the runtask program configurableJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-12Update gitignoreJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-10-11Add recipe for sdk directdisk targetJessica Zhang1
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2010-10-11linux-wrs: add initial beagleboard supportBruce Ashfield3
BUGID: 421 Create the infrastructure to build the beagleboard against the linux-wrs kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-11mpc8315e-rdb: create machine and tuning configurationBruce Ashfield4
BUGID: 423 Introduce the basic mpc8315e BSP. By default this BSP uses the basic 603 tuning and soft-float. There are issues with the e300 tuning and eglibc, and the compiler. Subsequent commits will further tune this BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-11routerstationpro: create machine conf and compatibilityBruce Ashfield3
BUGID: 422 Add the machine configuration and kernel infrastructure for building the routerstation pro BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-10-11python: fix for host contamination issue while cross compilingNitin A Kamble3
This fixes [BUGID #385] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-10-11xpsb-glx: Fix compile issues on 64 bit machines without 32 bit headers/binariesRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-11poky-qemu: fix for handling full path to rootfsScott Garman1
This fixes [BUGID #427] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-10-11qemugl: remove obsolate /usr/X11R6/lib lib directoryYu Ke2
qemugl makefile has "-L/usr/X11R6/lib" to specifiy the X lib dir. it is actually obsolate in poky now, because poky use Xserver from X.org (X11R7.x), and its libs are in standard /usr/lib. Meanwhile,the -L/usr/X11R6/lib will cause warning: library search path "/usr/X11R6/lib" is unsafe for cross-compilation. so better to remove it. Fix [BUGID #386] Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-10-11recipes-connectivity: Cleanup package descriptions and summariesMark Hatle40
[BUGID #281] Evaluate and update each package in recipes-connectivity to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-11recipes-bsp: Cleanup package descriptions and summariesMark Hatle10
[BUGID #281] Evaluate and update each package in recipes-bsp to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-11recipes-core: Cleanup package descriptions and summariesMark Hatle33
[BUGID #281] Evaluate and update each package in recipes-core to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-11Add Summary/Description support to packagingMark Hatle3
[BUGID #281] Add the ability for the deb, ipk and rpm classes to use the new summary and description fields. The Description is wrapped around 75 characters to ensure a reasonably nice, presentable description. (Summary defaults to the description if Summary is not defined.) Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-11Subject: [PATCH] emenlow: add kernel config options for sdk toolsTom Zanussi2
Fixes [BUGID #261] Adds kernel config options for latencytop, powertop, oprofile, and lttng. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-10-11emenlow: fix SRC_URI in linux-wrs_git.bbappendTom Zanussi1
Restrict it to emenlow so it doesn't conflict with other machines. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-10-11linux-wrs/emenlow: Fix FILESPATH so as not to corrupt other machinesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-11linux-wrs: move config fragment to the correct locationRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-11bitbake/build.py: Write logfiles on a per task basis, not per functionRichard Purdie1
Per function logging made it hard to track down what was happening so switch to logging on a per task basis. [BUGID #383] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-11bitbake-runtask: Ensure logging options are inherited from the parentRichard Purdie2
[BUGID #291] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-11linux-wrs: Change the kernel configuration to enable psplash.Kevin Tian2
Init scripts assume uvesafb as module, and also need CONFIG_FRAMEBUFFER_CONSOLE to set some mode parameter, else wrong parameter cause psplash's mmap failure. This is just a quick fix as we don't know how to change the wrs kernel config in a clean way. Should revert it with clean way of changing. [BUGID #363] fixed by this Signed-off-by: Tian Kevin <kevin.tian@intel.com> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-10-11connman: Do not take over ethernet interface if target is boot by nfsDongxiao Xu2
Detect if target system is booting by nfs, connman will not take over the ethernet interface. This fixes [BUGID #364] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-11rootfs: Update ROOTFS_PKGMANAGE to include atp/zypperRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-11package_rpm: Disable nativesdk/canadian package indexes for now as these are ↵Richard Purdie1
being incorrectly used for target rootfs generation, breaking the images Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-11dpkg-native: Don't install update-alternatives as it isn't cross rootfs capableRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09dpkg: fix package_deb error for linux-wrsDongxiao Xu2
The new dpkg will report linux-wrs version parse error, since there is a '_' inside. This patch fixes this issue. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-09linux-wrs: emenlow has its own branch, use itRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09bitbake/fetch: Ensure SRCREV is still set correctly if the pn-X override has ↵Richard Purdie1
been expanded Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09base.bbclass: Fix spelling mistakes and change log levelRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09poky-default-revisions.inc: Work around weak assignment operator bad ↵Richard Purdie1
interaction with SRCREV Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09linux-wrs/emenlow: Set WRMACHINERichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09atom-pc: Switch from linux-netbook to linux-wrsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09emenlow: switch kernel from "linux" to "linux-wrs"Tom Zanussi1
Fixes [BUGID #396] Make the emenlow machine point to the windriver kernel instead. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-10-09emenlow: remove psb-kernel-source dependency from xserver-psb packageTom Zanussi1
Fixes [BUGID #396] With the switchover to linux-wrs, xserver-psb no longer depends on the external modules contained in psb-kernel-source (which have been moved in-tree). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-10-09emenlow: add linux-wrs_git.bbappendTom Zanussi2
Fixes [BUGID #396] Add emenlow as a compatible machine for linux-wrs and pick up the defconfig (which will be pared down if necessary in a later patch). Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2010-10-09atom-pc: enable CONFIG_FRAMEBUFFER_CONSOLEDarren Hart1
Add CONFIG_FRAMEBUFFER_CONSOLE to the i915.cfg config fragment for the atom-pc machine. This allows the BlackSand to boot to the sato desktop with text after the fb switch as well as the poky splash screen. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Tom Zanussi <tom.zanussi@intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09Add default revision for linux-wrs common_pc-standard HEADDarren Hart1
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2010-10-09atom-pc: 8250 config fragmentDarren Hart2
Add serial port support for atom-pc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2010-10-09linux-wrs: Add support for atom-pcDarren Hart2
Add the option of using linux-wrs as the kernel provider for atom-pc. This patch uses poky to apply config fragments to the common_pc-standard branch of the linux-wrs kernel. A follow-on patch will remove these once linux-wrs has an atom-pc branch and the config fragments are present in the kernel repository. This configuration boots to a prompt on the BlackSand, but panics unable to find the root partition on the Toshiba NB305 where the "rootwait" kernel boot option appears to be being ignored. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-09dpkg: upgrade to version 1.15.8.5Dongxiao Xu1
Rebase several patches to fit the latest version Fix a compile issue related with snprintf. dpkg: bump PR Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>