Page MenuHomeSolus

Convert to ypkg, update to 1.28.1
ClosedPublic

Authored by ThanosApostolou on Feb 2 2018, 3:33 PM.
Tags
None
Referenced Files
F11034701: D2174.id.diff
Wed, Aug 9, 5:09 PM
F11034700: D2174.id6465.diff
Wed, Aug 9, 5:09 PM
F11034699: D2174.id5220.diff
Wed, Aug 9, 5:09 PM
F11034698: D2174.id6486.diff
Wed, Aug 9, 5:09 PM
F11026500: D2174.diff
Wed, Aug 9, 2:28 AM
F11003764: D2174.diff
Mon, Jul 31, 6:29 PM
F10777716: D2174.id.diff
May 24 2023, 12:09 AM
F10766761: D2174.diff
May 19 2023, 8:13 PM
Subscribers

Details

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

Diff Detail

Repository
R472 busybox
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

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.