|
@toxuin
My github account was indeed created. I did follow the instructions word for word, pasting the key went fine, cloning also went fine, when I tried the build I got several errors. And no, I didn't download a .zip or .tar which were the only actions the instructions specifically stated would create this error. So park your "linux pro" high horse at a different user board 'cause your sarcastic attempt to *ahem* help (read: smackdown) was not suited to an Open webOS newbie topic. Maybe take a look at those screen captures I mentioned, or... here's a verbose terminal capture which I couldn't have arrived to without successful a GitHub ID:
~$ ./build-webos/mcf -p 0 -b 0 qemux86
checking customization... none
checking parallel_make... 2
checking bb_number_threads... 2
checking premirror... Index of /mirror/sources
checking network... yes
checking fetch_premirror_only... 0
checking generate_mirror_tarballs... 0
checking private_internal_component_mirror... no
checking bitbake... submodule
checking oecore... submodule
checking webos... submodule
checking metaoe... submodule
configure: creating ./config.status
config.status: creating Makefile
config.status: creating bitbake.rc
config.status: creating conf/bblayers.conf
config.status: creating conf/local.conf
fatal: Not a git repository (or any parent up to mount parent /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Traceback (most recent call last):
File "./build-webos/mcf", line 282, in <module>
force_submodule('bitbake', options.verbose, options.bitbake)
File "./build-webos/mcf", line 57, in force_submodule
echo_check_call('git submodule init {}'.format(submodule), verbosity)
File "./build-webos/mcf", line 50, in echo_check_call
cwd=cwd)
File "/usr/lib/python3.2/subprocess.py", line 489, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'git submodule init bitbake' returned non-zero exit status 128
|
|
|