summaryrefslogtreecommitdiffstats
path: root/meta/packages/hal
Commit message (Collapse)AuthorAgeFilesLines
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-0111-325/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* populate-volatile.sh: cleanup duplicated invocations and remove boot warningKevin Tian2010-08-124-7/+5
| | | | | | | | | | | | | | | | | For one, populate-volatile.sh is itself a rcS script which is invoked earlier than package's own postinst method (last one in rcS). If package has already installed their volatile files correctly, it doesn't make sense to update volatile again in postinst since nothing is changed. On the other hand, dbus/hal are special since their user/group are only created in the target. If they pre-install volatiles like others, populate-volatile.sh will report "undefined user" since at that time their user/group haven't been created. The better way solving this is to generate their volatile in the fly after user/group are created, and then update volatiles. This fix [BUGID #121] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* hal: PR needs to be bumped for change to take effectSaul Wold2010-07-312-2/+2
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* emenlow: Add BASE_PACKAGE_ARCH and modification to hal.inc for emenlowSaul Wold2010-07-301-0/+1
| | | | | | [BUGID #171] [Netbook] Xserver version mismatch makes mouse/keyboard not work Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* hal-info: upgrade to version 20091130Qing He2010-07-233-20/+4
| | | | | | | | | | | from 20090414 changes: - consolidate hal-info.inc and hal-info_git.bb, git version is used as a reference and is not preferred - preferred version updated to 20091130 Signed-off-by: Qing He <qing.he@intel.com>
* hal: upgrade to version 0.5.14Qing He2010-07-235-131/+10
| | | | | | | | | | | | | | | from 0.5.13 changes: - udev rules dir has been changing to /lib/udev/rules.d in udev upstream, add an override to stay in /etc/rules.d for compatibility - consolidate hal.inc and hal_git.bb, hal_git.bb is used as a reference thus should have a negative preference - change preferred version of hal to 0.5.14 - remove hal_0.5.11+0.5.12rc1 - remove RRECOMMENDS on udev-utils, the package is to be removed Signed-off-by: Qing He <qing.he@intel.com>
* hal-info: fix metadataQing He2010-07-022-2/+6
| | | | | | add bugtracker Signed-off-by: Qing He <qing.he@intel.com>
* hal: fix metadataQing He2010-07-022-10/+14
| | | | | | | | | | | add bugtracker, update license The detail license is very complex and not easy to be expressed in a single LICENSE line. Adopt a simple notation here, and will describe details when the package is actually being upgraded. hal_git doesn't use hal.inc, need further cleanups. Signed-off-by: Qing He <qing.he@intel.com>
* autotools: deprecate autotools_stage classJoshua Lock2010-04-272-2/+2
| | | | | | | | | Move the functionality into autotools and ensure all our Poky recipes are no longer using it. Keep the autools_stage class around for OE compatability but just have it inherit autools. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* Remove layout_* variablesRichard Purdie2009-09-171-1/+1
| | | | | | | | | | | | Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* hal: Add 0.5.13Richard Purdie2009-08-271-0/+21
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* hal: Use autotools_stage_allRichard Purdie2009-06-123-19/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* hal-info: 20080508 -> 20090414Richard Purdie2009-05-181-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* hal: 0.5.11 -> 0.5.12rc1Richard Purdie2009-05-182-2/+5
|
* hal: Delete old hal and hal-info versionsRichard Purdie2009-01-152-108/+0
|
* upgrade hal to 0.5.11 and hal-info to 20080508(from OE)Vivian Zhang2008-12-016-0/+182
|
* hal-info: do not depend on HAL - it is circular dependencyMarcin Juszkiewicz2008-07-162-2/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4841 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal: Add fix for libtool 2.2.2Richard Purdie2008-04-142-4/+65
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4260 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal: split libraries to separate packagesMarcin Juszkiewicz2008-01-301-2/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3644 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal: don't pass --oknodo to start-stop-daemon, busybox doesn't support itRoss Burton2007-11-192-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3197 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove hardcoded staging layout assumptionsRichard Purdie2007-11-122-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal: Tweak RDEPENDS/RRECOMMENDSRichard Purdie2007-09-272-6/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2816 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal_git: Remove uneeded patchRichard Purdie2007-09-261-1/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2801 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal-info: DEPENDS on hal (for configure checks)Richard Purdie2007-09-262-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2800 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal-info: add a versioned release, and lower the preference of the git packageRoss Burton2007-09-262-2/+20
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2794 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal: no need to force-reload, we can reload nowRoss Burton2007-09-262-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2793 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Install a startup script, fix volatiles. Should now auto-startRoss Burton2007-08-034-0/+67
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2357 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Sync hal-git with 0.5.9.1, should workRoss Burton2007-08-031-9/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2356 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Upgrade hal-info and hal to 0.5.9.1Ross Burton2007-08-032-12/+30
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2355 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal: DEPENDS intltool-native, not intltoolRichard Purdie2007-05-291-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1803 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Set package arch to all (from OE)Ross Burton2007-04-121-2/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1481 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Make hal 0.5.9 buildRoss Burton2007-04-032-0/+12
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1425 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove hal 0.5.8.1Ross Burton2007-04-031-83/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1424 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Update to hal 0.5.9Ross Burton2007-04-031-0/+87
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1422 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add missing binaryRoss Burton2007-04-031-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1421 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix versioning, add missing filesRoss Burton2007-03-302-1/+5
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1414 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix typo, --disable-pic-ids -> pci-idsRoss Burton2007-03-151-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1349 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add hal-info and disable more of HALRoss Burton2007-03-062-2/+19
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1333 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add virtual/kernel dependsRoss Burton2007-03-051-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1326 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Don't ship .so files in the main packageRoss Burton2007-01-222-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1190 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add udev to depends (from OE)Ross Burton2007-01-212-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1182 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add intltoolRoss Burton2007-01-202-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1180 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add HAL from git, faster and uses less memoryRoss Burton2007-01-201-0/+82
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1179 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Actually add volatile fileRoss Burton2007-01-191-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1173 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add a volatile file so /var/run/hald is createdRoss Burton2007-01-191-2/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1172 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Create haldaemon userRoss Burton2007-01-191-0/+21
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1170 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Upgrade HAL to 0.5.8.1Ross Burton2007-01-192-32/+53
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1168 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Clean up and correct MAINTAINERSRichard Purdie2006-09-211-1/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename /openembedded/ -> /meta/Richard Purdie2006-07-211-0/+33
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966