diff options
| -rw-r--r-- | meta/conf/distro/poky.conf | 2 | ||||
| -rw-r--r-- | meta/packages/oh/qemu-config.bb | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 853226db46..e409e62b23 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
| @@ -194,8 +194,6 @@ POKY_EXTRA_RDEPENDS_akita = "pointercal" | |||
| 194 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" | 194 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" |
| 195 | 195 | ||
| 196 | IMAGE_FEATURES ?= "" | 196 | IMAGE_FEATURES ?= "" |
| 197 | IMAGE_FEATURES_append_qemux86 = "nfs-server" | ||
| 198 | IMAGE_FEATURES_append_qemuarm = "nfs-server" | ||
| 199 | 197 | ||
| 200 | DISTRO_TASKS = "\ | 198 | DISTRO_TASKS = "\ |
| 201 | task-oh-boot \ | 199 | task-oh-boot \ |
diff --git a/meta/packages/oh/qemu-config.bb b/meta/packages/oh/qemu-config.bb index a042725fbe..43181e809b 100644 --- a/meta/packages/oh/qemu-config.bb +++ b/meta/packages/oh/qemu-config.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" | 1 | DESCRIPTION = "Adds scripts to use distcc on the host system under qemu" |
| 2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
| 3 | RDEPENDS = "distcc" | 3 | RDEPENDS = "distcc task-oh-nfs-server" |
| 4 | PR = "r1" | 4 | PR = "r2" |
| 5 | 5 | ||
| 6 | SRC_URI = "file://distcc.sh \ | 6 | SRC_URI = "file://distcc.sh \ |
| 7 | file://exports" | 7 | file://exports" |
