379 Commits

Author SHA1 Message Date
Michael McMahon
d3bd8b8d55
Update .config 2017-11-10 12:13:54 -05:00
Michael McMahon
038f75320b
Update README 2017-11-10 12:13:07 -05:00
Michael McMahon
736b755265
Update 02_build.sh 2017-11-10 12:01:55 -05:00
Michael McMahon
be2d6604d6
Add files via upload 2017-11-09 13:08:47 -05:00
Michael McMahon
cc5c247762
Update .config 2017-11-09 13:07:55 -05:00
angelinag
1b96586efd Synced src file 2017-10-28 20:51:48 +03:00
Ivan Davidov
62376b6154 Provide no overlay bundles by default. 2017-09-23 16:55:16 +03:00
Ivan Davidov
2e46c2fd28 Adde Open JDK and ZLIB as overlay bundles. Updated the core components to the latest available versions. 2017-09-23 16:53:00 +03:00
Ivan Davidov
c4527ac36e Temporarily removed the recently introduced '-specs' functionality due to major compilation issues on Ubuntu 16.04. 2017-08-05 13:27:44 +03:00
Ivan Davidov
03e324c296 Updated software versions. The 'nweb' bundle fails on Ubuntu. 2017-08-05 00:52:43 +03:00
bauen1
35f82aa07d
Fixed network autorun script 2017-07-30 09:54:05 +02:00
bauen1
28948cd819
Added dhcp overlay bundle 2017-07-30 08:34:28 +02:00
bauen1
660b335ab4 Merge branch 'master' into misc-changes 2017-07-06 19:27:00 +02:00
bauen1
e6275493df
Fixed glibc_full bundle 2017-07-06 19:23:44 +02:00
bauen1
d64c753bc2
Fixed static_get bundle 2017-07-06 19:08:56 +02:00
bauen1
5e3565a81b
Fixed felix glibc_full java and mll_utils bundles 2017-07-06 19:06:49 +02:00
bauen1
6dc65c95f6
Fixed dropbear installing to / instead of /usr 2017-07-06 18:59:34 +02:00
bauen1
4f023b1e39
Fixed dropbear bundle (again) 2017-07-06 18:25:34 +02:00
bauen1
c671c639de
Fixed dropbear bundle 2017-07-06 18:15:14 +02:00
bauen1
159efbb767 Fixed cf_cli bundle 2017-07-06 18:13:48 +02:00
AwlsomeAlex
f1867fd1d2 Fixed Kernel 4.10 =< Support 2017-07-05 21:57:43 -04:00
bauen1
9b4c4d0ec5
Fixed glibc_full bundle
minor fix to links bundle
2017-07-05 22:18:47 +02:00
bauen1
c3dffc8c41 Fixed links 2017-07-05 21:13:35 +02:00
bauen1
ddf7d8031f Fixed lua and nweb bundle 2017-07-05 20:53:25 +02:00
bauen1
06ada0b0dc Fixes 2017-07-05 17:30:05 +02:00
bauen1
430ed90eaf Overhaul of bundles building
nweb
2017-07-04 23:49:57 +02:00
bauen1
ede7b8d701 fixed 09_generate_rootfs 2017-07-04 23:28:42 +02:00
bauen1
9747e61ec9 fixed busybox 2017-07-04 23:27:04 +02:00
bauen1
80ab1432d0 moved sysroot to work/sysroot
this temporarily breaks everything
2017-07-04 23:23:21 +02:00
bauen1
c4705052d6
Better build_minimal_linux_live.sh script 2017-07-04 23:10:02 +02:00
bauen1
30e6a8197e Fixed nweb not compiling against sysroot 2017-07-04 19:43:17 +02:00
bauen1
b7a0182ac3
Made the bundle.sh of the nweb overlay better to read 2017-06-19 19:27:54 +02:00
bauen1
ad1c8f90cc
Fixed 2 typos 2017-06-19 19:25:39 +02:00
bauen1
faa36e15c8
Added nweb to /etc/autostart 2017-06-19 18:39:53 +02:00
bauen1
f1bcda53e7
Added note about port-forwarding the guest machine 2017-06-19 18:00:49 +02:00
bauen1
8ba5c56fdb
Removed man page for nweb 2017-06-19 17:50:47 +02:00
bauen1
018a94c481
Fixed nweb 2017-06-19 17:41:02 +02:00
bauen1
75f053a9ce
Fixed mixed Makefile and bash syntax in nweb 2017-06-19 17:26:42 +02:00
bauen1
4a6688a61b
Added nweb and enabled it by default 2017-06-19 17:19:28 +02:00
bauen1
fc8727bc36
Removed all traces of static-get 2017-06-19 16:18:00 +02:00
bauen1
74e58a7e7f
Merge remote-tracking branch 'ivandavido/master' 2017-06-19 16:16:18 +02:00
Ivan Davidov
c915716a15 Added 'autorun' functionality loosely based on 'init.d'. Updated the software components with their latest versions (not tested yet). 2017-06-17 14:50:46 +03:00
Ivan Davidov
b580f0e731 Added 'Cloud Foundry' command line interface as overlay bundle. 2017-04-26 21:49:30 +03:00
bauen1
729d843bd0
Removed old static-get bundle 2017-03-11 21:45:33 +01:00
bauen1
dc097c5be0
Merge remote-tracking branch 'ivandavidov/master' 2017-03-11 20:25:46 +01:00
Ivan Davidov
c2e50f8fb5 Bigfix: properly merge the default overlay directory and the
overlay bundles.
Minor enhancement for the 'static_get' bundle. Currently the
'wget' package from 'static_get' is required to be present in the
default overlay directory in order to fix an incompatibility issue
with the default implementation of 'wget' in BusyBox. Permanent
solution will be to provide the 'wget' from 'static_get' as part
of the build process of the 'static_get' overlay bundle.
2017-03-11 00:54:01 +02:00
Ivan Davidov
a510e9ac3e Updated software versions. Added experimental 'static-get'.
It seems that 'static-get' works fine in normal desktop
environment but it doesn't seem to work fine in BusyBox.
The problem seems to be somewhere in 'wget' because each
downloaded package is ~14KB regardless of its real size.
2017-03-10 22:31:16 +02:00
bauen1
ac4b76a834
Fixed a few typos in the static-get bundle 2017-03-10 16:02:07 +01:00
bauen1
46a230cd31
Added static-get overlay bundle 2017-03-10 15:18:07 +01:00
bauen1
51a3916ae7
removed the dependency on glibc 2017-02-25 09:16:46 +01:00