Alejandro Mery

Results 39 comments of Alejandro Mery

it's not that HEAD is not always the greatest. the point is to know what did one use in retrospective

I like the overall idea but somehow the "binaries" feels wrong.... maybe "baremetal" fits better?

@semlanik: to keep the merge clean, can you squash the fixes into the corresponding commits?

I'm actually waiting for other people to comment....

@libv, @turl, @hno: anything to comment?

you destroyed the intermediate changes :-\ this made sense in 3 commits. also, git diff -M origin/master.. shows a couple of `\ No newline at end of file`, empty new...

@semlanik: the default target is also wrong... `make` should build more that just bootinfo.

@VividLemon would it be possible to have a maintained `ssr` branch here, same as `main` but using @xvaara's bootstrap fork? `@nuxt/kit` dependencies is needed too. ```diff diff --git a/packages/bootstrap-vue-3/package.json b/packages/bootstrap-vue-3/package.json...

> Im working on removing bootstrap js outright, at which point ssr apps will be supported. As much as I enjoy your idea, I think it's a detour to fixing...

on the [nightlies](https://github.com/linux-sunxi/sunxi-nightly/blob/master/build_u-boot.sh) it's build like: ``` make CROSS_COMPILE=$CROSS_COMPILE O="$builddir" -j$JOBS ${board}_config make CROSS_COMPILE=$CROSS_COMPILE O="$builddir" -j$JOBS all ``` prebuilts of the custodian go to http://dl.linux-sunxi.org/nightly/u-boot-sunxi/u-boot-sunxi-custodian-next/u-boot-sunxi-custodian-next-latest/ and prebuilts of sunxi machines...