Colin Walters
dea60e36dc
run.sh: Enable qemu monitor by default
2012-01-31 19:27:59 -05:00
Colin Walters
22e1822d24
gnomeos: Fix /var/shadow link
2012-01-31 18:58:23 -05:00
Colin Walters
914f9ffc61
ostbuild: Actually compose devel image from devel base
...
Otherwise we don't have gcc, gdb, git etc...
2012-01-31 18:57:02 -05:00
Colin Walters
7fc3630222
README: A few more bits
2012-01-31 18:28:16 -05:00
Colin Walters
a4e1d832fe
README: Some docs on building
2012-01-31 18:08:24 -05:00
Colin Walters
85df143017
initscripts: Bump PR
...
This should ensure we actually override an earlier version.
2012-01-31 13:04:18 -05:00
Colin Walters
8bdcb6adae
initscripts: Kill bootmisc.sh, add gnomemisc
2012-01-31 11:24:11 -05:00
Colin Walters
39f2616eb4
gnomeos: Ensure we have a symlink to an empty /var/shadow
2012-01-30 23:15:58 -05:00
Colin Walters
df01189614
gnomeos: Move /var/lib/gdm creation into run.sh
...
We don't use /var from the images really.
2012-01-30 20:52:37 -05:00
Colin Walters
905104e704
gnomeos: DISTRO_FEATURES += pam
2012-01-30 20:52:23 -05:00
Colin Walters
5d3e6a825c
gnomeos: More build fixes for latest gstreamer, switch to new folks branch
2012-01-30 12:31:08 -05:00
Colin Walters
e6f8b39aa1
gnomeos: Pull in libdb-devel explicitly for e-d-s
2012-01-30 12:30:58 -05:00
Colin Walters
4b801e5502
gnomeos: Build fixes for latest git of various modules
2012-01-30 12:29:11 -05:00
Colin Walters
bb53ca2ecb
gnomeos: Add nss patch to build on Linux 3.1
2012-01-29 17:42:26 -05:00
Colin Walters
18ed9ac589
gnomeos: Rebase mesa-no-builddir.patch
2012-01-29 17:42:26 -05:00
Colin Walters
50fb0c66bc
gnomeos: Drop libxklavier to a release tag
...
The latest seems to fail to build.
2012-01-29 17:41:17 -05:00
Colin Walters
102f6a7f43
ostbuild: Make separate .lastfetch files for e.g. gtk2 and gtk3
...
This ensures we don't need to check out any git repository which is
built twice under different names.
2012-01-29 17:24:20 -05:00
Colin Walters
6d51f85667
gnomeos: Pull OpenSSH into default image
...
We want to be able to log in.
2012-01-29 16:47:19 -05:00
Colin Walters
2b7e12c866
yocto: [hack] Bump timeout before we run udev trigger
2012-01-29 16:47:19 -05:00
Colin Walters
e048173c60
ostbuild: Fix error message for unknown builtin
2012-01-29 16:47:19 -05:00
Colin Walters
cb85508ff7
yocto: ostree depends on libarchive, not just runtime-depends
2012-01-29 16:47:18 -05:00
Colin Walters
08ebb1cfc0
gnomeos: Fix NetworkManager, upower, PolicyKit builds
2012-01-29 16:47:18 -05:00
Colin Walters
5477dc5273
gnomeos: Pull in ncurses terminfo into base, and -dev into -devel image
...
We need the ncurses-dev to compile texinfo, and the terminfo
is important to have in the base info.
2012-01-29 16:32:39 -05:00
Colin Walters
8c878ebb86
mainloop: Ensure we reset running to True when rerun
...
Otherwise we pretty much exit immediately...
2012-01-29 13:29:31 -05:00
Colin Walters
3f4cdb5d9e
gnomeos: Fix gudev introspection build
2012-01-27 18:25:00 -05:00
Colin Walters
695b0ff874
gnomeos-run: Ensure we create DBus uuid
2012-01-27 18:19:51 -05:00
Colin Walters
31c58aa7bd
gnomeos: Pull in vte/gnome-terminal
2012-01-27 11:09:53 -05:00
Colin Walters
3426de05fe
ostbuild: Ensure we return the right process exit code
2012-01-27 11:09:53 -05:00
Colin Walters
57020c3ac8
gnomeos: Add more -dev packages
2012-01-27 07:34:22 -05:00
Colin Walters
5bfb928e97
gnomeos: Ensure we have libarchive for ostree-native
2012-01-27 07:34:22 -05:00
Colin Walters
c41469c22c
gnomeos: Commit to OSTree repo inside bitbake
2012-01-27 07:34:22 -05:00
Colin Walters
9dc8f4d42c
manifest: Pull in gnome-panel so we work in a VM
2012-01-26 19:36:07 -05:00
Colin Walters
927a4e5893
gnomeos: Make sure /dev/shm has the right perms
2012-01-26 19:35:06 -05:00
Colin Walters
483daa4102
gnomeos: Pull in a lot more PAM modules
2012-01-26 19:34:47 -05:00
Colin Walters
8ca0750cb0
gnomeos: initscripts: Add "gnomeudev" script
...
This is a super lame script...waiting on a systemd rebase.
2012-01-26 11:13:40 -05:00
Colin Walters
1f9a279a5e
gnomeos-contents: Fix dependencies
...
We need to list some things in both RDEPENDS and
RECIPE_PACKAGES, since the name differs for packages, but
they still need to be bitbake dependencies.
2012-01-25 18:14:58 -05:00
Colin Walters
bac8b7356f
gnomeos: Pull in more X.org stuff
2012-01-25 12:35:41 -05:00
Colin Walters
7f8c030541
gnomeos-run.sh: Only create /etc/passwd if we need to
...
Otherwise we blow away data from "adduser"
2012-01-25 12:32:49 -05:00
Colin Walters
8020bf3c6c
gnomeos: Pull in e2fsprogs binaries, as well as "less" and "procps"
2012-01-25 12:32:01 -05:00
Colin Walters
5b00c108bf
gnomeos: Move /etc/passwd to /var/passwd
...
This makes "adduser" etc. work without significant modification, and
in general I think is in line with "OS-version indepedent data only
modifiable by programs" so it should be in /var.
2012-01-24 21:13:00 -05:00
Colin Walters
49e9b51df3
gnomeos: Build themes, shared mime info
2012-01-24 08:42:15 -05:00
Colin Walters
b0c134d2df
gnomeos: Update gdm PAM patch to allow gdm-welcome to login
2012-01-24 08:33:41 -05:00
Colin Walters
1d3b9ae711
triggers: Add dconf update
...
Necessary for gdm at least.
2012-01-23 18:09:33 -05:00
Colin Walters
00ec0ddb9b
core: Add --delete option for fsck
...
Useful to clean up any broken objects.
2012-01-23 17:06:10 -05:00
Colin Walters
d2e015af46
gnomeos: Mark dbus-daemon-launch-helper as setuid
2012-01-22 13:31:36 -05:00
Colin Walters
8e36e80896
ostbuild: Support marking files as setuid
2012-01-22 13:31:22 -05:00
Colin Walters
e8dbaa3c07
core: Add generic "commit filter" API, use it to implement statoverride
...
The builder wants the ability to mark a given file as e.g. setuid. To
implement this, the repo now has a callback-based API when importing a
directory to modify or remove items.
The commit tool accepts a "statoverride" file as input which looks like:
+mode /path/to/file
2012-01-22 13:27:38 -05:00
Colin Walters
a322ecacba
core: Fix test now that ls prints actual size
2012-01-22 13:10:01 -05:00
Colin Walters
87f0de5336
gnomeos: Building gnome-shell, gnome-control-center
2012-01-21 11:14:17 -05:00
Colin Walters
564840e691
gnomeos-run.sh: Run triggers after checkout
...
We need to run ldconfig etc.
2012-01-21 11:13:49 -05:00