summaryrefslogtreecommitdiff
path: root/meta/packages/hal
AgeCommit message (Collapse)AuthorFiles
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie11
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-12populate-volatile.sh: cleanup duplicated invocations and remove boot warningKevin Tian4
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>
2010-07-31hal: PR needs to be bumped for change to take effectSaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-07-30emenlow: Add BASE_PACKAGE_ARCH and modification to hal.inc for emenlowSaul Wold1
[BUGID #171] [Netbook] Xserver version mismatch makes mouse/keyboard not work Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-07-23hal-info: upgrade to version 20091130Qing He3
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>
2010-07-23hal: upgrade to version 0.5.14Qing He5
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>
2010-07-02hal-info: fix metadataQing He2
add bugtracker Signed-off-by: Qing He <qing.he@intel.com>
2010-07-02hal: fix metadataQing He2
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>
2010-04-27autotools: deprecate autotools_stage classJoshua Lock2
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>
2009-09-17Remove layout_* variablesRichard Purdie1
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>
2009-08-27hal: Add 0.5.13Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-12hal: Use autotools_stage_allRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-18hal-info: 20080508 -> 20090414Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-18hal: 0.5.11 -> 0.5.12rc1Richard Purdie2
2009-01-15hal: Delete old hal and hal-info versionsRichard Purdie2
2008-12-01upgrade hal to 0.5.11 and hal-info to 20080508(from OE)Vivian Zhang6
2008-07-16hal-info: do not depend on HAL - it is circular dependencyMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4841 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-14hal: Add fix for libtool 2.2.2Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4260 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-01-30hal: split libraries to separate packagesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3644 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-19hal: don't pass --oknodo to start-stop-daemon, busybox doesn't support itRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3197 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-12Remove hardcoded staging layout assumptionsRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-27hal: Tweak RDEPENDS/RRECOMMENDSRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2816 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-26hal_git: Remove uneeded patchRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2801 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-26hal-info: DEPENDS on hal (for configure checks)Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2800 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-26hal-info: add a versioned release, and lower the preference of the git packageRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2794 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-09-26hal: no need to force-reload, we can reload nowRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2793 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-03Install a startup script, fix volatiles. Should now auto-startRoss Burton4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2357 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-03Sync hal-git with 0.5.9.1, should workRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2356 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-03Upgrade hal-info and hal to 0.5.9.1Ross Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2355 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-05-29hal: DEPENDS intltool-native, not intltoolRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1803 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-12Set package arch to all (from OE)Ross Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1481 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-03Make hal 0.5.9 buildRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1425 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-03Remove hal 0.5.8.1Ross Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1424 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-03Update to hal 0.5.9Ross Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1422 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-04-03Add missing binaryRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1421 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-30Fix versioning, add missing filesRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1414 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-15Fix typo, --disable-pic-ids -> pci-idsRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1349 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-06Add hal-info and disable more of HALRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1333 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-05Add virtual/kernel dependsRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1326 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-22Don't ship .so files in the main packageRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1190 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-21Add udev to depends (from OE)Ross Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1182 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-20Add intltoolRoss Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1180 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-20Add HAL from git, faster and uses less memoryRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1179 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-19Actually add volatile fileRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1173 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-19Add a volatile file so /var/run/hald is createdRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1172 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-19Create haldaemon userRoss Burton1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1170 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-01-19Upgrade HAL to 0.5.8.1Ross Burton2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1168 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-21Clean up and correct MAINTAINERSRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-07-21Rename /openembedded/ -> /meta/Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966