diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-09-05 00:42:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-10 13:01:56 +0100 |
commit | 2ce0e3ca1b9d0f0a45f20b9c586a47ecaf918fbf (patch) | |
tree | 075ca646a6d63d88db8f1d849def743bf561fe7d /scripts | |
parent | 3e1d3d3dcf7c078679a09a95c7932f57ca917938 (diff) | |
download | poky-2ce0e3ca1b9d0f0a45f20b9c586a47ecaf918fbf.tar.gz |
yocto-bsp: remove packagegroup-core-tools-profile.bbappend
The functionality previously added by these bbappends was already
handled in task-core-tools-profile.bb (now
packagegroup-core-tools-profile.bb), so remove this.
(From meta-yocto rev: e999a6639a711f5c9a64c69d6b89fb478566d34a)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/bsp/substrate/target/arch/common/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/lib/bsp/substrate/target/arch/common/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend b/scripts/lib/bsp/substrate/target/arch/common/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend deleted file mode 100644 index 6efd5837ac..0000000000 --- a/scripts/lib/bsp/substrate/target/arch/common/recipes-core/packagegroups/packagegroup-core-tools-profile.bbappend +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | RRECOMMENDS_packagegroup-core-tools-profile_append_{{=machine}} = " systemtap" | ||
2 | |||