Do you have a build failing log with the patches that I shared? I can have a 
look at those log and can try to fix my patch.

Regards,
Manisha


-----Original Message-----
From: Stiffler, Jacob 
Sent: Wednesday, September 06, 2017 11:48 AM
To: Agrawal, Manisha; [email protected]
Cc: Chengalvala, Vivek
Subject: Re: [meta-processor-sdk][PATCH v1] ti-tisdk-makefile : Add evse-hmi 
and protection-relays-hmi Makefile

Will you be providing an update?


On 9/5/2017 1:46 PM, Jacob Stiffler wrote:
> This fails to build. Please test your patches before submitting.
>
>
> On 9/5/2017 1:43 PM, Manisha Agrawal wrote:
>> Signed-off-by: Manisha Agrawal <[email protected]>
>> ---
>>   .../ti-tisdk-makefile/Makefile_evse-hmi            | 24
>> ++++++++++++++++++++++
>>   .../Makefile_protection-relays-hmi                 | 24
>> ++++++++++++++++++++++
>>   .../ti-tisdk-makefile_1.0.bbappend                 |  9 +++++++-
>>   3 files changed, 56 insertions(+), 1 deletion(-)
>>   create mode 100644
>> recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_evse-hmi
>>   create mode 100644
>> recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_protection
>> -relays-hmi
>>
>> diff --git
>> a/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_evse-hmi
>> b/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_evse-hmi
>> new file mode 100644
>> index 0000000..b19e630
>> --- /dev/null
>> +++ 
>> b/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_evse-hmi
>> @@ -0,0 +1,24 @@
>> +# Evse HMI build targets
>> +evse-hmi:
>> +    @echo ================================
>> +    @echo    Building Evse HMI Demo
>> +    @echo ================================
>> +    @cd example-applications; cd `find . -name "*evse-hmi*"`; make
>> -f Makefile.build
>> +
>> +evse-hmi_clean:
>> +    @echo ================================
>> +    @echo    Building Evse HMI Demo
>> +    @echo ================================
>> +    @cd example-applications; cd `find . -name "*evse-hmi*"`; make
>> -f Makefile.build clean
>> +
>> +evse-hmi_install:
>> +    @echo ===================================================
>> +    @echo   Installing Evse HMI Demo - Release version
>> +    @echo ===================================================
>> +    @cd example-applications; cd `find . -name "*evse-hmi*"`; make
>> -f Makefile.build install
>> +
>> +evse-hmi_install_debug:
>> +    @echo =================================================
>> +    @echo   Installing Evse HMI Demo - Debug version
>> +    @echo =================================================
>> +    @cd example-applications; cd `find . -name "*evse-hmi*"`; make
>> -f Makefile.build install_debug
>> diff --git
>> a/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_protecti
>> on-relays-hmi 
>> b/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_protecti
>> on-relays-hmi
>>
>> new file mode 100644
>> index 0000000..04f434f
>> --- /dev/null
>> +++ 
>> b/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_protecti
>> on-relays-hmi
>> @@ -0,0 +1,24 @@
>> +#Protection Relays HMI build targets
>> +protection-relays-hmi:
>> +    @echo ================================
>> +    @echo    Building Protection Relays HMI Demo
>> +    @echo ================================
>> +    @cd example-applications; cd `find . -name
>> "*protection-relays-hmi*"`; make -f Makefile.build
>> +
>> +protection-relays-hmi_clean:
>> +    @echo ================================
>> +    @echo    Building Protection Relays HMI Demo
>> +    @echo ================================
>> +    @cd example-applications; cd `find . -name
>> "*protection-relays-hmi*"`; make -f Makefile.build clean
>> +
>> +protection-relays-hmi_install:
>> +    @echo ===================================================
>> +    @echo   Installing Protection Relays HMI Demo - Release version
>> +    @echo ===================================================
>> +    @cd example-applications; cd `find . -name
>> "*protection-relays-hmi*"`; make -f Makefile.build install
>> +
>> +protection-relays-hmi_install_debug:
>> +    @echo =================================================
>> +    @echo   Installing Protection Relays HMI Demo - Debug version
>> +    @echo =================================================
>> +    @cd example-applications; cd `find . -name
>> "*protection-relays-hmi*"`; make -f Makefile.build install_debug diff 
>> --git 
>> a/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bbappend
>> b/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bbappend
>> index 68d11c6..bd12f12 100644
>> --- a/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bbappend
>> +++ b/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bbappend
>> @@ -22,6 +22,7 @@ MAKEFILES_append_omap-a15 = " dual-camera-demo \
>>                                 image-gallery \
>>                                 ti-ipc \
>>                                 big-data-ipc-demo \
>> +                  evse-hmi \
>>   "
>>     MAKEFILES_append_omapl138 = " ti-ipc \ @@ -33,7 +34,13 @@ 
>> MAKEFILES_remove_omapl138 = "u-boot-legacy"
>>     MAKEFILES_append_omap-a15 = " video-graphics-test"
>>   -MAKEFILES_append_ti43x = " cmem-mod"
>> +MAKEFILES_append_ti43x = " cmem-mod \
>> +               evse-hmi \
>> +"
>> +
>> +MAKEFILES_append_ti33x = " evse-hmi \
>> +               protection-relays-hmi \ "
>>     MAKEFILES_append_am57xx-evm = " jailhouse"
>

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to