[meta-ti] [Angstrom-devel] [PATCH meta-ti] sdcard_image: Copy user.txt/uEnv.txt if it exists in /boot

Koen Kooi koen at dominion.thruhere.net
Wed Oct 19 23:21:33 PDT 2011


Op 20 okt. 2011, om 08:17 heeft Joel A Fernandes het volgende geschreven:

> On Thu, Oct 20, 2011 at 12:40 AM, Koen Kooi <koen at dominion.thruhere.net> wrote:
>> [added meta-ti list]
>> 
>> Op 20 okt. 2011, om 05:52 heeft Joel A Fernandes het volgende geschreven:
>> 
>>> Pick up uEnv.txt/user.txt U-boot environment files installed in /boot
>> 
>> This doesn't match what the patch does :/
> 
> Yes it does

"pick up" implies you're adding something new instead of fixing it. Please write better commit messages.

> 
>> 
>>> 
>>> Signed-off-by: Joel A Fernandes <joelagnel at ti.com>
>>> ---
>>> classes/sdcard_image.bbclass |    4 +++-
>>> 1 files changed, 3 insertions(+), 1 deletions(-)
>>> 
>>> diff --git a/classes/sdcard_image.bbclass b/classes/sdcard_image.bbclass
>>> index ed9d779..c535ad2 100644
>>> --- a/classes/sdcard_image.bbclass
>>> +++ b/classes/sdcard_image.bbclass
>>> @@ -86,8 +86,10 @@ IMAGE_CMD_sdimg () {
>>>               suffix=bin
>>>       fi
>>> 
>>> +     cp -v ${IMAGE_ROOTFS}/boot/{user.txt,uEnv.txt} ${WORKDIR}/tmp-mnt-boot || true
>>> +
>>>       if [ -e ${IMAGE_ROOTFS}/boot/u-boot.$suffix ] ; then
>>> -             cp -v ${IMAGE_ROOTFS}/boot/{u-boot.$suffix,user.txt,uEnv.txt} ${WORKDIR}/tmp-mnt-boot || true
>>> +             cp -v ${IMAGE_ROOTFS}/boot/{u-boot.$suffix} ${WORKDIR}/tmp-mnt-boot || true
>> 
>> Your patch is effectively a noop, I don't see the value in applying it.
>> 
> 
> There is quite a lot of value in applying it.
> 
> I suggest you try to build an image (cloud9 / ti-hw-bringup) and
> notice that there is no uEnv.txt in the boot partition.

If you're fixing the bug that {1,2,3} will only pick 1, but forget 2,3 then user.txt is still broken. If you're saying uboot.suffix is not in /boot, we need to fix that. Either way, I'm not supposed to be guessing that, you should explain that in the commit message or with comments in the code or both.

regards,

Koen


More information about the meta-ti mailing list