Page MenuHomeSolus

Convert to ypkg, update to 1.28.1
ClosedPublic

Authored by ThanosApostolou on Feb 2 2018, 3:33 PM.

Details

Summary
  • Convert to ypkg
  • Update to 1.28.1
Test Plan
  • run various busybox commands and busybox ash

Diff Detail

Repository
R472 busybox
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

The old config file didn't work. So I did make defconfig, then I manually changed the lines:

CONFIG_FEATURE_HAVE_RPC=y
CONFIG_STATIC=y
CONFIG_FEATURE_FAST_TOP=y

which I thought they were important and copied the file to config.

Is this the right way to update the package? Maybe I could use something like make oldconfig (which it gave me many options and I didn't know which to choose). I would appreciate any advice on how to update packages like these without loosing the important changes from old config files.

DataDrake added a subscriber: DataDrake.
DataDrake added inline comments.
package.yml
7

Should be GPL-2.0-or-later and not have the comment still

This revision now requires changes to proceed.Mar 24 2018, 3:57 PM
ThanosApostolou retitled this revision from convert to ypkg, update to 1.27.2 to Convert to ypkg, update to 1.28.1.
ThanosApostolou edited the summary of this revision. (Show Details)
  • update to 1.28.1
  • changed license to GPL-2.0-or-later
  • update config using make oldconfig
  • comment out CONFIG_DPKG, CONFIG_DPKG_DEB, CONFIG_RPM, CONFIG_RPM2CPIO options
This revision is now accepted and ready to land.Mar 25 2018, 3:40 PM
This revision was automatically updated to reflect the committed changes.