summaryrefslogtreecommitdiffstats
path: root/rules/opkg.make
Commit message (Collapse)AuthorAgeFilesLines
* opkg: version bump 0.2.2 -> 0.3.0Michael Olbrich2015-11-251-6/+5
| | | | | | | | * remove obsolete patches. This is handled correctly now by libarchive. * the lock-file is now configured in the config file. * The binary is now called 'opkg' instead of 'opkg-cl'. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* automated switch to SPDX conform license namesMichael Olbrich2015-10-271-1/+1
| | | | | | | | | | | | | | | search & replace for: - GPL-1.0 - GPL-2.0 - GPL-3.0 - LGPL-2.0 - LGPL-3.0 - LGPL-2.1 - AGPL-3.0 - AFL-2.1 - Autoconf-exception-3.0 Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: add license informationAndreas Pretzsch2014-09-301-0/+1
| | | | | | Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: version bump 0.2.0 -> 0.2.2Michael Olbrich2014-06-161-6/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: do not grab files from the build directoryJuergen Beisert2014-01-231-1/+1
| | | | | | | | | To just rename a file while installing, we also can grab this file from the install directory. This change enables the opkg package to be used as a pre-build archive. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: clean up rule fileJuergen Beisert2014-01-231-31/+9
| | | | | | | While working on the opkg package its time to do the dishes. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: version bump 0.1.8 -> 0.2.0Robert Schwebel2014-01-171-3/+3
| | | | | | | | | The opkg packet is maintained again, upstream has released a new version recently. We remove the old patch series; it was pulled in from the opkg repository and is included in 0.2.0. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: fix lockfile and cmdline nameRobert Schwebel2011-06-211-2/+3
| | | | | | | * The lockfile must be on a writable filesystem, we put it into /var/lock * Let's name the commandline tool opkg, not opkg-cl Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* Added option to sign ipkg-repositoryGeorge McCollister2011-05-281-0/+19
| | | | | | | | | | | | | | | ipkg-repository can now be signed using openssl. A signature for the Packages file is created and stored in Packages.sig. On the target, opkg can be configured to enforce verification of the Packages file (which in turn contains hashes of each ipk file) by using an /etc/opkg/opkg.conf similar to the following: src myrepo http://server/ipkg-repository/mydistro/dists/mydistro-3 option check_signature option signature_ca_path /var/keys option signature_ca_file /var/keys/selfsigned.crt Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: don't symlink /tmp to /usr/lib/opkgGeorge McCollister2011-04-291-3/+0
| | | | | | | Repository data is stored in /usr/lib/opkg. Don't link it to /tmp. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: Added option to install configGeorge McCollister2011-04-291-0/+8
| | | | | | | /etc/opkg/opkg.conf can now be installed on the target. Signed-off-by: George McCollister <george.mccollister@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* opkg: version bump r180 -> 0.1.8Robert Schwebel2011-02-011-2/+3
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [opkg] version bump r180 -> 0.1.8Robert Schwebel2010-10-221-19/+43
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [opkg] just cleanupsMarc Kleine-Budde2010-01-101-1/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Make /usr/lib/opkg tmp link relativeMarc Kleine-Budde2009-05-201-1/+1
| | | | | | | | | From: Jon Ringle <jon@ringle.org> Signed-off-by: Jon Ringle <jon@ringle.org> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10548 33e552b5-05e3-0310-8538-816dae2090ed
* * opkg: add upstream urlRobert Schwebel2009-05-031-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10339 33e552b5-05e3-0310-8538-816dae2090ed
* [opkg] just cleanupsMarc Kleine-Budde2009-03-181-40/+3
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10111 33e552b5-05e3-0310-8538-816dae2090ed
* * opkg: fix permissionsRobert Schwebel2009-01-301-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9699 33e552b5-05e3-0310-8538-816dae2090ed
* * opkg: add initial test versionRobert Schwebel2009-01-091-0/+129
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9469 33e552b5-05e3-0310-8538-816dae2090ed