Hi Ian,

On Tuesday 11 November 2014 12:07:36 ian c wrote:
> Thank you for the reply.
>
> I am not expert on this BSP. Would you mind to help me how to do porting
> back the rule files from master?

Untested:

Clone the PTXDist git repo:

~ $ git clone git://git.pengutronix.de/git/ptxdist.git

Clean the python in your BSP:

~/OSELAS.BSP-Pengutronix-Mini2440 $ ptxdist clean python

Copy the Python rule files from the PTXdist master repository into the rules/
directory of your BSP.

~/OSELAS.BSP-Pengutronix-Mini2440 $ cp ~/ptxdist/rules/python.* rules/

Copy the required Python patches from the PTXdist master repository into the
patches/ directory of your BSP.

~/OSELAS.BSP-Pengutronix-Mini2440 $ cp -a ~/ptxdist/patches/Python-2.7.5 
patches/

~/OSELAS.BSP-Pengutronix-Mini2440 $ ptxdist oldconfig

~/OSELAS.BSP-Pengutronix-Mini2440 $ ptdist go

But to be really sure, you should upgrade your BSP to the new PTXdist revision.

Upgrading single packages may work, but also may fail due to changed
dependencies.

Regards,
Juergen

-- 
Pengutronix e.K.                              | Juergen Borleis             |
Industrial Linux Solutions                    | http://www.pengutronix.de/  |

Reply via email to