summaryrefslogtreecommitdiff
path: root/meta/packages/hal/hal.inc
Commit message (Collapse)AuthorAgeFilesLines
* populate-volatile.sh: cleanup duplicated invocations and remove boot warningKevin Tian2010-08-121-3/+3
| | | | | | | | | | | | | | | | | 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>
* 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: upgrade to version 0.5.14Qing He2010-07-231-8/+5
| | | | | | | | | | | | | | | 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-6/+8
| | | | | | | | | | | 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>
* hal: Use autotools_stage_allRichard Purdie2009-06-121-10/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* upgrade hal to 0.5.11 and hal-info to 20080508(from OE)Vivian Zhang2008-12-011-0/+94