diff options
author | Denys Dmytriyenko <denys@ti.com> | 2012-09-14 00:57:22 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-10-03 21:21:19 -0400 |
commit | 3d7f21491e8a4a9838f0f025802f710f1a9300a1 (patch) | |
tree | 91542895c1da83f40a5bc28992a16b0c75da6fee | |
parent | f9d860e0683de6272e9041575c1312c3c99543de (diff) | |
download | meta-ti-3d7f21491e8a4a9838f0f025802f710f1a9300a1.tar.gz |
ti-hw-bringup-image: remove duplicate timestamp-service, as it's in systemd-image
Since systemd-image from meta-angstrom already includes timestamp-service, remove
the duplicate from ti-hw-bringup-image recipe, which uses the former as a base.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-misc/images/ti-hw-bringup-image.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-misc/images/ti-hw-bringup-image.bb b/recipes-misc/images/ti-hw-bringup-image.bb index 94900983..1d00210d 100644 --- a/recipes-misc/images/ti-hw-bringup-image.bb +++ b/recipes-misc/images/ti-hw-bringup-image.bb | |||
@@ -23,7 +23,6 @@ IMAGE_INSTALL += " \ | |||
23 | bc \ | 23 | bc \ |
24 | task-ti-test \ | 24 | task-ti-test \ |
25 | kernel-modules \ | 25 | kernel-modules \ |
26 | timestamp-service \ | ||
27 | ${EXTRA_MACHINE_IMAGE_INSTALL} \ | 26 | ${EXTRA_MACHINE_IMAGE_INSTALL} \ |
28 | " | 27 | " |
29 | 28 | ||