Meta boxes only displayed when editing normal (default wp post_type) posts

If you’re using add_meta_box, the 4th paramater should be what you’re looking for.

add_meta_box( $id, $title, $callback, $post_type, $context, $priority, $callback_args );

Use http://codex.wordpress.org/Function_Reference/add_meta_box as a reference