summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* libowl-av: Fix music player crash if adding unknown type filesDongxiao Xu2010-10-132-2/+43
| | | | | | | | | | | | | 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>
* tzdata: install zone.tab and iso1366.tabZhai Edwin2010-10-131-1/+7
| | | | | | | | | | | | 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>
* meta-toolchain: Update the way ld.so.cache is handledRichard Purdie2010-10-132-2/+13
| | | | | | | | 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>
* sanity.bbclass: ensure 32it libc is correctly detectedJoshua Lock2010-10-131-1/+5
| | | | | | | | Fix to work for both Ubuntu and Fedora multilib paths. Fixes [BUGID #454] Signed-off-by: Joshua Lock <josh@linux.intel.com>
* rm_work: Fix interaction issues with pseudoRichard Purdie2010-10-121-1/+6
| | | | | | | | | | | 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>
* poky-default-revisions: fixupsJoshua Lock2010-10-121-2/+2
| | | | | | Entries should be alphabetised and use weak weak assignment Signed-off-by: Joshua Lock <josh@linux.intel.com>
* swabber: new recipeJoshua Lock2010-10-122-0/+22
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* strace: use BBCLASSEXTEND to enable a native packageJoshua Lock2010-10-121-2/+4
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Add recipe for sdk directdisk targetJessica Zhang2010-10-111-0/+9
| | | | Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* linux-wrs: add initial beagleboard supportBruce Ashfield2010-10-113-3/+4
| | | | | | | | | BUGID: 421 Create the infrastructure to build the beagleboard against the linux-wrs kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* mpc8315e-rdb: create machine and tuning configurationBruce Ashfield2010-10-114-3/+23
| | | | | | | | | | | 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>
* routerstationpro: create machine conf and compatibilityBruce Ashfield2010-10-113-2/+30
| | | | | | | | | BUGID: 422 Add the machine configuration and kernel infrastructure for building the routerstation pro BSP. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python: fix for host contamination issue while cross compilingNitin A Kamble2010-10-113-2/+30
| | | | | | This fixes [BUGID #385] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* qemugl: remove obsolate /usr/X11R6/lib lib directoryYu Ke2010-10-112-2/+22
| | | | | | | | | | | | | 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>
* recipes-connectivity: Cleanup package descriptions and summariesMark Hatle2010-10-1140-20/+119
| | | | | | | | | [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>
* recipes-bsp: Cleanup package descriptions and summariesMark Hatle2010-10-1110-9/+29
| | | | | | | | | [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>
* recipes-core: Cleanup package descriptions and summariesMark Hatle2010-10-1133-39/+91
| | | | | | | | | [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>
* Add Summary/Description support to packagingMark Hatle2010-10-113-8/+33
| | | | | | | | | | | | [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>
* linux-wrs: move config fragment to the correct locationRichard Purdie2010-10-111-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: Change the kernel configuration to enable psplash.Kevin Tian2010-10-112-0/+4
| | | | | | | | | | | | | 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>
* connman: Do not take over ethernet interface if target is boot by nfsDongxiao Xu2010-10-112-2/+22
| | | | | | | | | 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>
* rootfs: Update ROOTFS_PKGMANAGE to include atp/zypperRichard Purdie2010-10-112-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* package_rpm: Disable nativesdk/canadian package indexes for now as these are ↵Richard Purdie2010-10-111-2/+3
| | | | | | being incorrectly used for target rootfs generation, breaking the images Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* dpkg-native: Don't install update-alternatives as it isn't cross rootfs capableRichard Purdie2010-10-112-1/+6
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* dpkg: fix package_deb error for linux-wrsDongxiao Xu2010-10-092-1/+23
| | | | | | | 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>
* base.bbclass: Fix spelling mistakes and change log levelRichard Purdie2010-10-091-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default-revisions.inc: Work around weak assignment operator bad ↵Richard Purdie2010-10-091-8/+8
| | | | | | interaction with SRCREV Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* atom-pc: Switch from linux-netbook to linux-wrsRichard Purdie2010-10-091-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* atom-pc: enable CONFIG_FRAMEBUFFER_CONSOLEDarren Hart2010-10-091-1/+1
| | | | | | | | | | | | 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>
* Add default revision for linux-wrs common_pc-standard HEADDarren Hart2010-10-091-0/+1
| | | | Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* atom-pc: 8250 config fragmentDarren Hart2010-10-092-1/+9
| | | | | | Add serial port support for atom-pc. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* linux-wrs: Add support for atom-pcDarren Hart2010-10-092-2/+24
| | | | | | | | | | | | | | | 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>
* dpkg: upgrade to version 1.15.8.5Dongxiao Xu2010-10-091-1/+1
| | | | | | | | | 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>
* udev: Don't install unused links.conf file (thanks Joe Sauer for spotting)Richard Purdie2010-10-093-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gettext: Move files to the correct placeRichard Purdie2010-10-098-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* linux-wrs: fix emenlow and wrs_meta SRCREV valuesBruce Ashfield2010-10-091-2/+2
| | | | | | | | | | | | Fixes [BUGID #395, #396] The initial commit for emenlow support dropped a character on the SRCREV and missed the wrs_meta update. this fixes both those issues. There are still pending commits and issues with emenlow support, but these values are wrong and should be fixed now. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* distro_tracking_fields: remove the duplicate line for oprofileDexuan Cui2010-10-091-4/+1
| | | | | | | | In the same file, there is alrealy a line for oprofile. Also add an empty line before oprofileui. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* attr: fix the hardcoded search path in the AC_PATH_PROGDexuan Cui2010-10-092-1/+101
| | | | | | | | | | | | We should respect $PATH. The patch is from Qing. Fixes [BUGID #369]. BTW: the bug was triggered on a build host that didn't install gettext. Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* rootfs_deb: Fix problem with pseduo and rootfs locationSaul Wold2010-10-083-3/+4
| | | | | | This address [BUGID #401] to complete dpkg rootfs support Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* dpkg: upgrade to version 1.15.8.5Dongxiao Xu2010-10-085-27/+50
| | | | | | | | | Rebase several patches to fit the latest version Fix a compile issue related with snprintf. Reset PR in dpkg.inc Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* Rename MACHINE=netbook to MACHINE=atom-pcDarren Hart2010-10-0816-32/+32
| | | | | | | | | | | | In preparation for the more generic atom-pc, rename the netbook machine and all the relevant overrides. Leave the linux-netbook kernel recipe intact and as the default kernel for the atom-pc machine. A future patch will convert this over to linux-wrs and likely remove the linux-netbook kernel recipe. Cc: Tom Zanussi <tom.zanussi@intel.com> Cc: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold2010-10-084-13/+18
| | | | | | | | Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages which have potential license implications opt in through options in poky/local.conf. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* base.bbclass: add support for commercial license checkSaul Wold2010-10-082-0/+11
| | | | | | | | | This addresses [BUGID #410], require implict action by someone to enable functionality that may have license implications. By default this diables mp3 and mpeg decoding Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* gettext: Add GPLv2 version 0.14.1Saul Wold2010-10-088-0/+1333
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* meta-toolchain: Fix symlink pathRichard Purdie2010-10-081-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* meta-toolchain: Fix libGL.so not found issuesRichard Purdie2010-10-081-1/+4
| | | | | | | | | | | | Fix libGL.so not found issues by making sure ld.so.cache from the host system is used to locate libraries. Also, fix a /usr/ reference that should be /var to keep the installation tarball clean. [BUGID #228] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* unfs-server: Fix DEPENDS for native/nativesdk casesRichard Purdie2010-10-071-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libc-package.bbclass, eglibc, glibc: enable locales generation using ↵Nitin A Kamble2010-10-073-53/+71
| | | | | | | | | | | | | | | | | | | cross-localedef Along with qemu this provides another option to generate locales for [e]glibc. The new method is to use cross-localedef with appropriate arch specific parameters. The cross-localedef method is found to be 15 times faster than qemu's emnualted method. LOCALE_GENERATION_WITH_CROSS-LOCALEDEF : This is new config variable introduced to selet qemu or cross-localedef method for locale generation. Thanks to Mark Hatle from Windriver for providing the rich information for cross locale generation. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* cross-localedef-native: tool for cross generation of localesNitin A Kamble2010-10-071-0/+37
| | | | Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* Update meta-ide-support dependenciesScott Garman2010-10-073-5/+5
| | | | | | | | | | | | | | | | | | Using poky-qemu with our new tap networking and/or unfs support required too many additional build steps. This updates the meta-ide-support dependencies so all features are built and available to use. Specifically, this adds psuedo-native, qemu-helper-native, and unfs-server-native to the dependency chain for meta-ide-support. This fixes [BUGID #392] Also add poky-gen-tapdevs and remove runqemu-nfs from the qemu-helper-native recipe, and update some qemu control script error messages to suggest building meta-ide-support. Signed-off-by: Scott Garman <scott.a.garman@intel.com>