Create repo manifest project

Hi,
I would like to create a project which is a manfest so that i can clone using repo init and repo sync commands

My manfest consist of multiple remotes (it is based on manifest downloaded from codeaurora) :

<manifest>
  <remote review="https://git.yoctoproject.org/git" name="yocto"/>
  <remote review="git://github.com/Freescale" name="community"/>

  <project name="meta-freescale" path="sources/meta-freescale" remote="community" revision="c2a0d924f6200eea1fb1d1b61e7420ea5da2f8fb"/>
</manifest>

And so on…

I tried to use “Import project”->Manifest file but it doesn’t work as i want it to be, i do not want that it will create sub projects, i just want that this repo will be available for “repo init/sync” commands similar to:

repo init -u git://source.codeaurora.org/external/imx/imx-manifest.git -b imx-linux-zeus -m imx-5.4.24-2.1.0.xml

But use gitlab URL

Is it possible?