Re: [yocto] [PATCH 3/8] Unify preProcess for all commands models

2013-05-01 Thread Zhang, Jessica
ehalf Of Ioana Grigoropol Sent: Tuesday, April 30, 2013 7:36 AM To: yocto@yoctoproject.org Subject: [yocto] [PATCH 3/8] Unify preProcess for all commands models - all remote tools models(except systemtap) perform the same action in the pre-processing step duplicating the code - move the d

[yocto] [PATCH 3/8] Unify preProcess for all commands models

2013-04-30 Thread Ioana Grigoropol
- all remote tools models(except systemtap) perform the same action in the pre-processing step duplicating the code - move the default code for pre-processing step in the BaseModel - move the local script path and the remote executable location variables that are needed for pre-pr