summaryrefslogtreecommitdiffstats
path: root/meta/packages/opkg
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-2717-380/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: finalize the change to var directoryKevin Tian2010-08-263-5/+5
| | | | | | | | | | | commit 1d0757f16beb31551733d9d755d72337ccda9642 changes opkg run state from /usr/lib/opkg to /var/lib/opkg, which however is incomplete and still many important information is kept under old directory including postinst methods. This makes latest boot into a mess. So finalize this movement to /var here. Fix [BUGID #229] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* opkg: use var for state files, not libdirJoshua Lock2010-08-253-6/+7
| | | | | | Fixes [BUGID #221] Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: take out the bad patch on crackNitin A Kamble2010-07-312-16/+3
| | | | | | | opkg_unarchive.patch: This patch was trunkating the filenames silently for no reason. took it out. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
* opkg: Upgraded to version 0.1.8Dongxiao Xu2010-07-217-12/+146
| | | | | | | | Use stable release as default recipe. Remove logfix.patch since the logic is already in latest version package Also fix the metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* opkg-config-base: add LICENSE as 'MIT'Kevin Tian2010-06-171-0/+1
| | | | | | | the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
* opkg: ensure the data directory is createdJoshua Lock2010-06-101-2/+7
| | | | | | | We need to ensure the data directory (/usr/lib/opkg) is created and shipped in the package as it's used by opkg to create a lock file. Signed-off-by: Joshua Lock <josh@linux.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>
* opkg: We must always include a valid arch.conf fileRichard Purdie2010-01-292-2/+30
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Fix header problemRichard Purdie2010-01-293-1/+19
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Fix native and nativesdk configuration optionsRichard Purdie2010-01-272-3/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: add openssl to DEPENDSJoshua Lock2010-01-272-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* opkg: Update to latest svn and apply patch to enable readable logfilesRichard Purdie2010-01-268-177/+38
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Convert to use BBCLASSEXTENDRichard Purdie2010-01-138-21/+14
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Switch to google svn and patch to export a version comparision ↵Richard Purdie2009-10-055-15/+103
| | | | | | function (patches taken from OE.dev) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-171-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Disable Werror, too many false positives with gcc 4.3.3Richard Purdie2009-05-231-0/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg-sdk: Bump PR after recent changesRichard Purdie2009-05-231-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Fix sighandler compile error (patch from upstream)Richard Purdie2009-05-231-0/+14
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: Fix sighandler compile error (patch from upstream)Richard Purdie2009-05-233-2/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* opkg: fix build with gcc 4.3.2Damien Lespiau2009-02-092-1/+60
| | | | opkg has the -Werror flag enabled and gcc 4.3.2 introduces new warnings.
* Fix postinstall scripts not to use IMAGE_ROOTFS direction by use D instead. ↵Richard Purdie2009-01-231-3/+3
| | | | Based on a patch from Carl Simonson <simonsonc@gmail.com>
* classes/autotools_stage.bbclass: Add autotools_stage class to further ↵Richard Purdie2008-12-301-5/+1
| | | | recipes to simplify recipes using standard autotools
* opkg: Really fix the prototype problem (and an invalid call)Richard Purdie2008-10-233-2/+17
|
* opkg: Fix incomplete function prototypeRichard Purdie2008-10-231-0/+26
|
* Add overoRichard Purdie2008-10-101-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: remove duplicated / from postinstRichard Purdie2008-08-011-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4997 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: qemuarmv7 also use gcc 4.3.1Marcin Juszkiewicz2008-07-221-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4924 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: Only add no-array-bounds option for armv7 machinesRichard Purdie2008-07-191-2/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4891 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: Bump PR after CFLAGS changeRichard Purdie2008-07-191-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4890 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: Add Wno-array-bounds to opkg CFLAGS to avoid bogus errors with Werror ↵Richard Purdie2008-07-191-0/+2
| | | | | | and gcc 4.3.1 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4888 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: S98configure script is needed only on first bootMarcin Juszkiewicz2008-06-191-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4705 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: added version without GPG dependenciesMarcin Juszkiewicz2008-04-141-0/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4251 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: really disable GPG in native and sdkMarcin Juszkiewicz2008-04-142-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4250 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: provide update-alternatives(-native)Marcin Juszkiewicz2008-03-193-2/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4058 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg-sdk: fixed directory for opkg informationsMarcin Juszkiewicz2008-03-191-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4057 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: depend on update-alternativesMarcin Juszkiewicz2008-03-191-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4050 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg-ipkg-compat: remove as we do not need itMarcin Juszkiewicz2008-03-171-19/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4035 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg-collateral: missing renameMarcin Juszkiewicz2008-03-171-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4034 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg-collateral: moved from ipkg-collateralMarcin Juszkiewicz2008-03-175-0/+48
| | | | | | | Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com> git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4027 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: added forgotten fileMarcin Juszkiewicz2008-03-171-0/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4024 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: fixed opkg-native to not create /usr/lib/opkg/opkg/ directoryMarcin Juszkiewicz2008-03-171-1/+2
| | | | | | | Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com> git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4023 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: moved common stuff to opkg.inc, added S98configureMarcin Juszkiewicz2008-03-172-17/+28
| | | | | | | Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com> git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4022 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg-sdk: added version for meta-toolchainMarcin Juszkiewicz2008-03-171-0/+7
| | | | | | | Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com> git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4020 311d38ba-8fff-0310-9ca6-ca027cbcb966
* opkg: added from OEMarcin Juszkiewicz2008-03-143-0/+50
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3993 311d38ba-8fff-0310-9ca6-ca027cbcb966