summaryrefslogtreecommitdiff
path: root/meta/packages/opkg
AgeCommit message (Collapse)AuthorFiles
2010-08-27Major layout change to the packages directoryRichard Purdie17
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>
2010-08-26opkg: finalize the change to var directoryKevin Tian3
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>
2010-08-25opkg: use var for state files, not libdirJoshua Lock3
Fixes [BUGID #221] Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-07-31opkg: take out the bad patch on crackNitin A Kamble2
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>
2010-07-21opkg: Upgraded to version 0.1.8Dongxiao Xu7
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>
2010-06-17opkg-config-base: add LICENSE as 'MIT'Kevin Tian1
the license information is acquired from: "Richard Purdie <rpurdie@linux.intel.com>" Signed-off-by Kevin Tian <kevin.tian@intel.com>
2010-06-10opkg: ensure the data directory is createdJoshua Lock1
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>
2010-04-27autotools: deprecate autotools_stage classJoshua Lock1
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>
2010-01-29opkg: We must always include a valid arch.conf fileRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-29opkg: Fix header problemRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-27opkg: Fix native and nativesdk configuration optionsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-27opkg: add openssl to DEPENDSJoshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-01-26opkg: Update to latest svn and apply patch to enable readable logfilesRichard Purdie8
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-01-13opkg: Convert to use BBCLASSEXTENDRichard Purdie8
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-10-05opkg: Switch to google svn and patch to export a version comparision ↵Richard Purdie5
function (patches taken from OE.dev) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-09-17sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-23opkg: Disable Werror, too many false positives with gcc 4.3.3Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-23opkg-sdk: Bump PR after recent changesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-23opkg: Fix sighandler compile error (patch from upstream)Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-05-23opkg: Fix sighandler compile error (patch from upstream)Richard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-02-09opkg: fix build with gcc 4.3.2Damien Lespiau2
opkg has the -Werror flag enabled and gcc 4.3.2 introduces new warnings.
2009-01-23Fix postinstall scripts not to use IMAGE_ROOTFS direction by use D instead. ↵Richard Purdie1
Based on a patch from Carl Simonson <simonsonc@gmail.com>
2008-12-30classes/autotools_stage.bbclass: Add autotools_stage class to further ↵Richard Purdie1
recipes to simplify recipes using standard autotools
2008-10-23opkg: Really fix the prototype problem (and an invalid call)Richard Purdie3
2008-10-23opkg: Fix incomplete function prototypeRichard Purdie1
2008-10-10Add overoRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-01opkg: remove duplicated / from postinstRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4997 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-22opkg: qemuarmv7 also use gcc 4.3.1Marcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4924 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-19opkg: Only add no-array-bounds option for armv7 machinesRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4891 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-19opkg: Bump PR after CFLAGS changeRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4890 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-19opkg: Add Wno-array-bounds to opkg CFLAGS to avoid bogus errors with Werror ↵Richard Purdie1
and gcc 4.3.1 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4888 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-06-19opkg: S98configure script is needed only on first bootMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4705 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-14opkg: added version without GPG dependenciesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4251 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-04-14opkg: really disable GPG in native and sdkMarcin Juszkiewicz2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4250 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-19opkg: provide update-alternatives(-native)Marcin Juszkiewicz3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4058 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-19opkg-sdk: fixed directory for opkg informationsMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4057 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-19opkg: depend on update-alternativesMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4050 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-17opkg-ipkg-compat: remove as we do not need itMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4035 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-17opkg-collateral: missing renameMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4034 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-17opkg-collateral: moved from ipkg-collateralMarcin Juszkiewicz5
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
2008-03-17opkg: added forgotten fileMarcin Juszkiewicz1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4024 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-03-17opkg: fixed opkg-native to not create /usr/lib/opkg/opkg/ directoryMarcin Juszkiewicz1
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
2008-03-17opkg: moved common stuff to opkg.inc, added S98configureMarcin Juszkiewicz2
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
2008-03-17opkg-sdk: added version for meta-toolchainMarcin Juszkiewicz1
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
2008-03-14opkg: added from OEMarcin Juszkiewicz3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3993 311d38ba-8fff-0310-9ca6-ca027cbcb966