[bitbake-devel] [PATCH 1/1] fetch2: remove "." in the end

Robert Yang liezhi.yang at windriver.com
Mon Jun 27 03:31:53 UTC 2016



On 06/24/2016 09:15 PM, Richard Purdie wrote:
> On Fri, 2016-06-24 at 00:55 -0700, Robert Yang wrote:
>> From: Jason Wessel <jason.wessel at windriver.com>
>>
>> The filename can't be "foo." for MS Windows filesystem, it will
>> renamed
>> to "foo" automatically, so we can't upload sources like "foo." to the
>> Windows server, remove "." in the end will fix the problem.
>
> This patch on its own is probably ok. What I worry about is that if I
> merge this, I'll then get all the follow ups which for example force
> lower or upper case everywhere, remove ":" characters from all
> filenames (including sstate?), remove various other characters and so
> on.
>
> We don't run on windows filesystems and we're not likely ever to be
> able to.
>
> So what are we aiming for here?

We don't run bitbake on windows, either. Our problem is that we put
the downloaded sources on a windows server, and the filename mismatches
when the name is "foo.", so it would fail to download.

// Robert

>
> Cheers,
>
> Richard
>



More information about the bitbake-devel mailing list