Changes between Version 24 and Version 25 of newport/bsp


Ignore:
Timestamp:
03/28/2019 05:18:58 PM (5 years ago)
Author:
Cale Collins
Comment:

added temp fix to modified kernel

Legend:

Unmodified
Added
Removed
Modified
  • newport/bsp

    v24 v25  
    112112}}}
    113113  - your modified defconfig is now in linux/defconfig if you want to save it away somewhere
     114 * copy your modified defconfig over the newport_defconfig (because 'make kernel_image' will always revert to newport_defconfig)
     115{{{#!bash
     116cp linux/defconfig linux/arch/arm64/configs/newport_defconfig
     117}}}
    114118 * Build kernel tarball:
    115119{{{#!bash