Changeset 54

Show
Ignore:
Timestamp:
02/22/08 19:03:25 (10 months ago)
Author:
bryank
Message:

Add an oe-temp-patches area to hold patches that need to be applied to the OE tree temporarily. Add Magon's patch to support the zipit2 machine under Angstrom. Also add a line to the Makefile to apply this patch automatically.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openembedded/Makefile

    r42 r54  
    7676        @mtn --db=OE.mtn checkout --branch=org.openembedded.dev 
    7777        @mtn --db=OE.mtn pull monotone.openembedded.org org.openembedded.dev 
     78        @(cd org.openembedded.dev && patch -p0 -i ../oe-temp-patches/add-zipit2-machine.patch) 
    7879 
    7980