Changes between Version 3 and Version 4 of wip_sf_2


Ignore:
Timestamp:
12/26/16 09:30:29 (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wip_sf_2

    v3 v4  
    11== WIP 2.x ==
    2 = Building Relevant Bits of CyanogenMod =
     2=== Building Relevant Bits of CyanogenMod ===
    33in addition to the hybris-hal the following modules have to be built:
    44{{{
     
    2121}}}
    2222
    23 
     23=== Droid HAL ===
     24{{{
     25cd $ANDROID_ROOT
     26rpm/dhd/helpers/build_packages.sh
     27}}}
     28=== Create Root Filesystem ===
     29{{{
     30cp ~/mer/Jolla-\@RELEASE\@-vision-\@ARCH\@.ks tmp/
     31hybris/droid-configs/droid-configs-device/helpers/process_patterns.sh
     32RELEASE=2.0.4.13
     33EXTRA_NAME=-guhl<yymmdd>
     34sudo mic create fs --arch $PORT_ARCH \
     35--debug \
     36--runtime=native \
     37--tokenmap=ARCH:$PORT_ARCH,RELEASE:$RELEASE,EXTRA_NAME:$EXTRA_NAME \
     38--record-pkgs=name,url \
     39--outdir=sfe-$DEVICE-$RELEASE$EXTRA_NAME \
     40--pack-to=sfe-$DEVICE-$RELEASE$EXTRA_NAME.tar.bz2 \
     41$ANDROID_ROOT/tmp/Jolla-@RELEASE@-$DEVICE-@ARCH@.ks
     42}}}