summaryrefslogtreecommitdiffstats
path: root/meta/packages/hal/hal_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* populate-volatile.sh: cleanup duplicated invocations and remove boot warningKevin Tian2010-08-121-1/+1
| | | | | | | | | | | | | | | | | 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-311-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* hal: upgrade to version 0.5.14Qing He2010-07-231-73/+3
| | | | | | | | | | | | | | | 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: fix metadataQing He2010-07-021-4/+6
| | | | | | | | | | | 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-271-1/+1
| | | | | | | | | 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: Use autotools_stage_allRichard Purdie2009-06-121-8/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove hardcoded staging layout assumptionsRichard Purdie2007-11-121-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hal: Tweak RDEPENDS/RRECOMMENDSRichard Purdie2007-09-271-3/+3
| | | | 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: no need to force-reload, we can reload nowRoss Burton2007-09-261-2/+2
| | | | 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-031-0/+3
| | | | 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
* 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
* 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-301-1/+3
| | | | 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-061-2/+5
| | | | 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-221-2/+2
| | | | 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-211-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1182 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add intltoolRoss Burton2007-01-201-1/+1
| | | | 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