Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Forcing fresh clone/checkout of custom linux/uboot SVN urls
@ 2022-09-20 14:43 Jesse Van Gavere
  2022-09-20 15:11 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Jesse Van Gavere @ 2022-09-20 14:43 UTC (permalink / raw)
  To: buildroot

Hello,

I wanted to gauge for interest (or if I could be given the opportunity
to) for adding an option to buildroot that would instead of making a
tarball of a custom version, force a new checkout to be done rather
than an extraction of an existing tarball. (along with the option of
making it a checkout rather than an export as it does initially)
My use case for this is the following:
We have our own linux/uboot (svn) repositories, however we currently
have to modify the linux/uboot makefiles because trunk development for
us is not possible if we point to the trunk url of our linux/uboot
repository and then use "HEAD" as the custom repo_version. It will do
an export once, put it in the download folder and extract that later
on.
We would have to remove the tarball in the download folder for every
change in our trunk repos and because it's an export we also can't
develop on it.
My idea was to add 2 new config options that are enabled if
KERNEL_CUSTOM_SVN or UBOOT_COSTOM_SVN is selected, one that would
override the extract command so it won't look at the download folder,
and another one that would make it perform a checkout instead of an
extract.
Is this something I could add to the main buildroot or do I best just
keep this inside our own buildroot repo?

Regards,
Jesse
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-20 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20 14:43 [Buildroot] Forcing fresh clone/checkout of custom linux/uboot SVN urls Jesse Van Gavere
2022-09-20 15:11 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox