summaryrefslogtreecommitdiffstats
path: root/scripts/migrate
Commit message (Collapse)AuthorAgeFilesLines
* fuse: version bump 2.9.5 -> 2.9.9Michael Olbrich2019-02-061-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bluez: rename PTXCONF_BLUEZ{_UTILS -> _TOOLS}* for consistencyRoland Hieber2018-11-171-0/+8
| | | | | | | | "utils" is never used anywhere, neither in configure.ac, nor in our kconfig menu. Rename it to prevent confusion. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* xorg-lib-x11: version bump 1.6.2 -> 1.6.7Michael Olbrich2018-11-171-0/+8
| | | | | | | Also, split the locale data into a separate package. This way, libxkbcommon can use it independently for key composing. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* migrate_ptx: fix pattern for LIGHTTPD_MEMCACHEMichael Olbrich2018-05-041-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lighttpd: Rename memcache option to memcachedAlexander Dahl2017-09-041-0/+8
| | | | | | | | | | | | | | | | | | | | | The memcached ./configure option for lighttpd changed, see the changeset for upgrading lighttpd package from 1.4.39 to 1.4.45. For making the configure option consistent with the menu entry, the menu variable is renamed here. It seems lighttpd has switched from libmemcache to libmemcached for memcached support. Took this from a not applied patch from 2016, and added the necessary migration helper suggested by Michael Olbrich, plus the dependency changes in lighttpd.in. However libmemcache and libmemcached are outdated and build against the old libmemcached fails now, so mark it as broken. Suggested-by: Andreas Geisenhainer <Andreas.Geisenhainer@atsonline.de> Suggested-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Alexander Dahl <ada@thorsis.com> [mol: LIGHTTPD_MOD_TRIGGER_B4_DL is also broken + commends for that] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dosfstools: version bump: 3.0.28 -> 4.1Robert Schwebel2017-05-091-0/+18
| | | | | | | | | | Some file names have changed, adapt to new names. The labels are adapted as well, so add migration helpers. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: create legacy linsk with configure options for host-dosfstools] [mol: fix migrate patterns] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: make udev independent from systemdJuergen Borleis2017-03-241-0/+9
| | | | | | | | | This way changes to udev from systemd cannot break the legacy udev any more. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> [mol: moajor rework] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python-django: rename to python3-djangoFlorian Scherf2016-02-041-0/+8
| | | | | Signed-off-by: Florian Scherf <f.scherf@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* image: ipkg, opkg: use symbol IMAGE_XPKG_EXTRA_ARGS to pass extra arguments ↵ptxdist-2015.07.0Marc Kleine-Budde2015-07-021-0/+8
| | | | | | | | | | | | | to ipkg and opkg build Originally the symbols IMAGE_IPKG_EXTRA_ARGS, IMAGE_OPKG_EXTRA_ARGS were used in the code, but there only was the config entry for the ipkg symbol in Kconfig. This patch converts the IMAGE_IPKG_EXTRA_ARGS to IMAGE_XPKG_EXTRA_ARGS and uses it during ipkg and opkg build. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* migrate: don't generate GNUPG_GPG line if GNUPG is disabledMichael Olbrich2015-05-171-1/+1
| | | | | | Otherwise migrate will always generate a modified ptxconfig. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* migrate_ptx: fix hackbench migrate helperMichael Olbrich2015-03-261-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* bash: Renamed option to avoid problem with bash-completion packageCarsten Schlote2015-03-261-0/+8
| | | | | | | | | This patch just changes the name of some bash config option, so that the bash-completion package won't conflict with the bash package anymore. Signed-off-by: Carsten Schlote <schlote@vahanus.net> [mol: add migrate helper] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* hackbench: remove obsolete packageRobert Schwebel2015-03-261-0/+9
| | | | | | | | | | | The old hackbench code has long been obsoleted by the version in rt-tests. This variant doesn't even have license information. Remove the package. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [mol: simplify migrate] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* migrate: fix gnupg ruleMichael Olbrich2015-03-211-1/+4
| | | | | | Don't add GNUPG_GPG if it's already there. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gnupg: targetinstall: make gpg/gpg2 and gpgv2 selectableAndreas Pretzsch2015-03-211-0/+7
| | | | | | | | | | | Add new config options for targetinstall: GNUPG_GPG : Install gpg2 + symlink gpg => gpg2 GNUPG_GPGV : Install gpgv2 Signed-off-by: Andreas Pretzsch <apr@cn-eng.de> Cc: Philipp Zabel <p.zabel@pengutronix.de> [mol: add migrate helper + 'menuconfig'] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lowpan-tools: replace with wpan-toolsAlexander Aring2015-01-121-0/+8
| | | | | | | | | | | | This patch removes the actual lowpan-tools for the 802.15.4 stack and replace it with the wpan-tools. The lowpan-tools are deprecated now, see http://www.spinics.net/lists/linux-wpan/msg01132.html for more information. This patch also adds a migrate functionality to replace LOWPAN_TOOLS with WPAN_TOOLS. Signed-off-by: Alexander Aring <alex.aring@gmail.com> [mol: fix migrate] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* migrate: add patters for PTXCONF_LIBUSB_DISABLE_LOG -> PTXCONF_LIBUSB_LOGMichael Olbrich2014-04-041-0/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: rename all packages gst*11 -> gst*1Michael Olbrich2013-04-081-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libbz2: rename to host-bzip2Marc Kleine-Budde2013-02-051-0/+8
| | | | | | | | | | ...in order to align with target package. So that we use the same version and patches as the target package. Before this patch the host version was at a different version number and missing the patches, so that only a static lib was created. This break host packages which try to link the static lib into a shared lib. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* timezone: rename GLIBC_LOCALTIME and targetinstall only if not emptyAlexander Dahl2012-10-121-0/+6
| | | | | | | | | | | Revised with fresh morning mind. I could not test the migrate stuff, please review! Greets Alex Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer: version bump 0.10.35 -> 0.10.36Michael Olbrich2012-04-151-0/+8
| | | | | | cleanup while at it Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add migrate pattern for GLIBC_LOCALTIMEMichael Olbrich2012-04-031-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* iptables: clean upJan Luebbe2012-03-121-0/+8
| | | | | | | | | | | | | | | The ip(6)tables-* tools are only links to xtables-multi, so leaving them out doesn't save much space. Only four options are left now: IPTABLES_IPV4 IPTABLES_IPV6 IPTABLES_INSTALL_TOOLS IPTABLES_INSTALL_IPTABLES_APPLY iptables-apply is kept separate as it depends on bash. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* udev: version bump 162/172 -> 172/181Michael Olbrich2012-02-181-0/+12
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* util-linux-ng: add uuidd and cleanup configure optionsMichael Olbrich2012-02-181-0/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* owfs: use '|| ALLYES' when depending on !BUSYBOX_*Michael Olbrich2011-02-021-0/+9
| | | | | | and cleanup OWFS__* -> OWFS_* Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [bluez] version bump 3.36 -> 4.69Uwe Kleine-König2010-08-021-0/+6
| | | | | | | | upstream merged bluez-lib and bluez-utils, so did I. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> [mkl: fix gstreamer deps, install gst plugins in targetinstall] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [migrate] add patterns for rc.d link changesMichael Olbrich2010-07-271-0/+17
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [udev] version bump 150 -> 158Michael Olbrich2010-07-021-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Merge branch 'ubi-stuff' of ↵Marc Kleine-Budde2010-06-161-0/+10
|\ | | | | | | ssh://git-private.pengutronix.de/git-private/lfu/ptxdist-lfu
| * [ptxdist] enhance ubi image creationLuotao Fu2010-05-311-0/+10
| | | | | | | | | | | | | | | | | | | | This one reworks the UBI image relevant stuffs. Creating a root volume is a selectable option, though mandatory, now. Split out the volume specific options from UBI generic options, so that we could add options for further volumes later. Also updated the help text and Add some enhancement to the makefile in printing and macro usage. Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
* | [glib] consolidate symbolsRobert Schwebel2010-06-031-0/+8
|/ | | | | | Change __ to _, add migration helper. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [migrate] fix INETUTILS_SYSLOGD_STARTSCRIPT patternMichael Olbrich2010-05-031-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [sudo] removed __ from kconfig options and use better names for themCarsten Schlote2010-05-031-0/+8
| | | | | | Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: split into several patches, add migration helper] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [inetutils] Fixed typo preventing installation of rc.d link for syslogdCarsten Schlote2010-05-031-0/+8
| | | | | | | | | The /etc/rc.d link isn't created for the initmethod-upstart because of a typo. Fixed spelling. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: add migration helper] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [libpcre] consolidate symbolsMarc Kleine-Budde2010-04-021-0/+8
| | | | | | PTXCONF_LIBPCRE__ -> PTXCONF_LIBPCRE_ Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [busybox] version bump -> 1.16.1Marc Kleine-Budde2010-04-011-0/+13
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [udev] version bump 140 -> 150Carsten Schlote2010-02-111-0/+8
| | | | | | | | | | | Based on a patch from Carsten Schlote <c.schlote@konzeptpark.de> * Lots of changes in the config options. * A patch to split "--disable-extras" to avoid unnecessary dependencies * Patches to work with older toolchains. * rename UDEV__ -> UDEV_ and add migrate pattern Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [migrate] add hints for bzip2Michael Olbrich2010-02-021-0/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [bootloader] better "special" compiler handling for bootloaderMarc Kleine-Budde2009-12-261-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch makes the special compiler handling for bootloaders more generic. To understand what it does, we look at the current status: There is the config symbol "COMPILER_PREFIX_UBOOT", if its value differs from the generic "COMPILER_PREFIX"'s value a special compiler for u-boot is requested. Currently only u-boot-v2 uses this feature. So if "U_BOOT_V2" is active we look if ".utoolchain/$(PTXCONF_COMPILER_PREFIX_UBOOT)gcc" can be found. If not we ask the user to create the link. The reader might notice that all other configuration links are named "selected_*" and that this feature is only limited to u-boot-v2. To make this more generic, this patch first renames "COMPILER_PREFIX_UBOOT" into "COMPILER_PREFIX_BOOTLOADER", then a new symbol "BOOTLOADER" is introduced. All bootloaders that support the new sheme should select "BOOTLOADER". Now a selected "BOOTLOADER" activates the check for the special toolchain. The link is renamed to "selected_toolchain_bootloader" to fit the current scheme. The bootloaders can use the variable "BOOTLOADER_CROSS_COMPILE" which can be directly passed to kbuild's CROSS_COMPILE. A migration handler ist added, so the required symbol conversion is done automatically by "ptxdist migrate". Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* Busybox-1.15.2Ladislav.Michl@seznam.cz2009-11-031-1/+8
| | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> [mkl: add migration helper for long opt option] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * update migrate script due to changes in udevLuotao Fu2009-01-151-0/+10
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9553 33e552b5-05e3-0310-8538-816dae2090ed
* * scripts/migrate/migrate_ptx:Marc Kleine-Budde2009-01-041-0/+22
| | | | | | | added busybox: 1.10.4 -> 1.13.2 hunk git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9371 33e552b5-05e3-0310-8538-816dae2090ed
* * migrate:Marc Kleine-Budde2009-01-041-0/+8
add migration assistent git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9365 33e552b5-05e3-0310-8538-816dae2090ed